/*--------CSS Reset--------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------Style--------*/

body{
padding: 0;
border: 0; 
background-color: #e0e0e0; 
color: #222;  
text-align: center;
font-family:  arial, verdana, helvetica, sans-serif; font-size: 18px;
min-width: 770px;
}

img {border: 0px solid #999; margin: 10px 10px 10px 10px; }

#footer img {border: 0px solid #999; padding: 5px; }

/* Text, Links, Titles */

p {
margin-bottom: 10px;
}

h1 {
	font-size: 20px; 
	font-family: arial, verdana, helvetica, sans-serif;
	color: #3355AA; 
	text-transform:uppercase;
	height: 20px;
	line-height:20px;
	margin-top:15px;
	margin-bottom:10px;
}

h2 {
	font-size: 20px; 
	font-family: arial, verdana, helvetica, sans-serif;color: #3355AA;  
	margin-top:15px; 
	margin-bottom: 10px;
	text-transform:capitalize;
}

h3 {font-size: 16px; font-family: arial, verdana, helvetica, sans-serif; color: #fff;  margin-top:0px; margin-bottom: 8px;}

}


#special a {color: #fff; text-decoration: none;}
#special li a:hover { padding-left: 4px; color: #3355AA; }
a:hover { text-decoration: underline; }
/*a:active, a:visited { color: #3355AA; border: 0px; text-decoration: none;}*/
#footer a:hover { text-decoration: underline; color: #222;}
#footer a { color: #3355AA; text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a { color: #3355AA; border: 0px; text-decoration: none;}

.trade { list-style-type: none; padding-left: 8px; border-bottom: 0px solid #666;}


/* Sections IDs */
#banner {
/*position: relative; */
background-image: url(img/banner.png);  
background-repeat: no-repeat; 
background-color: #ccc;
vertical-align: top;
height: 143px;
width: 798px;
margin: -13px -13px 0px -13px;
padding: 0px;
}

#wrapper {
width: 772px;/*sets the width for IE5.x's broken box model*/
margin: 0px auto;
padding: 13px;
position: relative; 
background-position: bottom;  
background-repeat: no-repeat; 
background-color: #fff; 
border-left: 1px solid #999; 
border-right: 1px solid #999;
border-bottom: 1px solid #999;
margin-bottom: 0px;
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#content {
float: left;
width: 530px; 
margin: 10px; 
margin-bottom: 40px; 
background-color: #fff;
clear: left;
font-size: 80%; 
line-height: 20px;
margin: 10px 6px 10px 6px; 
padding: 0; 
}
/*nav container */
#navigation{
width: 798px;
height:30px;
background:#3355AA;
margin: -15px 0px 0px -13px;
padding: 0px;
font-size: 12pt;
vertical-align: middle;
}

/*nav first level menu */
#navigation ul {
margin: hidden;
padding:0px;
/*height:30px;*/
vertical-align: middle;
}

#navigation ul li {
display:inline; 
float:left; 
height:30px;
line-height:30px;
list-style:none; 
margin-left:20px;
margin-right:10px;
position:relative; 
}

#navigation li a {
display: block;
color: #fff;
text-decoration: none;
}

#navigation li a:hover {

text-decoration: underline;
}

/*Second level menu*****************************/
#navigation li ul{
	background-color:#3355AA;
	display:none; 
	left:0px; 
	margin:0px; 
	padding:0px; 
	position:absolute; 
	top:30px; 
}

#navigation li:hover ul{
	display:block;
	background-color:#3355AA;	
	width:260px;
}

/*Second level list items*******************/
#navigation ul li ul li{	
	list-style:none; 
	display:list-item;
	width:260px;
}

/*Second level anchors*****************/
#navigation li li a{
	color:#fff; 
	text-decoration:none;
	background-color:#3355AA;
}

#navigation li li a:hover{
	text-decoration: underline;
}


#specialall {
float: right; 
width: 206px;
padding: 0px; 
/*&margin: 20px 10px 10px 5px;*/
margin: 10px 6px 10px 6px; 
}

#special { 
padding: 0px 10px 0px 13px;
margin: 0px;
background-color: #a5b4da;
font-size: 70%;
color: #fff;
}

#specialt {
background: url('smallt.png');
width: 206px;
height: 11px; 
margin: 0px;
}

#specialb {
background: url('smallb.png');
width: 206px;
height: 13px; 
margin: 0px; 
}

#footer {  
background-color: #fff;  
width: 778px; 
height: 90px; 
text-align: left;
margin: 0px -13px -13px -13px;
padding: 10px;
color: #666; 
font-size: 60%;
clear: left;
float: center; 
}

/* Classes */
.border {
border: 1px solid #999;
padding: 5px;
}

.nav {
background-color: #999;
color: #222;
padding: 2px;
}

.header {
color: #3355AA;
font-size: 30px; 
}
