/* *************************** 
  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:0px;
	padding:0px;
}
a {
	color:#1b1718;
	text-decoration:none;
}
a:hover {
	color:#1b1718;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-size:12px;
	font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	color:#FFF;
	background:#012f4d url(../images/bg_body.png) center top repeat-x;
}
#container{
	width:960px;
	margin:0px auto;
	background:url(../images/bg_container.png) right top no-repeat;
	padding-bottom:60px;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header{
	width:100%;
	height:170px;
	overflow:hidden;
}
#header h1{
	width:197px;
	height:49px;
	float:left;
	padding-top:7px;
}
#header h1 a{
	background:url(../images/logo.png) left top no-repeat;
	display:block;
	width:197px;
	height:49px;
	text-indent:-9999px;
	outline-style:none;
	cursor:pointer;
}
/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	width:100%;
	text-align:center;
}
#content h2{
	background:url(../images/bg_h2.png) left top no-repeat;
	width:316px;
	height:43px;
	margin:0px auto;
	text-indent:-9999px;
	outline-style:none;
}
#content p{
	font-size:16px;
	color:#FFF;
	line-height:36px;
	padding:30px 0px;
}
#content h3{
	padding-top:40px;
}
#content h3 a{
	background:url(../images/button_enter.png) left top no-repeat;
	display:block;
	width:75px;
	height:20px;
	margin:0px auto;
	text-indent:-9999px;
	outline-style:none;
	cursor:pointer;
}
#content span{
	display:block;
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	padding-top:25px;
}
#content span a{color:#FFF;}
#content span a:hover{color:#FFF;}
#content .box{
	background:url(../images/bg_box.png) left top no-repeat;
	margin-top:58px;
	width:100%;
	padding:25px 0 0 0;
	}
#content .box span{ float:right; text-align:right; padding:0;}
.maincontent{
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
.sidebar{
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer{}
