@charset "utf-8";

/* 
==========================================================================================================================================

INDEX

1. BODY AND CONTAINERS
2. BANNERS & MENU
3. OTHER DIVS
4. TYPE

==========================================================================================================================================
*/


/*
==========================================================================================================================================
1. BODY AND CONTAINERS
------------------------------------------------------------------------------------------------------------------------------------------
*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background/wood.JPG);
	background-position:center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:12px
	}

body{ -webkit-background-size: 1600px 1618px;}

#container {
	position:relative;
	width: 1008px; 
	height: 1964px;
	margin: 0 auto;
	padding:0;
	background: none;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#topSection {background-image:url(../images/background/topSection.JPG); height:406px}
/*
==========================================================================================================================================
2. BANNER AND MENU
------------------------------------------------------------------------------------------------------------------------------------------
*/

#title {
	width:1008px;
	background:none;
	text-align:center;
	padding-top:60px
}

#subHeading {
	padding:45px 250px 0 250px;
	text-align:center;
	height:130px
}
#subHeading h1 { font-size:50px}

#menuBar {
	
	width:1000px;
	background:none;
	text-align:center;
	padding:0px;
	height:64px;
	margin-bottom:10px
}

.menuItem {
	text-align:center;
	padding:0 18px;
	float:left;
}
	
/*
==========================================================================================================================================
3. OTHER DIVS
------------------------------------------------------------------------------------------------------------------------------------------
*/

.content {
	width:800px;
	margin:0 auto;
}

.product {
	width:780px;
	margin:10px;
	float:left;
}

.fltLt {float:left;}
.fltRt {float:right;}
.imgRt {
	float:right;
	width:300px;
	height:300px;
	background-image:url(../images/background/imageBacker346.PNG);
	padding:23px 23px 23px 23px;
	text-align:center;
	margin:5px;
	}
.imgLt {
	float:left;
	width:300px;
	height:300px;
	background-image:url(../images/background/imageBacker346.PNG);
	padding:23px 23px 23px 23px;
	text-align:center;
	margin:5px;
	}

.prodImg {
	float:left;
	width:182px;
	height:150px;
	background-image:url(../images/background/prodImgBack.PNG);
	padding-top:15px;
	text-align:center;
	margin:10px;
	}

.clr {clear:both}

.line {clear:both; height:20px; width:100%; background-image:url(../images/dec/line.PNG); background-position:center center; background-repeat:no-repeat}

/*
==========================================================================================================================================
4. TYPE 
------------------------------------------------------------------------------------------------------------------------------------------
*/

p {color:#333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin:10px 0}
	
h1 {color:#040403; font-family: "Bookman Old Style"; font-size: 50px; font-weight:100; margin:0}
h2 {color:#060; font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight:100; margin:8px 0;}
h3 {color: #060; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight:100; margin:0}
h4 {color: #0099CC; font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight:100; margin:0}
h5 {color: #0099CC; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight:100; margin:0}
h6 {color:#333333; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:100}


a:link {COLOR:#000099; text-decoration:none;}
a:visited {COLOR:#000099;text-decoration:none;}
a:hover {COLOR:#060; text-decoration:none;}
a:active {COLOR:#0066CC; text-decoration:none;}

a.buyNow:link {color:#0066CC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold}
a.buyNow:visited {color:#0066CC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold}
a.buyNow:hover {color:#0033CC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold}
a.buyNow:active {color:#0066CC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold}

.photoSub {color:#666; margin-top:15px; font-family: Arial, Helvetica, sans-serif; font-size: 14px}
.prodPhotoSub {color:#666; margin-top:4px; font-family: Arial, Helvetica, sans-serif; font-size: 14px}

.Title_main {
	color: #FFFFFF;
	font-family: "Bookman Old Style";
	font-size: 50px;}
