/* Template Layout */

html, body {height:100%; background-image:url(images/back.png); background-repeat:repeat; font-family:Helvetia, Arial; font-size:14px;}
a,a:visited {color:#940000; text-decoration:underline; font-weight:bold;}
a:hover {color:#940000; text-decoration:underline;}
strong {color:#940000;}
h1 {color:#940000; font-size:120%;}
#wrapper {width:950px; height:auto;  position: relative; margin: 0px auto;background-color:#fff;
-webkit-box-shadow: #000 0px 0px 20px; 
-moz-box-shadow: #000 00px 00px 20px; 
box-shadow: #000 00px 00px 20px;
border-left:4px solid #940000;
border-right:4px solid #940000;}



#banner {width:950px; height:115px; background-color:#000; background-image: url(images/banner.jpg); border-bottom:1px solid #fff;
-webkit-box-shadow: #000 0px 0px 20px; 
-moz-box-shadow: #000 00px 00px 20px; 
box-shadow: #000 00px 00px 20px;}

#nav {z-index:200;width:950px; height:36px; margin:0 0;border-bottom:4px solid #000; background-color:#333; background-image: url(images/nav-back.jpg); background-repeat:repeat;
-webkit-box-shadow: #000 0px 0px 20px; 
-moz-box-shadow: #000 00px 00px 20px; 
box-shadow: #000 00px 00px 20px;}
#nav li { float:left; display:inline; }
#nav li a {
	float:left;
	width:auto;
	height:37px;
	margin-right:1px;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-99999em;
	display:block;
	
	}
#nav li#nhome a { background-image:url(images/nav-home.jpg); width:98px; }
#nav li#nproduct a { background-image:url(images/nav-product.jpg); width:122px; }
#nav li#nreflection a { background-image:url(images/nav-reflection.jpg); width:144px; }
#nav li#ncontact a { background-image:url(images/nav-contact.jpg); width:124px; }
#nav li#ndemo a { background-image:url(images/nav-demo.jpg); width:98px; }

#nav li a:hover, #nav li a.current { background-position:right top; }

#main {position:relative; margin:0px auto;width:900px; padding:25px;clear:both;}
.bottomspacer {position:relative; margin: 0px auto;width:950px;height:30px;clear:both;}
#footer{position:absolute; clear:both;bottom:0px; width:950px; height:30px; margin: 0px auto; background-color:#333;color:#999;text-align:center;padding: 3px 0;border-top:1px solid #000;}
#footer a, #footer a:hover, #footer a:visited{color:#999; font-size:12px;}


/* Page Specific */

#home {width:950px; height:250px; background-image: url(images/back-home.jpg);background-repeat:repeat-x;border-bottom:1px solid #333;}
#homespace {position:relative;width:950px;height:25px;background-image: url(images/back-home2.jpg);background-repeat:repeat-x;}
#buy img{padding-right:12px;}

#contactright {margin-top:95px;float:right;width:450px;}
#contactleft img {padding-right:12px;padding-bottom:12px;float:left;}

#contactleft {margin-left:40px;margin-top:40px;float:left; width:400px;position:relative;}



