/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(../images/layout/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-bottom:20px;
	
}


:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:16px;
	line-height:20px;
	margin-bottom:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#bb8d09;
}

h1 a { 
	font-size: inherit;
	color:#bb8d09;
	text-decoration:none;
}

h1 a:hover { 
	font-size: inherit;
	color:#bb8d09;
	text-decoration:underline;
}


h2 { 
	font-size: 11px;
	line-height:17px;
	color:#666666;
	margin-bottom: 0.8em;
	margin-top: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h2 strong {
	font-weight: bold;
	font-size: 11x;
	line-height:17px;
	color:#666666;
	margin-bottom: 0.8em;
	margin-top: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h2 em {
	font-weight: normal;
	font-style:italic;
	font-size: 11px;
	line-height:17px;
	color:#666666;
	margin-bottom: 0.8em;
	margin-top: 0px;; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h3 { 
	font-size:10px;
	line-height: 16px;
	color:#8f7610;
}

h3 a { 
	font-size:10px;
	line-height: 16px;
	color:#8f7610;
}

h3 a:hover { 
	font-size:10px;
	line-height: 16px;
	color:#8f7610;
}

h4 { 
	font-size:26px;
	line-height: 30px;
	color:#fff;
	font-weight:normal;
	margin-top:10px;
	margin-left:20px;
}

h5, h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom:0.8em;
}


a {
	color:inherit;
	font-size: inherit;
	text-decoration:none;
}
a:link {
	text-decoration: none;
	font-size: inherit;
}
a:visited {
	text-decoration: none;
	color:#inherit;
	font-size: inherit;
}
a:hover {
	text-decoration: underline;
	color: #inherit;
	font-size: inherit;
}
a:active {
	text-decoration: none;
	color: #inherit;
	font-size: inherit;
}


ul, li { list-style-type: disc; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}

fieldset { border: none; }


/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table; 
	clear: both;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 
