/* *************************** 
  Site - Template
  ---------------------------
  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:#666666;
	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:left;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
	background:#363636;
}
#container {
	width:951px;
	margin:0 auto;
	background:#000;
	overflow:hidden;
}

/* *************************** 
   $3 Header Styles
   ***************************/

#header {
	width:100%;
	height:225px;
	background:url(../images/haederBg.jpg) no-repeat;
	position:relative;
}
#header h1{
	width:363px;
	height:117px;
	position:absolute;
	top:20px;
	left:303px;
	}
#header h1 a {
	width:363px;
	height:117px;
	display:block;
	}
#header h1 a span {
	display:none;
}


/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:951px;
	border-top:dashed 1px #666;
}
#contentMain{
	float:left;
	padding-left:20px;
	border-left:dashed 1px #666;
	border-bottom:dashed 1px #666;
	width:743px;
	width/**/:/**/722px;
	padding-top:10px;
	background:#262626;
	padding-bottom:25px;
	overflow: hidden;
	}
#contentMain h2{
	font-size:36px;
	color:#fff;
	}
#contentMain h3{
	font-size:36px;
	color:#db5800;
	}
#contentMain p{
	width:700px;
	font-size:15px;
	color:#fff;
	line-height:24px;
	padding:5px 10px 18px 0;
	
	}
#contentMain img{
	margin-right:20px;
	margin-bottom:10px;
	}
#contentMain .floatLeft{
	float:left;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sideBar {
width:208px;
float:left;
}
#sideBar li{
	border-bottom:dashed 1px #666;
	height:29px;
	height/**/:/**/28px;	
	padding-left:20px;
	width:208px;
	width/**/:/**/188px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	}
#sideBar li a{
	text-decoration:none;
	color:#db5800;
	}
#sideBar li a:hover{
	color:#fff;
	}


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	float:right;
	color:#787878;
	border-left:dashed 1px #666;
	padding-top:10px;
	padding-left:15px;
	width:743px;
	width/**/:/**/727px;
	height:60px;
	height/**/:/**/50px;
	font-size:11px;
	
}
