﻿/* CSS layout */
HTML
{
	background-image: url('../images/header-bg.jpg');
	background-position:top;
	background-repeat: repeat-x;
	font-family: Trebuchet ms;
	background-color:#EAF5F9;

}
body {

	text-align: center;
	margin-left: auto;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	font-family: Trebuchet ms;
	font-size: 14px;
	margin:0px;
}
#container {
	width: 1054px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 1025px;
	height: 120px;
	text-align:left;
	position:relative;
}

a:link {
	color: #000088;
}
a:visited {
	color: #880000;
}
a:hover {
	color: #FF6600;
}
.leftcol {
	width: 235px;
}
.midcol {
	width: 570px;
}
.rightcol {
	width: 185px;
}
#search {
	width: 500px;
	height: 50px;
	color: #fff;
	font-size:13px;
	float:left;
	padding-top:50px;
}
#logo {
	Position:absolute;
	top:0px;
}
#slogan {
	width: 400px;
	height: 80px;
	Position:absolute;
	top:40px;
	right:300px;
	font-size:18px;
	color:#FFFFFF;
}

#page {
	width: 1054px;
	background-image: URL('../images/page-bg.jpg');
	background-repeat: repeat-y;
}
#page_contentcap {
	width: 1054px;
	background-image: URL('../images/page-bg-cap.jpg');
	background-repeat: no-repeat;
	background-position:center top;
}
#page_contentfooter {
	width: 1054px;
	background-image: URL('../images/page-bg-bottom.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
}
#page_content {
	width: 985px;
	background-image: URL('../images/content-bg.jpg');
	background-repeat: repeat-y;
	text-align:left;
	padding:20px;
}
#nav {
	width: 608px;
	height: 29px;
	position:absolute;
	right:0px;
	top:91px;
}
#contentcap
{
	background-image: url('../images/header.png');
	width:1025px;
	height:197px;
	background-repeat:no-repeat;
	background-color:white;
}
#footer
{
	width: 100%;
	height:225px;
	background-image: url('../images/footer-bg.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
	font-family: Trebuchet ms;
	color:#FFFFFF;
}
#footer a:link {
	color: #FFCC00;
}
#footer a:visited {
	color:aqua;
}
.receiptbg {
	background-color: #FFFFFF;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
#slides
{
	border: 15px #CCCCCC solid;
}

#product {
width: 983px;
	
}
#product p {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 16px;

}

#product h2 {
	font-size:30px;
	font-weight:bold;
	color: black;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;

}

#product h3 {
	color:black;
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	text-align:left;
	margin:0px;
	text-transform: capitalize;
	padding-left: 5px;
	padding-top: 5px;

}

#product h4 {
	font-size:17px;
	font-weight:bold;
	color: black;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	padding: 0px;

}

#product h5 {
	font-size:15px;
	font-weight:bold;
	color: black;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	padding: 0px;
	margin-left: 5px;

}

#product ul{
margin-top: 5px;
	
}

#product li{
margin-top: 5px;
	font-size: 14px;

}

h3
{
	font-size:16px;
	font-weight:bold;
	color:navy;
	margin:0px;
}





img {
	border: none;
}


#specs ul{
    margin:0px 0px 0px 10px;
    padding:0px 5px 9px 0px;  
}

#specs ul ul{
    margin:0px 0px 0px 50px;    
}

#specs ul ul ul{
    margin:0px 0px 0px 75px;
    }

#specs li{
    position:relative;    
    margin:10px 0px 0px 0px;
    border-bottom:1px dashed #CCCCCC;
      list-style:none;


}

#specs li span{
    position:absolute;
    right:0px;
    border-bottom: none;


}

#specbox {
	border: 3px #000000 solid;
	margin: 5px 0px;
}

#leftcol {
padding: 0px 5px 0px 0px;
	
}

#rightcol {
	
}

#mainrightcol {
	border: 5px #000000 solid;
	padding: 0px;}

