@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.jpg);
	font-family: Helvetica, Arial, sans-serif;
}

p, a, h1, textarea {
	font-size: 12px;
	text-decoration: none;
	color: black;
}

h1 {
	font-size: 20px;
	color: #999999;
}

form {
	background: #F1F7F8;
	border: 1px dotted #A8C2D2;
	padding: 10px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 400px;
}

input, textarea {
	border: 1px solid #aaa;
}

img {
	border: none;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#container #top {
	float: left;
	background: url(images/cont-bg.gif) repeat-y;
	width: 690px;
	height: 60px;
}

#container #square {
	background: white url(images/phone2.jpg) no-repeat;
	width: 60px;
	height: 60px;
	float: right;
	margin-right: -10px;
	margin-top: -10px;
}

#container #content {
	float: left;
	background: url(images/cont-bg.gif) repeat-y;
	width: 100%;
	margin-bottom: 30px;
}

#content #left {
	width: 170px;
	padding: 4px;
	float: left;
	margin-top: -60px;
	padding-bottom: 15px;
}

#content #left p, #content #left a { 
	font-size: 14px; 
	text-align: center;
	color: #666666;
}

#content #left .header { margin-top: -40px; margin-left: -5px; }

#content #left hr {
	background: url(images/dots.jpg) repeat-x;
	width: 150px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#content #left #icons { width: 100%; height: 100px; }

#content #left #custom, #content #left #custom:hover, #content #left #premade, #content #left #premade:hover {
	background: url(images/custom.jpg) no-repeat;
	width: 83px;
	height: 50px;
	float: left;
	padding-top: 55px;
	overflow: visible;
}

#content #left #custom:hover { background: url(images/custom-over.jpg) no-repeat; }
#content #left #premade { background: url(images/premade.jpg) no-repeat; float: right; }
#content #left #premade:hover { background: url(images/premade-over.jpg) no-repeat; float: right; }

#content #left #links { width: 100%; text-align: center; }

#content #right { 
	width: 518px;
	padding: 10px;
	float: right;
	margin-top: -20px;
}

#content #right a { border-bottom: 1px dotted black; }

#content #right #featured {
	background: url(images/featured.jpg) no-repeat;
	width: 300px;
	height: 35px;
}

#content #right #homepage {
	width: 542px;
	height: 168px;
	margin-left: -14px;
	margin-bottom: 30px;
}

#content #right #homepage a {
	border: 0;
}

#content #right #quote {
	background: url(images/quote.jpg) no-repeat;
	width: 150px;
	padding-top: 10px;
	padding-left: 30px;
	margin-left: 15px;
	float: left;
}

#content #right #quote p {
	font-size: 16px;
	color: #666;
}

#content #right #quote #sig {
	background: url(images/sig.jpg) no-repeat;
	width: 120px;
	height: 36px;
	float: right;
}

#content #right #more {
	background: url(images/more.jpg) no-repeat right top;
	width: 300px;
	padding-top: 28px;
	margin-top: 40px;
	float: right;
	text-align: right;
}

#content #right #title {
	width: 300px;
	height: 29px;
	margin-bottom: 20px;
}

#content #right .sample a {
	border: 0;
}

#content #right .sample img {
	border: 5px solid #dbdbdb;
	float: left;
	margin-right: 10px;
}

#content #right #footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 20px;
}

#step1, #step2, #step3, #step4, #step5, #step6 {
	width: 228px;
	margin-right: 10px;
	padding-top: 160px;
	float: left;
	background: url(images/step1.jpg) no-repeat;
}

#step2 { background: url(images/step2.jpg) no-repeat; }
#step3 { background: url(images/step3.jpg) no-repeat; }
#step4 { background: url(images/step4.jpg) no-repeat; }
#step5 { background: url(images/step5.jpg) no-repeat; }
#step6 { background: url(images/step6.jpg) no-repeat; }

.success {
	color: green;
}

.failure {
	color: red;
}

#content #right #footer p {
	text-align: center;
	font-size: 10px;
	color: #999999;
}