body 
{
	font-family: 'Electrolize', sans-serif;
	margin: 0px;
	padding:0px;
	background:#bbc0c1 url(../images/main-bg.jpg) scroll;
	background-repeat:repeat-x;
	
}
#wrapper
{
	width:960px;
	margin:0px auto;
}

#header
{
	width:960px;
	height:135px;
	margin:0px auto;
}
#header .logo
{
	width:175px;
	height:135px;
	margin:0px 0px 0px 10px;
	float:left;
}

/*
	MENU
*/
#nav
{
	width:700px;
	margin:60px 0px; 
	padding:0; 
	font-family: 'Electrolize', sans-serif;
	font-size:18px;
	float:right;
	font-weight:bold;
}
#nav .clear
{
	clear:both;
}
#nav ul
{
	padding:0 0 0 5px; 
	margin:0; 
	list-style:none;
}
#nav li
{
	float:left; 
	margin:5px 10px 5px 0; 
}
#nav li a
{
	text-decoration:none; 
	color:#666; 
	display:block; 
	padding:10px 15px;

}

html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
	SLIDER
*/
#mainslider
{
	width:960px;
	height:540px;
	background:url(../images/slider-bg.jpg);
	background-repeat:no-repeat;
	margin:4px 0px 0px 0px;
	z-index:10;
	padding:10px 0px 0px 20px;
}

/*
	CONTENT
*/

#main-content
{
	width:960px;
	margin:10px auto;
	font-size:16px;
	font-family:"Trebuchet MS";
	color:#222;

}

#main-content .left-col
{
	width:600px;
	margin:0px 20px 0px 20px;
	float:left;
}

#main-content .left-col h3
{
	font-size:24px;
	margin:0px 0px 2px 0px;
	text-transform:uppercase;
	color:#222;
}
#main-content .left-col h2
{
	font-size:18px;
	margin:0px;
	text-transform:uppercase;
	color:#222;
	display:block;
}
#main-content .left-col p
{
	margin:0px 0px 10px 0px;
}
#main-content #right-col
{
	width:300px;
	float:left;	
}
#main-content #right-col .right-head
{
	width:300px;
	height:37px;
	background:url(../images/right-col-head.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family: 'Electrolize', sans-serif;	
	font-size:22px;
	text-transform:uppercase;
	margin:0px auto;
	float:left;
	padding:28px 0px 0px 0px;
}
#main-content #right-col .right-body
{
	width:300px;
	background:url(../images/right-col-body.jpg);
	background-repeat:repeat-y;
	text-align:center;
	font-size:14px;
	margin:0px auto;
	float:left;	
}

#main-content #right-col .right-footer
{
	width:300px;
	height:15px;
	background:url(../images/right-col-foot.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	float:left;	
}
#main-content #right-col ul li
{
	list-style:none;
	text-align:left;
	color:#fff;
	border-bottom:1px dotted #ccc;
	width:200px;
	padding:0px 0px 0px 10px;
}
/*
	FOOTER
*/

#mainfooter
{
	width:100%;
	height:85px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	margin:10px auto;
	font-family:"Trebuchet MS";
	border-top:1px solid #ccc;
}
#mainfooter a
{
	font-size:14px;
	color:#222;
	text-decoration:none;
}
#mainfooter a:hover
{
	color:#000;
	text-shadow:1px 1px 1px #222;
}