/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000;
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFF;
	background-image:url(../images/layout/bg.jpg);
	background-position: center 0px;
}


:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:18px;
	color:#716054;
	line-height:24px;
	margin-bottom:0.6em;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
}

h2 { 
	font-size: 18px;
	line-height:20px;
	color:#716054;
	margin-bottom: 0.8em;
	
}

h3 { 
	font-size:12px;
	line-height: 18px;
	color:#716054;
	margin-bottom: 0.2em; 
	font-weight:bold;
}

h4{ 
	font-size:30px;
	line-height: 28px;
	color:#e7d8ac;
	margin-bottom: 0.6em; 
	font-weight:NORMAL;
	text-transform:uppercase;
}

h5, h5 strong {
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#e7d8ac;
	margin-bottom:0.8em;
}

h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom:0.8em;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color:#716054;
	font-size: inherit;
	text-decoration:none;
}
a:link {
	text-decoration: none;
	font-size: inherit;
}
a:visited {
	text-decoration: none;
	color:#716054;
	font-size: inherit;
}
a:hover {
	text-decoration: underline;
	color:#716054;
	font-size: inherit;
}
a:active {
	text-decoration: none;
	color: #716054;
	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;
color: inherit;
}
span {
	color: inherit;
}

fieldset { border: none; }


.margin0 {
	margin:0px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

/* 
* 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;
	height:0;
	margin:0px;
	padding: 0px;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { 
	display: block; 
} 
/* Hide from IE/Mac */ 
