/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body
{
	font-size: 12px;
	font-family: Tahoma;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	background-color:#f7f8fa;
	color:#6c6c6c;
}
.container 
{  
	width: 663px;  
	margin: 0 auto;
}
/* The top bars - in different colors */
.top
{
	font-size:11px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 300px;
}
.red
{
	color: #c86062;
}
#redbar
{
	background-color: #c86062;
	height: 30px;
	text-align:center;
}
.blue
{
	color: #0396a6;
}
#bluebar
{
	background-color: #0396a6;
	height: 30px;
	text-align:center;
}
.orange
{
	color: #f29f05;
}
#orangebar
{
	background-color: #f29f05;
	height: 30px;
	text-align:center;
}
.anotherred
{
	color: #962d3e;
}
#anotherredbar
{
	background-color: #962d3e;
	height: 30px;
	text-align:center;
}
.green
{
	color: #79a617;
}
#greenbar
{
	background-color: #79a617;
	height: 30px;
	text-align:center;
}
.anotherblue
{
	color: #304047;
}
#anotherbluebar
{
	background-color: #304047;
	height: 30px;
	text-align:center;
}
/* End top bars*/
#banner
{
	background-image: url('images/header.png');
	background-repeat:no-repeat;
	height: 149px;
}
#banner ul#nav
{
    list-style: none;
    padding-top: 27px;
	padding-left: 60px;
}
#banner ul#nav li
{
    float: left;
    padding-right: 45px;
}
#banner ul#nav li a 
{
    font-size: 12px;
    color: #c86062;
	font-weight:bold;
    text-decoration: none;
	padding-top: 9px;
	padding-bottom: 7px;
}
#banner ul#nav li a:hover
{
    font-size: 12px;
    color: #FFFFFF;
	font-weight:bold;
    text-decoration: underline; 
}
#content
{
	background-image:url('images/body.png');
	background-repeat:repeat-y;
	padding-top: 20px;
	height: 100%;
}
#content table
{
	margin: 0 auto;
}
#content a
{
	color: #0092b2;
	text-decoration:none;
}
#content a:hover
{
	text-decoration:underline;
}
#content a img
{
	border: 0px;
}
.note
{
	margin-left:58px;
	color: #c9313d;
	width: 550px;
	display:block;
}
.compact
{
	margin-left: 35px;
	margin-top: 30px;
	width: 350px;
	display:block;
}
table#one tr td.dot
{
	border-bottom: 1px dotted #000000;
	padding-bottom: 20px;
}
#content h1
{
	margin: auto;
	margin-bottom: 10px;
	width: 550px;
}
#content li
{
	font-weight:bold;
	margin: auto;
	margin-bottom: 10px;
	width: 550px;
}
.faq
{
	font-weight:normal;
}
#content p
{
	margin: 0 auto;
	padding: 10px;
	width: 550px;
}
#content form
{
	margin: 0 auto;
	width:550px;
}
#content #exception form
{
	width: 100px;
}
#content .shipping
{
	color: #3a6b04;
}
#content .globe
{
	background-image:url(images/globe.png);
	background-repeat:no-repeat;
	height: 70px;
	width: 70px;
	float:left;
	margin-left: 50px;
	margin-right: 15px;
}
table#products
{
	margin: 0 auto;
	padding: 10px;
	width: 550px;
}
table#products tr#blockbg
{
	background-image:url(images/block.png);
	background-repeat:no-repeat;
	width: 550px;
	height:21px;
}
table#products tr#blockbg td.check
{
	background-image:url(images/tick.png);
	background-position:center;
	background-repeat:no-repeat;
}
table#products tr#blockbg td.cross
{
	background-image:url(images/cross.png);
	background-position:center;
	background-repeat:no-repeat;
}
.price
{
	font-weight:bold;
	font-size:16px;
	color:#97cd39;
}
table#products tr#blockbg td.pad
{
	padding-left: 80px;
}
#end
{
	background-image:url(images/end.png);
	background-repeat:no-repeat;
	height: 114px;
}
#footer
{
	background-image:url(images/footerbg.png);
	background-repeat:repeat-x;
	height: 127px;
	position:relative;
}
#footer p
{
	padding-top:50px;
	text-align:center;
	color: #d0dee3;
}