@charset "UTF-8";

:link,:visited { text-decoration:none; }

ul,ol { list-style:none; }

span,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none; }

body {
	font-family: "Century Gothic";
	background-image: url(images/sack.jpg);
	}
	
a {
	text-decoration: none;
	color: #edebd6;
	font-weight: bold;
}

a:hover {
	color: #edebd6;
	text-decoration: none;
	}
	
p {
	font-size: 80%;
	line-height: 140%;
	color: #63523d;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	text-align: justify;
	}
	
h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 10px;
	}
	
h3 {
	padding-left: 0px;
	font-size:14px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	color: #6e523d;
}


#container {
	margin: 0 auto;
	width: 850px;
	padding: 0 0px;
	position: relative;
	margin-top: 30px;
	background-color: #FFF;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 850px;
	padding: 20px 0 20px 0px;
	text-align: center;
	background-color: #6e523d;
	margin-bottom: 20px;
	}
	
#footer ul {
	}		
	
#footer li {
	border-left:0px solid #FFF;
	display: inline;
	font-size: 60%;
	margin: 0;
	padding: 0 0px 0 0px;
	}
	
#footer li.first {
	border-left: none;
	color: #831f1f;
	}	
	
#footer a {
	color: #FFF;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
	}
	
#header {
	width: 850px;
	height: 120px;
	background-color: #FFF;
	}
	
#logo {
	float: left;
	width: 550px;
	height:120px;
	}
	
#contact {
	float: right;
	width: 220px;
	display: inline;
	margin-right: 20px;
	text-align: right;
	padding-top: 15px;
	font-size: 14px;
	}
	
#contact p {
	color: #6e523d;
	margin: 0;
	font-family: "Century Gothic";
	font-size: 90%;
	text-align: right;
	font-weight: bold;
	}
	
#contact a {
	color: #831f1f;
	}
	
#contact a:hover {
	text-decoration: none;
	color: #6e523d;
	font-weight: bold;
	}						


.white {
	color: #831f1f;
	font-weight: bold;
	}	
	
	
#navigation {
	clear: both;
	font-size: 80%;
	width: 770px;
	background-color: #CCC;
	height: 30px;
	padding: 0;
	margin: 0 0 0 0;
	}
	
/* \*/
/* Fix IE. Hide from IE Mac \*/
* html #navigation { padding-bottom: 0} 
/* End */ 
/* */	
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0; /* all lists */
	padding-left: 0px;	
	}	

#navigation li {
	float: left;
	height: 30px;
	}

#navigation a {
	color: #444;
	display: block;
	text-decoration: none;
	width: 92px;
	padding: 0;
	height: 35px;
	line-height: 30px;
	text-align: center;	/* padding: 5px 9px 5px 9px;	*/
	}
	
#navigation li.last a {
	width: 126px;
	}	
	
#navigation li.lastactive a {
	color: #FFF;
	text-decoration: none;
	background-color: #939598;
	width: 126px;
	}

#navigation a:hover, #navigation li.active a {
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
	}
	
#navigation li.active a {
	color: #09F;
	text-decoration: none;
	background-color: #BBB;
	}
	
#navigation li.selected {
	background-color: #021655;
	}	
	
#navigation li:hover ul, #navigation li.over ul  { /* JWPH - Added second selector here */
	/* lists nested under hovered list items */
	 top: 108px;
	 z-index: 100; 
	}

#navigation li ul {
	top: /*24px */ -10000px ;
	position: absolute;
	padding: 0;
	margin: 0;
	}

#navigation li li {
	list-style: none; 
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	background-color: #021655;
	float: none; 
	width: 200px;
	}

#navigation li li a {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 9px;
	color: #FFF;
	}

#navigation li li a:hover {
	text-decoration: none;
	display: block;
	color: #FFF;
	background-color: #004385;
	border-right: 0;
	}
	
.current {
	text-decoration: none;
	display: block;
	color: #FFF;
	background-color: #004385;
	border-right: 0;
	}
	
/* \*/
/* Fix IE. Hide from IE Mac \*/
* html #navigation li li { height: 0; top: 2px} 
* html #navigation li li a { height: 0; } 
/* End */ 
/* */

/*** END ***/		
	
#leftcol {
	float: right;
	display: inline;
	width: 240px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}
	
#leftcol img {
	margin: 0;
	padding: 0 0 1px 0;
}
	
#leftcol p {
	padding: 10px 10px;
	color: #262626;
	background-color: #FFFFFF;
	}
	
#subnav {
	width: 240px;
	background-color: #666;
	margin-top: 0px;
	padding: 0;
	border-top: 1px solid #FFF;
	}	
	
#subnav ul {
	margin: 0;
	padding: 0;
	}
	
#subnav ul li {
	display: block;
	font-size: 70%;
	color: #FFF;
	padding: 10px 10px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #831f1f;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	}
	
#subnav li a {
	width: 210px;
	color: #FFF;
	}
	
#subnav li a:hover, #subnav li.active a {
	color: #FFF;
	}		
	
#rightcol {
	float: left;
	display: inline;
	width: 610px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/bgcontent.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 600px;
}
	
#rightcol2 {
	float: left;
	display: inline;
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/bgcontent.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 800px;
}
	
#bannerimage {
	width: 770px;
	height: 180px;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
	}						
			
		
	
#links {
	width: 560px;
	text-align: left;
	background-color: #6e523d;
	color: #FFF;
	font-size: 69%;
	margin: 0;
	padding: 10px 25px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}
	
#linksproducts {
	width: 560px;
	text-align: left;
	background-color: #831f1f;
	color: #FFF;
	font-size: 69%;
	margin: 0;
	padding: 10px 25px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}
	
#links a {
	color: #FFF;
	}
	
#links a:hover {
	color: #555;
	}
	
#copy {
	width: 560px;
	padding: 25px;
	}
	
#copy2 {
	width: 800px;
	padding: 25px;
	}
	
#copy h1 {
	width: 400px;
	height: 50px;
	text-indent: -999px;
	}	
	
#copy a {
	color: #831f1f;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #63523d;
	text-decoration: none;
	}
	
#copy ul.list {
	margin-top: 10px;
	}
	
#copy ul.list li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 80%;
	line-height: 140%;
	color: #666;
	margin-left: 40px;
	padding: 0;
	}
	
	
	#copy2 {
	width: 850px;
	padding: 0px;
	}
	
#copy2 h1 {
	width: 400px;
	height: 50px;
	text-indent: -999px;
	}	
	
#copy2 a {
	color: #831f1f;
	text-decoration: none;
	}
	
#copy2 a:hover {
	color: #63523d;
	text-decoration: none;
	}
	
#copy2 ul.list {
	margin-top: 10px;
	}
	
#copy2 ul.list li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 80%;
	line-height: 140%;
	color: #666;
	margin-left: 40px;
	padding: 0;
	}
			
	
#flyout {
	float: right;
	width: 180px;
	border-bottom: 5px solid #414042;
	background: url(../images/flyoutbgrnd.gif) top left no-repeat;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 130px;
	}	
	
#flyout ul {
	margin: 0;
	padding: 0;
	}
	
#flyout li {
	font-size: 70%;
	color: #FFF;
	border-bottom: 1px solid #414042;
	background: url(../images/arrow.gif) 5px 15px no-repeat;
	padding: 8px 10px 8px 15px;
	}			
	
#flyout li a {
	color: #414042;
	}	
	
#flyout li a:hover {
	color: #414042;
	text-decoration: underline;
	}	
	
.header {
	background: #414042;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
#accreditations {
	position: absolute;
	bottom: 30px;
	left: 50px;
	}						
	
.clear {
	clear: both;
	}		
.blue {
	color: #831f1f;
	font-weight: bold;
}



#top #nav{
	position:absolute;
	top:81px;
	z-index:10;
	right: 17px;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	line-height:25px;
	width: 851px;
	height: 26px;
 }
 
 #nav a{
 display:block;
 padding:0px 10px;
 }
 
 #nav li{
	float:left;
	position:relative;
 }
 
  #nav li ul a{
	width:140px;
	height:auto;
	float:left;

 }
 
#nav ul {
    position:absolute;
    display:none;
	width:160px;
	top:25px;
	}

	
#nav li ul ul {
    left:160px;
	top:0;
	position:absolute;
    }
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;

    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;

    }



#nav a{
	color:#353d92;
	text-decoration:none;
}

#nav ul a{
background-color:#f3f3f3;
opacity: 0.9;
color:#353d92;
}

#top #nav a:hover, #top #nav a:visited:hover {
	background-image:none;
	background-color:#353d92;
	color:#ffffff;
}
		
#navlot {
	height: 25px;
}
.quay3d {
	color: #6e523d;
	font-weight: bold;
	font-family: "Century Gothic";
}











#menumain ul {
	font-family: "Century Gothic";
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
#menumain ul li {
	display: block;
	position: relative;
	float: left;
	border-left: 0px solid #FFFFFF;
}
#menumain li ul { display: none; z-index: 10000 }
#menumain ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	border-top: 0px solid #ffffff;
	padding: 5px 12px;
	background: #6e523d;
	margin-left: 0px;
	white-space: nowrap;
	background-repeat: repeat-x;
}
#menumain ul li a:hover {
	background: #831f1f;
}
#menumain li:hover ul {
  display: block;
  position: absolute;
}
#menumain li:hover li {
  float: none;
  font-size: 11px;
}
#menumain li:hover a {
	background-color:#831f1f;
	background-image:url(images/right2.jpg);
}
#menumain li:hover li a:hover { background: #6e523d; color:#FFF; }

#menumain {
	background-color: #6e523d;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 850px;
	color: #FFF;
}
#container #s3slider #s3sliderContent .s3sliderImage span strong {
	color: #C00;
	font-family: Georgia;
	font-style: italic;
}
h4 {
	color: #831f1f;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
#signup {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 243px;
	width: 225px;
	background-color:#831f1f;
	color: #FFF;
	text-align: center;
	background-image: url(images/offerbg.png);
}
#signup p {
	font-size: 10px;
	color:#FFF;
}#container #signup p strong {
	color: #000;
}
#signup p strong {
	color: #000;
}

#offer {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 113px;
	z-index: 10000;
	right: -75px;
}
.search {
	color: #FFF;
	text-align: right;
	line-height: 25px;
}
#searchid {
	margin: 1px 5px 0 0;
	padding: 0px;
	float: right;
	line-height: 25px;
	font-size: 12px;
}
#fontsize {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	text-align: right;
}

#fontsize p{
	background-color: #C00;
	color:#FFF;
	font-size:12px;
	text-align: right;
	padding: 5px;
}
#fontsize p small {
	font-size: 9px;
}
#fontsize p large {
	font-size: 14px;
}
#mainimg {
	width: 230px;
	height: 158px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
#container #leftcol p small {
	font-size: 10px;
}
#servicebox {
	background-color: #efefef;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 540px;
	margin-bottom: 20px;
}
#downloads {
	background-color: #efefef;
	margin: 0px;
	padding: 10px;
	width: 460px;
	margin-bottom: 20px;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	padding-left: 90px;
}
.readmore a {
	color: #831f1f;
	font-weight: bold;
	float: right;
	text-decoration: none;
}
.readmore a:hover {
	color: #63523d;
	font-weight: bold;
	float: right;
}

#machines {
	background-color: #efefef;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 250px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#machinesmain {
	background-color: #efefef;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 250px;
	margin-right: 20px;
}

#machinesright {
	background-color: #efefef;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
.small {
	font-size: 10px;
}
#zoom {
	float: right;
	height: 20px;
	width: 20px;
}
#zoom {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 20px;
	padding-top: 0px;
}
#followus {
	width: 850px;
	float: 0 auto;
	margin: 0 Auto;
	text-align: right;
	margin-top: 20px;
}
#followus img {
	margin-left: 10px;
}

td {
	padding:10px;
}
#important {
	padding: 10px;
	width: 96%;
	background-color: #831f1f;
	margin-bottom: 10px;
}

#important .title {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

#important p {
	color:#FFF;
}

