#body {
 margin:0;
 padding:0;
 font-family:Georgia;
}

#wrapper {
 width:1000px;
 margin:auto;
 position:relative;
 height: 100px;
 color:#444299;
}

#info {
  margin-top:50px;
  padding-bottom:10px;
  width:800px;
  float:left;  
}

#midseg {
  background: url("graphics/midsegbg.jpg") repeat scroll 0 0 transparent;
  position:relative;
  z-index:1;
  height:250px;
  font-family:Georgia;
}

#videowrapper {
  width:1000px;
  margin:auto;
}

#video {
  margin-top:0px;
  margin-left:70px;
  height: 240px; 
  width: 361px;
  float:left;
} 

#curvedtop{
  background: url("graphics/curvedtop.png");
  width:940px;
  height:18px;
  position:absolute;
  bottom:0px;
  margin-left:30px;
}

#welcomemsg{
  float:left;
  color:white;
  line-height:1.5;
  width:420px;
}

#lowseg {
  background: url("graphics/lowsegbg.jpg") repeat scroll 0 0 transparent;
  margin:auto;
  position:relative;
  z-index:1;
  width:1000px;
  height:890px;
  font-family:Georgia;
}

#prodhighlightwrap {
  width:745px;
  height:470px;
  float:left;
  margin-left:65px;
}

#prodhighlightbox {
  background-color:#000033;
  width:720px;
  height:400px;
}

#prodhighlightitem {
  width:168px;
  height:400px;
  z-index:3;
  color:#FFFFFF;
  float:left;
  margin-left:10px;
  margin-top:35px;
}

#fabricsample {
  width:30px;
  height:20px;
  float:left;
}

#rightbuttonscolumn {
  width:125px;
  height:450px;
  float:left;
  margin-top:60px;
}

#rightbuttons {
  float:left;
}

#testimonials {
  width:600px;
  height:340px;
  float:left;
  margin-left:65px;
  margin-top:10px;
  color: #000033
}
#testimonials p a u {
	color: #000033;
}
#latestnewswrap {
  width: 225px;
  height:350px;
  float:left;
  margin-top:10px;
  padding-left:65px;
}

#newsbox {
  border:none;
  width:200px;
  height:300px;
}

#aboutusheader {
  padding-left:80px;
  color:#000033; 
  padding-top:20px;
  font-size:24px;
}

#aboutustext {
  padding-left:80px;
  color:#000033; 
  font-size:16px;
  width:800px;
}

#productwrapper {
  margin:auto;
  position:absolute;
  margin-left:80px;
  width:940px;
}

#productitem {
  padding-top:30px;
  width:200px;
  height:300px;
  position:relative;
  text-align:center;
  float:left; 
}

#myGallery
{
  width: 350px !important;
  height: 180px !important;
} 

#testheader {
  padding-left:80px;
  color:#000033; 
  padding-top:20px;
  font-size:24px;
}

#testwraptext {
  padding-left:80px; 
  padding-top:10px;
  height:200px;
  width:200px;
  float:left;
}
#testtext {
  color:#000033; 
  font-size:16px;
  width:200px;
  float:left;
}

#testimage {
 	 position:relative;
	 width:1000px;
	 float:left;
	 padding-left:30px;
}
#footerbg {
  background-color:#333366;
  margin:auto;
  position:relative;
  font-size:12px;
  z-index:2;
  height:30px;
  color:white;
}

a:link {color:#444299}      /* unvisited link */
a:visited {color:#444299}  /* visited link */
a:hover {color:#444299}  /* mouse over link */
a:active {color:#444299}  /* selected link */



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/opaque_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:0 0 5px 0; padding:0; font-family:Georgia;}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; padding: 5px 10px;font-size:14px;}
#menu li a, #menu li a:visited {display:block; padding:0; white-space:nowrap;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background:transparent url(graphics/opaque.png);}
* html #menu dl {background:transparent url(graphics/opaque.gif);}
#menu dt {margin:0; font-size: 14px; color:#444299; float:left;}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size:14px; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#444299; padding: 5px 10px; text-decoration:none;}
#menu dd a, #menu dd a:visited {color:#000000; text-decoration:none; display:block; padding: 5px 10px;}

#menu li a:hover {border:0; text-decoration:underline;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:15px;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {color:#c00;}

