@import url('grid_12-825-55-15.css');

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/

h1, h2, h3, h4, h5, h6, 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,  ul, 
fieldset, form, label, legend, 
caption, tbody, tfoot, thead, th 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}





body {
	color: #000;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #000;
}

h1{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 18px;
}

h2{
	font-size: 18px;
}

#container {
	width: 926px;
	margin: 0px auto;
}


#header {
	padding-top: 20px;
	color: #fff;
	height:89px; 
	width: 926px;
	margin: 0px auto;
}

#header span {
	color: #666;
}
#main_content {

	padding: 60px 20px 20px;
}


#footer {
	width: 926px;
	margin: 0px auto;
	color:#999;
	font-size:11px; text-transform:uppercase;
}

.tabs {
	margin-top:15px;
	height: 34px;
	
	
	background-color: #000;

	
}
.tabs li {
	float: left;
	margin:0;

	overflow: hidden;
	background-color: #000;
	font-weight:bold;
}
.tabs li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:13px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	
}

.tabs li a:hover {
		background-color: #F00;

}

.tabs li.active a {
	color:  #000;
	background-color: #fff;
}


.menu {
line-height:22px; font-size:12px;
	
}
.menu li {
	
	margin: 0;
	overflow: hidden;

}
.menu li ul li {
	text-indent:12px;


}
.menu li a {

	text-decoration: none;
	font-size:12px;

	border-right: 1px solid #fff;
}

.menu li a:hover {
		color: #F00;

}

.menu li.active a {
	color:  #000;
	background-color: #fff;
}

.menu2 {list-style:square; line-height:20px}

input[type=text] {
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  padding: 8px 6px;
 width: 300px;
  box-sizing: border-box;
  
  
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #838383;
  border: none;
  color: white;
  padding: 8px 6px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  width: 150px;
}





