/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(../images/bckgrnd.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666666;
}

#base{
	position:absolute;
	width:100%;
	height:800px;
	left: 0px;
	top: 0px;
	z-index:1;
}
#container {
	position:relative;
	width:850px;
	height:780px;
	top:5px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}


#banner {
	position:absolute;
	width:850px;
	height:213px;
	left:0px;
	top:2px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	z-index:2;
}

#details {
	position:absolute;
	width:250px;
	height:42px;
	left:590px;
	top:20px;
	color:#11147d;
	font-size:14px;
	text-align:left;
	z-index:3;
}

#menuholder {
	position:absolute;
	width:850px;
	height:38px;
	left:2px;
	top:125px;
	background-image: url(../images/title2.jpg);
	background-repeat:no-repeat;
	z-index:4;
}

#menulayer {
	position:absolute;
	width:500px;
	height:20px;
	left: 10px;
	top: 2px;
	z-index:10;
}

#searchbox {
	position:absolute;
	width:180px;
	height:20px;
	left:440px;
	top:124px;
	color:#11147d;
	font-size:14px;
	text-align:left;
	z-index:5;
}
	
#product-title {
	position:absolute;
	width:550px;
	height:35px;
	top: 155px;
	left: 2px;
	z-index:3;
}

#product-box {
	position:absolute;
	width:532px;
	height:458px;
	left: 2px;
	top: 220px;
	border-style:solid;
	border-color: #eeeeee;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	overflow: auto;
	scrollbar-arrow-color: #d7af43;
	scrollbar-face-color: #eeeeee;
	scrollbar-darkshadow-color: #0197ca
	z-index:3;
	
}

#offers-title {
	position:absolute;
	width:240px;
	height:35px;
	left: 600px;
	top: 338px;
	background-image: url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
	padding-left:2px;
	margin-top:5px;
	margin-bottom:5px;
	z-index:3;
}

#offers-title {
	position:absolute;
	width:250px;
	height:35px;
	left: 600px;
	top: 338px;
	background-image: url(../images/special_title.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
	padding-left:2px;
	margin-top:5px;
	margin-bottom:5px;
	z-index:3;
}

#offers-box {
	position:absolute;
	width:240px;
	height:300px;
	left: 600px;
	top: 378px;
	border-style:solid;
	border-color: #eeeeee;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	overflow: auto;
	scrollbar-arrow-color: #d7af43;
	scrollbar-face-color: #eeeeee;
	scrollbar-darkshadow-color: #0197ca;
	z-index:5;
}

#cart-title {
	position:absolute;
	width:240px;
	height:38px;
	left: 600px;
	top: 125px;
	text-align:left;
	padding-left:4px;
	z-index:5;
}

#cart-box {
	position:absolute;
	width:240px;
	height:145px;
	left:600px;
	top:160px;
	border-style:solid;
	border-color: #eeeeee;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	background-image:url(../images/cart.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	overflow: auto;
	scrollbar-arrow-color: #d7af43;
	scrollbar-face-color: #eeeeee;
	scrollbar-darkshadow-color: #0197ca;
	z-index:2;
}


#footer {
    position:absolute;
    width:850px;
    height:5px;
    left:0px;
    top:595px;
	border-style:solid;
	border-color: #d1a549;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:3px;
	border-bottom-width:0px;
    z-index:3;
}
	
#cb_link {
       position:absolute;
       width:400px;
       height:25px;
       left:2px;
       top:600px;
       z-index:3;
}

h1 {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
	color:#d1a549;         
}

h2 {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	color:#d1a549;         
}