/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, span, div, img {
	margin:0;
	padding:0;
	border:0;
}

#prodname{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
}

a:link {
	color:#333333;
	text-decoration: none;
} /* unvisited link */
a:visited {
	color:#333333;
	text-decoration: none;
} /* visited link */
a:hover {
	color:#333333;
	text-decoration: underline;
} /* mouse over link */
a:active {
	color:#333333;
	text-decoration: underline;
} /* selected link */

#middle a:link {
	text-decoration: none;
} /* unvisited link */
#middle a:visited {
	text-decoration: none;
} /* visited link */
#middle a:hover {
	text-decoration: underline;
} /* mouse over link */
#middle a:active {
	text-decoration: underline;
} /* selected link */

#next a:link {
	text-decoration: none;
} /* unvisited link */
#next a:visited {
	text-decoration: none;
} /* visited link */
#next a:hover {
	text-decoration: underline;
} /* mouse over link */
#next a:active {
	text-decoration: underline;
} /* selected link */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 750px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#container{
	text-align: left;
}

#header{
	clear: both;
	text-align:center;
	padding-top: 35px;
}

.clear{
	clear:both;
}


#logo{
	float:left;
	width:400px;
	display: inline;
	margin-right: 20px;
	text-align:center;
}

#company{
	color:white;
	margin-top:-45px;
	font-weight:bold;
}

#domain{
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	font-size:12px;
}

#quote{
	background-color: #FFFFFF;
	margin: 5px;
	clear: both;
	margin-bottom:20px;
	color: #003366;
	padding:5px;
}

#quote h2{
	background-color: #003366;
	margin: 5px;
	margin-bottom:20px;
	color: #ffffff;
	padding:5px;
	background-image: url(bg.png);
	background-repeat: repeat;
	background-position: 1px 36px;
}

#quote h3{
	background-color: #00CCFF;
	margin-top:20px;
	color: #003366;
	padding:5px;
}

#quote h4{
	color: #333333;
}

#quote_details{
	margin: 5px;
	margin-bottom:20px;
	padding:5px;
	font-size: 15px;
	font-weight:normal;
}

#right_menu{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	text-align: left;
}

#right_menu p{
	margin-top: 25px;
	margin-bottom: 10px;
}

ul{
	list-style-type:none;
	margin-bottom: 60px;
}

li{
	display:inline;
	margin-right: 20px;
}

li a{
	color: #663366;
}


#middle{
	clear: both;
	height: 500px;
	background-color: #006699;
}

#footer{
	width: 99%;
	clear: both;
	background-color:#CCCCCC;
	padding:5px;
}

#mid_left{
	float: left;
	display: inline;
	width:40%;
	text-align:left;
	margin-left:50px;
	line-height: 25px;
}

/*#mid_mid{
	float: left;
	display: inline;
	text-align:center;
	width:1px;	
}*/

#mid_right{
	float: right;
	display: inline;
	width:40%;
	text-align:right;
	margin-right:50px;
	line-height: 25px;
}

#footleft{
	float: left;
	display: inline;
	width:35%;
	text-align:left;
	margin-left:10px;
	line-height: 25px;
}

#footright{
	float: right;
	display: inline;
	width:35%;
	text-align:right;
	margin-right:10px;
	line-height: 25px;
}

#middle_index p{
	line-height: 25px;
	text-align: justify;
	margin-top: 10px;
}

#next{
	line-height: 25px;
	clear:both;
	height:40px;
	vertical-align: bottom;	
}

#property_menu{
	clear:both;
	text-align:center;
	background-color: #333333;
	vertical-align: middle;
	padding:10px;
}

#breadcrumbs{
	clear:both;
	text-align:left;
	vertical-align: middle;
	height:30px;
	margin-top:10px;
	font-size:14px;
}

.products{
	float:left;
	display:inline;
	width:30%;
	margin-left:5px;
}

.product{
	display:inline;
	float:right;
	width:210px;
}

.products img{
	display: inline;
	float:left;
}

.captcha{display:none;}

/**** Inputs and Labels ****/
label.desc		{border:none;color:#222;display:block;font-size:95%;font-weight:bold;line-height:150%;padding:0 0 0 4px;margin:0}

.info_messages		{background:#FFF2CE url(../images/icons/information.gif) no-repeat scroll 5px 7px;border-bottom:1px solid #EBD085;border-top:1px solid #EBD085;margin:10px 0pt;padding:7px 15px 7px 30px;}
.error_messages		{font-size:90%; line-height:1; border-top:1px solid #FF9595;border-bottom:1px solid #FF9595; background-color:#FFEAEA; padding:10px 8px 10px 8px;margin:10px 0 10px 0}
.error_messages h3,
.notice_messages h3,
.success_messages h3	{border:0;margin-bottom:5px;padding:0}
.success_messages	{font-size:90%; line-height:1; border-top:1px solid #66DDFF;border-bottom:1px solid #66DDFF; background-color:#E8FAFF; padding:10px 8px 10px 8px;margin:10px 0 10px 0}
.notice_messages	{font-size:90%; line-height:1; border-top:1px solid #FFBB7D;border-bottom:1px solid #FFBB7D; background-color:#FFF5EC; padding:10px 8px 10px 8px;margin:10px 0 10px 0}
.help a			{background:transparent url(../images/help.gif) no-repeat 12px -55px;}
.help a:hover		{background:transparent url(../images/help.gif) no-repeat 12px 7px;}
.error_small		{color:red;font-size:11px;font-weight:bold;width:140px}

