/* Start of CMSMS style sheet 'style' */
/*-- RESET HTML STYLE --*/

h1, h2, h3, h4 { font-weight: normal; margin: 0; padding: 0; }
a { text-decoration: none;}
ul, li, span, p { margin: 0; padding: 0; list-style: none; }

/*-- FLOATING DIVS --*/

.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }

/*--- BODY ---*/

body { background: #FFFFFF; margin: 0; font-family: arial, sans-serif; }
a { color: #666666; }

/*--- WRAP ---*/

#wrap { margin: 20px auto; width: 960px; }

/*--- HEADER ---*/

#header { width: 960px; height: 196px; }
	#header.bg1 { background: url(uploads/kbs/images/bg1_header.jpg) no-repeat; }
	#header.bg2 { background: url(uploads/kbs/images/bg2_header.jpg) no-repeat; }
	#header.bg3 { background: url(uploads/kbs/images/bg3_header.jpg) no-repeat; }
	
/*--- CONTACT ---*/

#contact { margin-right: 40px; margin-top: 70px; font-size: 13px; }

/*--- MENU ---*/

#menu { margin: 30px 20px 0 140px; }
	#menu ul li { float: left; }
	#menu a { display: inline-block; height: 20px; padding: 0 15px; border-right: 2px #FF0000 solid; line-height: 20px; font-size: 13px; color: #000000; text-transform: uppercase; font-weight: bold; }
	#menu a:hover { color: #FF0000; }
	#menu a.active { color: #FF0000; }
	#menu a.last { border: 0; }
	#menu .menuparent { color: #FF0000; }
	#menu .currentpage a { color: #FF0000; }

/*--- MAIN ---*/

#main { width: 960px; }
	#main.bg1 { background: url(uploads/kbs/images/bg1_main.jpg) no-repeat; }
	#main.bg2 { background: url(uploads/kbs/images/bg2_main.jpg) no-repeat; }
	#main.bg3 { background: url(uploads/kbs/images/bg3_main.jpg) no-repeat; }
	
/*--- SIDEBAR ---*/

#sidebar { width: 99px; margin-right: 20px; margin-left: 5px; }
	#sidebar a { display: block; width: 93px; height: 14px; padding-right: 15px; margin-top: 16px; background: url(uploads/kbs/images/menu_bg.jpg) no-repeat; font-size: 13px; color: #000000; text-align: right; line-height: 14px; text-transform: lowercase; }
	#sidebar a:hover { background: url(uploads/kbs/images/menu_bg_over.jpg) no-repeat; color: #FF0000; }
	#sidebar a.active { background: url(uploads/kbs/images/menu_bg_over.jpg) no-repeat; font-weight: bold; color: #FF0000; }
	#sidebar .currentpage a { color: #FF0000; }
	#sidebar #topmenu { height: 200px; }

/*--- CONTENT ---*/

#content { color: #666666; width: 700px; padding-left: 30px; }
	#content h2 { padding: 40px 0 20px; margin-bottom: 30px; border-bottom: 1px #DDDDDD solid; color: #000000; }
	#content h3 { color: #000000; margin-bottom: 20px; }
	#content p { font-size: 13px; padding-bottom: 10px; line-height: 17px; }
	#content li { font-size: 13px; color: #666666; list-style: disc; line-height: 17px; margin-left: 25px;  }
	#content ul { margin-bottom: 10px; }
	#content label { display: inline-block; width: 180px;  font-size: 13px; }
	#content input { width: 200px; font-size: 13px; }
	#content input.submit { width: 70px; }
	#content textarea { width: 400px; height: 100px; font-size: 13px; }
	#content #content-wrap { width: 400px; min-height: 450px; }
	#content .form { font-size: 13px; }


/*--- FOOTER ---*/

#footer { font-size: 11px; }
/* End of 'style' */

