/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}*/
html,body,img,q,dl,dt,dd,ol,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: none;
	float: left;
}

img{
	float:left;
}

li {
	list-style-type: none;
	float: left;

}


p , ul {
	float: left;
	margin:0;

}

a {
	text-decoration: underline;
	outline-style:none;
	color:#6d6e71;
}

a:hover {
	text-decoration: none;
}

.inline {
	display: inline;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

body {
	background:#fff;
	font-family: Verdana;
	font-size:12px;
	color:#6d6e71;
	float: left;
}

h1 {
	color:#000;
	float:left;
	margin-bottom:20px;
	font-size:18px;
	margin-top:0;
	padding:0;
	width:610px;
}

h2 {
	color:#000;
	float:left;
	margin-bottom:20px;
	font-size:16px;
	margin-top:0;
	padding:0;
	width:610px;
}

h3{
	color:#000;
	float:left;
	margin-bottom:0px;
	font-size:12px;
	margin-top:0;
	padding:0;
	width:610px;
}


.content{
	margin:0 auto;
	width:958px;
}


#header{
    background: #000;
	float:left;
    width: 100%;
}

#nav{
    background: url("../images/nav_bg.png") repeat-x scroll left top transparent;
    border-top: 2px solid #fff; 
    border-bottom: 2px solid #fff;    
	float:left;
    width: 100%;
}

.header_text {
	float:right;
}

.menu {
	float:right;
    background: url("../images/spacer.png") no-repeat scroll right top transparent;	
	padding-right:3px;	
}

.menu li {
    background: url("../images/spacer.png") no-repeat scroll left top transparent;
	float:left;
	padding-left:3px;
}

.menu li a.active, .menu li a:hover {
    background: url("../images/nav_a.png") repeat-x scroll left top transparent;
}

.menu li a {
	float:left;
	padding:0 10px;
}

#page{
    background: url("../images/bg.png") repeat-x scroll center top transparent;
	float:left;
    width: 100%;
}

.page_info {
	width:998px;
}


.info {
	background:#fff;
	float:left;
	padding:0 20px;
	width:958px;
}



#left {
	float:left;
	width:280px;
	margin-top:30px;
}

#left img {
	float:right;
	margin-bottom:20px;
}

#right {
	margin-top:30px;
	float:left;
	padding-left:30px;
	padding-right:10px;
	width:610px;
	line-height: 23px;		
}

#right p {
	margin-bottom:20px;
}

#right b {
	color:#000;
	float:left;
}

#right li {
	float:left;
	width:590px;
	list-style-type: disc;
	margin-left:15px;
}

#right ul {
	margin-bottom:20px;
	float:left;
	width:610px;	
}

#footer{
    float: left;
    margin-top: 20px;
    padding-top:20px;
    width: 100%;
    border-top: 1px solid #dadada;
	color:#bfbfc0;
	font-size:11px;
	padding-bottom:100px;
	word-spacing: 2px;
}	

#footer a{
	color:#bfbfc0;
}	

#footer a:hover{
	text-decoration:underline;
}	

.contact_left {
	width:656px !important;
}

.contact_right, .contact_right h1  {
	width:260px !important;
}

