@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 

html {width:100%;}

body {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#000000;
margin:0;
width:100%;
}

h1{
font-size:14px;
margin-left:15px;
margin-right:15px;
margin-top:15px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:1px solid #333333;
}

input, textarea{
width:250px;
}

img.border{
border:0px;
padding:0px;
margin:0px;
float:left;
}


#pagewrapper {
height:auto;
width:100%;
}

#headwrapper {
background:transparent url(images/headerbg.gif) repeat-x scroll 0 0;
background-color:#FFFFFF;
height:auto;
margin:0 auto;
}

#head {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:261px;
margin:0 auto;
width:1000px;
}

#contentwrapper {
background-color:#FFFFFF;
height:auto;
margin:0 auto;
padding-bottom:30px;
width:100%;
}

#content {
background-color:#FFFFFF;
height:auto;
margin:0 auto;
overflow:auto;
width:1000px;
padding-top:15px;
}

#footerwrapper {
background-image:url(images/footerbg.gif);
background-repeat:repeat-x;
height:242px;
}

#footer {
color:#fff;
margin:0 auto;
padding-bottom:20px;
padding-top:20px;
width:1000px;
height:auto;
padding-top:80px;
}

#leftholder{
width:676px;
height:auto;
float:left;
}


#leftcontent {
background-image:url(images/leftbg.gif);
background-repeat:repeat-y;
float:left;
padding:0;
margin:0;
margin-right:0;
padding:0;
width:676px;
}

#leftcontenttop {
background-image:url(images/lefttop.gif);
background-repeat:no-repeat;
float:left;
width:676px;
height:8px;
}

#leftcontentbottom {
background-image:url(images/leftbottom.gif);
background-repeat:no-repeat;
float:left;
width:676px;
height:8px;
padding:0;
margin:0;
}

#leftcontent p{
margin: 10px 15px 20px 15px;
line-height:18px;
}

#rightcontent{
position:relative;
float:left;
margin:0px;
padding:0px;
padding-left:30px;
border:0px;
width:289px;
height:auto;
overflow:hidden;
}

#featured{
width:289px;
height:323px;
background-image:url(images/featuredbg.gif);
background-repeat:no-repeat;
margin-bottom:10px;
}

#contactbox{

background-image:url(images/contactbg.gif);
background-repeat:repeat-y;
}

#contactboxbottom{
background-image:url(images/contactbottom.gif);
background-repeat:repeat-y;
height:9px;
}

#contactbox p{
margin:10px 20px 10px 20px;
line-height:18px;
color:#000000;
}

#flashbox{
height:195px;
width:640px;
margin-left:18px;
margin-top:10px;
padding:0;
}


.contacthr{
margin:0 20px 0 20px;
color:#cacaca;
height:1px;
}

#map{
margin-left:13px;
margin-bottom:5px;
}

#footerdetails{
float:left;
width:450px;
}

#footerdetails p{
color:#000;
line-height:18px;
}

#footerdetails hr{
height:1px;
color:#000;
}



#footerlogos{
float:right;
width:525px;
}

.send{
width:125px;
margin-top:20px;
}

#contacttable{
padding-left:50px;
}


/* Menu Navigation */

#nav { 
	width: 590px;
	margin: 0; 	
	list-style-type: none;
	height:25px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-left:0px;
	margin-left:4px;
	padding-top:203px;
	
	
	
}

#nav li { 
	display: inline; 
	padding: 0;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	
	
}
#nav li a { 
	display: block; 
	float:left; 
	padding: 0;  
	height: 25px; 
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}

#navHome a { 	
	width: 100px;
	text-align:left;
}

#navStock a { 	
	width: 100px;
	text-align:left;
}

#navAbout a {
width: 100px;
	text-align:left;
}

#navContact a { 	
	width: 100px;
	text-align:left;
}

#navFinance a { 	
	width: 100px;
	text-align:left;
}

#navLocation a { 	
	width: 100px;
	text-align:left;
}

#nav li a:hover, a:active, #nav li a.active{
	background-image:url(images/li_a.jpg);
	background-repeat:no-repeat;
	color:#ccc;
}