/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background: #aaa url(../images/bk.jpg) repeat-x;
	font-size:85%;
}

a {
	color:#7BC3D9;}

a:hover {
	color:#fff;}

a:visited {
	color:#7BC3D9;}
	
.product_border {
	border: 1px solid #7BC3D9;
}
	
	
/* ~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:885px;
}

#header {
	width:885px;
	float:left;
	height: 100px;
	background:url(../images/headertop.jpg) no-repeat; }
	
#logo {
	margin-top:30px;
	margin-left:25px;
	width:388px;
	height:65px;
	float:left;
	padding: 0 0 0 0;}
	
#email {
	margin-top:45px;
	font-size:11px;
	color:#999;
	width:220px;
	height:55px;
	float:right;}
	
#email a {
	color:#CCCCCC;
	text-decoration:none;}
	
#email a:hover {
	color:#999;
	text-decoration:none;}



/* ~~~~~~~~~~~~~~MENU~~~~~~~~~~~~~~~~ */

#menu {
	float:left;
	width:835px;
	height:36px;
	background-image:url(../images/menu.jpg);
	padding: 0 0 0 50px;}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	list-style:none;
}

#menu li a{
	display:block;
	padding:13px 13px 6px 13px;
	color:#ccc;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/menudiv.jpg) no-repeat bottom right;
}

#menu li a:hover{
	color:#E8B892;
}

#menu li.last a{
	display:block;
	padding:13px 13px 6px 13px;
	color:#ccc;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/* ~~~~~~~~~~~~~~BODY AREA~~~~~~~~~~~~~~~~ */
#hometop {
	width:885px;
	float:left;
	height: 174px; }
	
#homebottom {
	width:885px;
	float:left;
	height: 329px;
	background:url(../images/hbottom.jpg) no-repeat; }
	
#pic {
	width:261px;
	float:left;
	height: 187px;
	margin-left:66px;
	margin-top:7px;}
	
#text {
	clear:both;
	width:500px;
	float:left;
	height: 100px;
	margin-left:66px;
	margin-top:15px;
	color:#000;
	font-size:12px;
	line-height:18px;}
	
#innerheader {
	width:885px;
	float:left;
	height: 234px;}
	
#innertext {
	width:705px;
	float:left;
	min-height:269px;
  	height:auto !important;
  	height:269px;
	background:url(../images/contentbk.jpg) no-repeat top;
	font-size:12px;
	color:#000;
	padding: 10px 120px 0 60px;}
	
#innercontent {
	float:left;
	width:885px;
	background:url(../images/cross.jpg) repeat-y;
	display:table;}
	

	
	
/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */

#footer {
	clear:both;
	width:885px;
	height:87px;
	background:url(../images/footer.jpg) repeat-x; }
	
#footerl {
	margin-top:30px;
	margin-left:66px;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	width:500px;
	height:44px;
	float:left;}
	
#footerr {
	margin-top:20px;
	font-size:11px;
	color:#999;
	width:220px;
	height:55px;
	float:right;}
	
#footer a {
	color:#FF9900;}
	
#footer a:hover {
	color:#999;}

	
h1 {
	padding-top:0;
	margin-top:0;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:26px;
	font-weight:normal;
}
	
h3 {
	padding-top:0;
	margin-top:0;
	font-family:"Times New Roman", Times, serif;
	color:#C9E7EF;
	font-size:26px;
	font-weight:normal;
}
	
