@charset "utf-8";
/* CSS Document */

/* WEBDESIGN CSS FILE ---USSTEAM */


/* I.    Reset & Clearfix -------------------------------------------------
---------------------------------------------------------------------------*/
/* 1. Reset CSS --- Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/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,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	


}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
    vertical-align: middle;}

/* 2. Clearfix-------------------------------------------------------*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix {}
/* I.    Reset & Clearfix - end */


/* II. BASIC ELEMENTS -------------------------------------
                      ----------------------------------------- */

body 
	{ background-color:#ffffff;
    font-family:Arial;
	font-weight:500;
	font-size: 12px;
    color: #000;
    line-height:1.5;}

img
	{max-width: 100%;
	height: auto;
	position: relative;}
	
a, a > * 
	{color: #104E8B;
	text-decoration: none;outline:none;
	 transition: all 200ms ease-in 0s;}

a:hover, a > *:hover {color: #cd0000; }
/*a:visited, a > *:visited {color: #5c5c5c; }*/
a:active {outline:none;}


/* II. BASIC ELEMENTS - END ----------------------- */


.s-top1000
	{	width:1000px;
		margin:5px auto;
		overflow:hidden;}
.s-topin
{ margin-top:30px;
	Margin-bottom:10px;}
	
.s-bodyleft
	{	width:520px;
		float:left;
		overflow:hidden;}
.s-bodyright
	{	width:340px;
		margin-left:40px;
		float:left;
		overflow:hidden;}
.s-bodyrightin
	{	
		margin-top:25px;
		}

.s-bottom
	{	margin:40px 0px 5px 0px;
		padding-top:6px;
		border-top:1px solid #CCCCCC;}
.s-bottom2
	{	margin:5px 0px 10px 0px;
		
		}
		
/*Bottom Main Menu*/

.bott-mainmenu {}

.bott-mainmenu li
		{	float: left;
			padding: 7px 0;
			position: relative;
			cursor: pointer;}

.bott-mainmenu li a
		{	display: block;
			border-right: 1px solid #E5E5E5;
			padding: 0px 8px;
			font-size: 11px;
			font-weight: bold;
			font-family: verdana;
			color:#999;
			}
.bott-mainmenu li a:hover
		{	text-decoration:underline;}
.bott-mainmenu li:last-child a 
		{border: none;}
.bott-mainmenu .current-menu-item a
		{color:#E60000}
			
/* Bottom Main Menu end*/