@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(../images/bg.gif) repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}






/* ----  button styling ------ */

.input {
    border: 1px solid #000;
    background: #fff;
}
.input:hover {
    border: 1px solid #f00;
    background:  #ffc;
}
.button {
    border: 1px  solid #000;
    background:  #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    /*width: 150px;*/
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

.dummybutton {
	width:0px;
	height:0px;
	border: 0px;
    background: #fff;
	
}


/* ------------------------ */






.pagecontainer #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 25px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/main.gif) no-repeat top left;
}

.pagecontainer #header {
.pagecontainer	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.pagecontainer #leftarrow{
position:absolute;
margin-top: 240px;
margin-left: 95px;
background-image:url(../images/leftarrow.gif);
width:20px;
height:106px;
text-align: left;
margin-bottom:3px;
float:left;
}


.pagecontainer #rightarrow{
	width:20px;
	height:106px;
	margin-top: -150px;
	margin-right: 15px;
	background-image:url(../images/rightarrow.gif);
	float:right;
}

.pagecontainer #productbar {
position:absolute;
width:850px;
height:150px;
text-align: left;
margin-top: 235px;
margin-left: 90px;
border: 0px solid #CCCCCC;
float:left;
}

.pagecontainer #productbar #title{
width:100%;
height:0px;
text-align: left;
color:#FFF;
background-color:#0066CC;
margin-bottom:3px;
}



.pagecontainer #productinfo {
position:absolute;
width:400px;
height:220px;
text-align: left;
margin-top: 370px;
margin-left: 90px;
border: 1px solid #CCCCCC;
background:url(../images/productbar.gif) top left no-repeat;
}

.pagecontainer #productinfo #productimgpreview{
position:absolute;
width:150px;
height:150px;
text-align: left;
padding:10px;
border: 0px solid #CCCCCC;

}

.pagecontainer #productinfo #productdescription{
position:absolute;
width:230px;
height:200px;
text-align: left;
margin-left: 150px;
border: 0px solid #CCCCCC;
}


.pagecontainer #productprice {
position:absolute;
width:200px;
height:220px;
text-align: left;
margin-top: 370px;
margin-left: 500px;
border: 1px solid #CCCCCC;
background:url(../images/productbar.gif) top left no-repeat;
}

.pagecontainer #productprice #productpricedescription{
position:absolute;
width:190px;
height:180px;
text-align: left;
margin-top: 40px;
margin-left: 10px;
border: 0px solid #CCCCCC;
}


.pagecontainer #cart {
position:absolute;
width:200px;
height:220px;
text-align: left;
margin-top: 370px;
margin-left: 710px;
border: 1px solid #CCCCCC;
background:url(../images/productbar.gif) top left no-repeat;
}

.pagecontainer #cart #cartdescription{
position:absolute;
width:190px;
height:165px;
text-align: left;
margin-top: 40px;
margin-left: 10px;
border: 0px solid #CCCCCC;
}


.pagecontainer #fullpage{
position:absolute;
width:780px;
height:340px;
text-align: left;
margin-top: 230px;
margin-left: 100px;
border: 0px solid #CCCCCC;
background:url(../images/fullpagebar.gif) top left no-repeat;
padding-top:50px;
}

.pagecontainer .productlist {
float:left;
width:170px;
height:150px;
text-align: center;
margin-right:10px;
margin-left:10px;
margin-bottom:25px;
margin-top:-10px;
/*margin-top: 370px;
margin-left: 710px;*/
border: 1px solid #CCCCCC;
text-decoration:none;
display:block;
/*background:url(../images/productbar.gif) top left no-repeat;*/
}

.pagecontainer .productlist img{
	margin:auto;;
text-align: center;
}

.pagecontainer .productlisttitle {
margin-top:6px;
padding-top:5px;
float:left;
width:100%;
height:27px;
text-align: center;
font-size:10px;
/*margin-top: 370px;
margin-left: 710px;
border: 1px solid #CCCCCC;*/
/*background:url(../images/productbar.gif) top left no-repeat;*/
}

.pagecontainer #productlistpagenav {
margin-top:-23px;
padding-top:5px;
float:left;
width:100%;
height:15px;
text-align: center;
font-size:10px;
/*margin-top: 370px;
margin-left: 710px;
border: 1px solid #CCCCCC;*/
/*background:url(../images/productbar.gif) top left no-repeat;*/
}


.pagecontainer #footer {
width: 700px;
margin-top:-54px;
margin-left:auto;
margin-right:auto;
color:#666666;
text-align:right;
}












/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 780px; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
margin-left:30px;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */

}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */




/* menu bar */

.grey #waxcontainer{position:absolute;height:20px;background:#E3E3E3;width:570px;font-family:"Trebuchet MS",Arial,Verdana,Helvitica,sans-serif;
margin-top:180px;
margin-left:140px;
}
.grey #waxnav{position:relative;height:20px;font-size:11px;font-weight:bold;background:#fff url(../images/greywax_bottom.gif) repeat-x bottom left;}
.grey #waxnav ul{margin:0px;padding:0 0 4px 0;list-style-type:none;width:auto;float:left;}
.grey #waxnav ul li{display:block;float:left;margin:0 1px;}
.grey #waxnav ul li a{display:block;float:left;color:#414141;text-decoration:none;padding:0 0 0 12px;height:21px;line-height:195%;}
.grey #waxnav ul li a span{padding:0 12px 0 0;}
.grey #waxnav ul li a:hover,.grey #waxnav ul li a.current{color:#fff;background:#575757 url(../images/greywax_navtopleft.gif) no-repeat top left;}
.grey #waxnav ul li a:hover span,.grey #waxnav ul li a.current span{display:block;width:auto;background:#575757 url(../images/greywax_navtopright.gif) no-repeat top right;}

/*end of menu bar */




.green {color: #009900;}
.red {color:#FF0000;}
