/* *************************** 
  Site - Positive
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Tahoma, Geneva, sans-serif;
	background:#f5f5f5;
}
#container {
	width:800px;
	margin:27px auto 0 auto;
	border:1px solid #808082;
	width/**/:/**/ 798px;
	background:#fff;
	text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:798px;
	height:127px;
	position:relative;
	
}
#header h1 {
	position:absolute;
	top:16px;
	left:17px;
}
#header h1 a {
	width:252px;
	height:89px;
	display:block;
	background:url(../images/logo.png) no-repeat;
}
#header h1 a span {
	display:none;
}
#header ul {
position:absolute;
right: -4px;
}


#header ul li {
	float:left;
	margin-right:4px;
	display:inline;
}
#header ul li a{
	width:125px;
	height:112px;
	float:left;
	background:#febe10 url(../images/bg_menu_li.png) top right no-repeat;
	padding:90px 10px 0 0;
	width/**/:/**/ 115px;
	height/**/:/**/ 22px;
	text-align:right;
	font-size:14px;
	color:#808082;
}
#header ul li a:hover {
	text-decoration:none;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:100%;
	overflow:hidden;
}
#banner {
	width:298px;
	height:252px;
	position:relative;
	margin-bottom:15px;
}
#banner h2 {
	font-size:78px;
	color:#FFF;
	position:absolute;
	top:42px;
	left:30px;
}
#banner h2 span {
	color:#f0d539;
}
#banner h3 {
	position:absolute;
	top:85px;
	left:213px;
	font-size:22px;
	color:#fff;
	padding-bottom:30px;
}
#banner_desc {
	position:absolute;
	top:130px;
	left:33px;
	width:250px;
	color:#fff;
	font-size:14px;
}
#banner_desc span {
	float:right;
	padding-left:15px;
	background:url(../images/icon_logo1.gif) 0 3px no-repeat;
}
#banner_desc a {
	color:#fff;
}
#home_boxes {
	width:100%;
	overflow:hidden;
}
.homebox {
	float:left;
	width:182px;
	height:175px;
	background:url(../images/bg_homebox.png) no-repeat;
	padding-left:10px;
	width/**/:/**/ 172px;
	margin:0 8px;
	display:inline;
}
.homebox a {
	cursor:pointer;
	color:#fff;
}
.homebox a:hover {
	text-decoration:none;
}
.homebox span {
	float:left;
	width:172px;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}
.homebox span.heading {
	float:right;
	width:auto;
	font-size:14px;
	padding:4px 7px 5px 14px;
	background:url(../images/icon_logo1.gif) 0 8px no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
}
.homebox img {
	display:block;
	float:left;
	margin:5px 0 8px 0;
	border:1px solid #f0c93d;
}
#maincontent {
	width:570px;
	float:left;
	padding-top:8px;
	background:url(../images/bg_maincontent_top.png) no-repeat;
}
#maincontent_inner {
	padding-bottom:8px;
	background:url(../images/bg_maincontent_bottom.png) bottom no-repeat;
}
#maincontent_content {
	width:570px;
	border-left:2px solid #f7ea9c;
	border-right:2px solid #f7ea9c;
	padding:22px 28px;
	width/**/:/**/ 510px;
}
#maincontent p {
	margin-bottom:20px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:182px;
	height:433px;
	background:url(../images/bg_sidebar.png) no-repeat;
	float:left;
	margin:0 18px 0 7px;
	display:inline;
	padding:29px 0 0 18px;
	width/**/:/**/ 164px;
	height/**/:/**/ 404px;
	color:#fff;
}
#sidebar a {
	color:#fff;
}
#sidebar a:hover {
	text-decoration:none;
}
#sidebar h2 {
	border-bottom:1px solid #676465;
	font-size:16px;
	font-weight:normal;
	background:url(../images/icon_logo1.gif) 0 6px no-repeat;
	padding:0 0 2px 16px;
	margin-bottom:6px;
}
#sidebar li {
	padding: 2px 0 2px 16px;
	font-size:11px;
}
#sidebar li a {
	display:block;
	padding-left:15px;
}
#sidebar li.selected a,
#sidebar li.selected a:hover {
	background:url(../images/icon_sidebar_liactive.gif) 0 4px no-repeat;
}
#sidebar li a:hover {
	background:url(../images/icon_sidebar_lihover.gif) 0 4px no-repeat;
}
#sidebar li a span {
	display:block;
	padding-bottom:2px;
	border-bottom:1px solid #676465;
}




/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:798px;
	padding:10px;
	width/**/:/**/ 778px;
	overflow:hidden;
	font-size:10px;
	color:#808082;
}
#footer a {
	color:#808082;
}
#footer_links {
	float:left;
	padding-top:3px;
}
#footer img {
	vertical-align:middle;
}
#footer_copyright {
	float:right;
}