/**************************** RESET ****************************/ 
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}

body {
	font-size:62.5%; 
	line-height: 1.5em; 
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

.pic { border:none; margin:0px; padding:0px; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5F5F5F;
	text-align: left;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #990000;
	text-align: left;
}


h1 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em; 
	font-weight: bold; 
	color: #868686; 
	line-height: 1.4em; 
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #D88166;
}

hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border:0;
}
/**************************** END RESET ****************************/

/**************************** NAVIGATION ****************************/
.menu {
	position:relative;
	width:800px;
	height:41px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 80px;
	background:#fff url(assets/bg_menu.jpg) no-repeat;
	text-align:center;
	z-index:10;
}
			
ul.drop {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
	line-height:22px;
	z-index: 11;
}
				
.li5 {
	position:relative;
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	width:auto;
	line-height:41px;
	text-align:left;
	z-index: 12;
}
		
.li6 {
	position:relative;
	text-align:left;
	width:180px;
	z-index: 13;
}
		
a.sub_menu {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	color: #fff;
	text-decoration:none;
	display: block;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	background-color:#B3093A;
}

a.sub_menu:hover {
	background-color:#D88166;
	color:#fff;
}		

li ul.drop {
	position:absolute;
	z-index:12;
	left:0px;
	top:32px;
	display:none;
	margin:0px;
	background-color:#FFFFF6;
	padding:0px 0px 0px 0px;
	line-height:18px;
}

li:hover ul.drop, li.over ul.drop { 
	display:block;
	line-height:18px;
}			
/**************************** END NAVIGATION ****************************/

/**************************** CONTENT ****************************/
.global {
	position:relative;
	width:930px;
	height: auto;
	margin-bottom: 5px;
	margin-right: auto;
	margin-top: 15px;
	margin-left: auto;
}

		.logo {
			position:relative;
			width:320px;
			height: 51px;
			margin:0px;
		}
		
		.header {
			position:relative;
			width:930px;
			height:302px;
			margin:0px;
		}
		
.content {
	position:relative;
	width:930px;
	height: auto;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}





.content_left {
	position:relative;
	float:left;
	width:600px;
	height: auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.content_left2 {
	position:relative;
	float:left;
	width:850px;
	height: auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.content_right {
	position:relative;
	float:left;
	width:218px;
	height: auto;
	margin:0px 0px 0px 46px;
	padding:0px 0px 0px 0px;
}
/**************************** CONTENT ****************************/

/**************************** MISC ****************************/
a.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color: #868686;
	text-decoration:none;
}

a.link:hover {
	text-decoration:underline;
}

a.link2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #006699;
	text-decoration:none;
}

a.link2:hover {
	text-decoration:underline;
}


a.link3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #B3093A;
	text-decoration:none;
}

a.link3:hover {
	text-decoration:underline;
}




hr {
	color:1px solid #868686;
}
/**************************** END MISC ****************************/

/**************************** FOOTER ****************************/
.footer {
	position:relative;
	width: 930px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	padding-top:10px;
	height: 30px;
	border-top:1px solid #868686;
	clear:both;
}
	.footer_left {
		width:auto;
		height:auto;
		float:left;
	}
	
	.footer_right {
		width:auto;
		height:auto;
		float:right;
	}
/**************************** END FOOTER ****************************/

#pics {
position:relative;
}

#pics img {
position:relative;
float:left;
display:inline;
width:120px;
height:120px;
margin:0 10px 10px 0;
border:1px solid #666;
}
