/* STYLE SHEET */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#2d2c2c; 
	color:#ffffff;	
	margin:0px;
}
#main {
	position:relative;
	background-color:#000000;
	background-image:url(../images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:25px;
}
#container {
	position:relative;
	width:664px;
	margin:auto;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	}
#header-left {
	position:relative;
	float:left;
	}
#header-right {
	position:relative;
	float:right;
	padding-top:48px;
}
#logo {
	position:relative;
	padding:10px;
}
#search {
	position:relative;
	background-image:url(../images/background/searchbg.png);
	background-repeat:no-repeat;
	width:127px; 
	height:19px;
}
input.search{
	background-color:transparent;
	border:none;
	width:90px;
	padding-left:10px;
	color:#323847;
	font-size:11px;
	position:relative;
	top:-5px;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	width:100%;
	background-image:url(../images/background/menubg.png);
	height:20px;
	padding:10px 0px;
	z-index:10;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	background-image:url(../images/background/bannerbg.png);
	background-repeat:no-repeat;
	height:235px;
}
/* ***************************************************************************** */
/* MAIN CONTENT */
#content {
	position:relative;
}
#content h1,
#content h2 {
	letter-spacing:-1px;
}

#content p {
	line-height:22px;
}
.content-container {
	position:relative;
	padding:5px 20px 6px 20px;
}
.content-top {
	position:relative;
	background-image:url(../images/background/main-content-top.png);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
}
.content-mid {
	position:relative;
	background-image:url(../images/background/main-content-middle.png);
	background-repeat:repeat-y;
	background-position:top;
	padding:0px;
	margin:0px;	
}

.content-bottom {
	position:relative;
	background-image:url(../images/background/main-content-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:22px;
}

/* SOCIAL LOGOS */
#social {
	text-align:right;
	padding-bottom:10px;
}
/* ***************************************************************************** */
/* VIDEO */
#video-title {
	color:#ffc554;
	font-size:12px;
	font-weight:bold;
	padding:4px 0px;
}
/* ***************************************************************************** */
/* GALLERY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:664px;
	padding:10px 0px 20px 0px;
	color:#ffffff;
	font-size:13px;
}

/* GLOBAL */

	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}


ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}