@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #67B0C3;
	background-image: url(images/pagebackground.png);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.font10px {
	font-size: 10px;
}
/*td img {display: block;}*/
td { vertical-align:top; }

.opac {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background-color:#FFFFFF;
	z-index:1;
}
.restore_transp {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:2;
}
#footerContainer {
	position:relative; width:770px; 
}
#footer {
	position:absolute;
	width:770px;
	left: 15px;
	top: -40px;
	border-top:1px solid #666666;
	color:#666666;
	font-size:10px;
	padding-top:5px;
}

a:link, a:visited, a:active {
	color:#FF6600;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}
#design {
	position:absolute; left: 585px; text-align:right; top: 1px; width:200px; font-size:9px; color:#117084;
}
#design a:link, #design a:visited, #design a:active {
	color:#117084;
	text-decoration:none;
}
#design a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.orange1 {
	color:#FFB722;
}
.orange2 {
	color: #FF3300;
}

#orderDiv {
	float:right; margin-top:33px; margin-right:10px;
}
.graytransition {
	background-color:#333333; background-image:url(images/darkgreyrepeat.png); background-repeat:repeat-x; border-top:1px solid #919191; background-position: bottom left;
}
/* rounded block start */
	.roundcont {
		width: 100%;
		clear:both;
	}
	
	.roundcont p {
		margin: 2px 13px 5px 13px;
		
	}
	
	.roundtop { 
		background: url(images/round-topright.gif) no-repeat top right; 
	}
	
	.roundbottom {
		background: url(images/round-downright.gif) no-repeat top right;
		clear:both; 
	}
	
	img.corner {
	   width: 6px;
	   height: 6px;
	   border: none;
	   display: block !important;
	}
/* rounded block end */
.font12px {
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table.products { border:none; }

table.products td { 
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #CCCCCC;
 }

.emerald1 {
	color: #3090A8;
}
table.separator {

}
table.separator td {
	border-bottom:1px solid #CCCCCC; padding-bottom:15px;
}