@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, p, ul, li, ol, dd, dl, dt, iframe {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: white;
}

a img { border: 0; }
ul, li { list-style: none; }
.c { text-align: center; }

#container {
	width: 837px;
	margin: 0 auto;
	font-size: 11px;
	position: relative;
}

/* {{{ header */
#header {
	height: 116px;
	position: relative;
	background: url(../img/bg_header.gif) repeat-x top;
}
#logo {
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1000;
}
#header .welcome {
	position: absolute;
	color: #7f0003;
	font-weight: bold;
	right: 0;
	top: 33px;
}
/* }}} header */

/* {{{ content */
#content {
	background: url(../img/bg_left_col.png) no-repeat left top;
	float: left;
	width: 100%;
}
/* {{{ service column */
#service-col {
	width: 129px;
	float: left;
	padding: 0 9px;
}
#service-col a {
	color: white;
}
#main-menu {
}
#main-menu li {
	padding: 12px 10px 12px 33px;
	background: url(../img/bg_menu_item.gif) no-repeat left bottom;
	line-height: 100%;
}
#main-menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	border-left: 3px solid #e48082;
	padding: 0 5px;
}
#service-col h2 {
	color: white;
	font-size: 15px;
	border-bottom: 1px solid #d46668;
	padding-bottom: 7px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
#jobs {
	margin-top: 30px;
}
.jobs-list {
	margin-top: 10px;
	text-transform: capitalize;
}
.jobs-list dt {
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}
.jobs-list dd {
	margin-bottom: 15px;
}

.jobs-list dd a {
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	text-decoration: none;
	background: url(../img/bul1.gif) no-repeat left;
}
/* }}} service column */

/* {{{ main column */
#main-col {
	width: 530px;
	float: left;
	background: url(../img/bg_main_col.gif) repeat-x top;
	position: relative;
}
h1 {
	color: #2f2f2f;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../img/bg_h2.gif) no-repeat 25px bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 24px;
}
h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #2f2f2f;
	font-size: 24px;
}
#main-col .welcome {
	width: 200px;
	padding: 30px 20px;
}
#main-col .welcome p {
	color: #010101;
	text-align: justify;
}
.powered {
	text-align: center;
	margin-top: 10px;
}

/* {{{ videos block */
#videos {
	width: 287px;
	height: 392px;
	padding-left: 5px;
	background: url(../img/bg_videos.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: -27px;
	z-index: 2000;
}
#videos h2 {
	background: #2f2f2f;
	color: white;
	font-size: 16px;
	padding: 2px 8px;
}
.inner-videos1 {
	padding: 9px;
	background: #e9e9e9;
}
.inner-videos2 {
	margin: 15px 9px;
	background: url(../img/logo_flashover.png) no-repeat right;
}
#videos li {
	display: inline;
}
#videos ul {
	padding: 10px 5px 5px;
}
#videos ul a {
	color: #9a0003;
	font-size: 10px;
	font-weight: bold;
	padding-left: 12px;
	background: url(../img/bul2.gif) no-repeat left;
	margin-right: 5px;
}
.inner-videos2 a {
	display: block;
	margin: 7px 0;
}
#ie-videos {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_videos.png', sizingMethod='scale');
	width: 292px;
	height: 392px;
	position: absolute;
	right: 0;
	top: -27px;
	z-index: 1000;
}
* html #videos {
	background: none;
}
/* }}} videos block */

#news ul a,
#photos ul a,
#forums ul a {
	color: #6c6c6c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#news h2,
#photos h2,
#forums h2 {
	margin-bottom: 20px;
	background: url(../img/bg_h2.gif) no-repeat 25px bottom; 
}
.submit {
	color: #9a0003;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding-left: 14px;
	background: url(../img/bul3.gif) no-repeat left;
}

/* {{{ news block */
#news {
	background: #e9e9e9 url(../img/bg_news.gif) repeat-x top;
	padding: 32px 25px 19px;
	position: relative;
	z-index: 10;
}
#news h2 {
	background: url(../img/bg_h2_2.gif) no-repeat 25px bottom; 
}
#news li {
	display: inline;
	margin-right: 20px;
}
#news .submit {
	position: absolute;
	bottom: 19px;
	right: 25px;
}
* html #news {
	height: 1%;
}
/* }}} news block */

/* {{{ photos n forum */
.photo-forum-container {
	padding: 20px 25px;
}
html>body .photo-forum-container {
	overflow: hidden;
}
* html .photo-forum-container {
	height: 1%;
}
#photos {
	width: 45%;
	float: left;
}
#photos ul {
	margin-bottom: 10px;
}
#forums {
	width: 55%;
	float: left;
}

#forums li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
/* }}} photos n forum */

/* {{{ products */
#products {
	min-height: 257px;
	background: url(../img/bg_products.png) no-repeat top;
	padding: 0 55px;
}
#products h2 {
	color: white;
	padding: 2px 0;
}
* html #products {
	height: 257px;
}
#products li a {
	color: #7c0003;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#products ul {
	margin: 20px 0;
	float: left;
	width: 23%;
}
#products li {
	margin-bottom: 5px;
	margin-right: 5px;
}
/* }}} products */

/* }}} main column */

/* {{{ banner column */
#adv-col {
	float: left;
	width: 160px;
	top: -27px;
	position: relative;
}
#adv-col iframe {
	width: 160px;
}
/* }}} banner column */

/* }}} content */

/* {{{ footer */
#footer {
	clear: left;
	background: #020278;
	height: 35px;
	line-height: 35px;
}
#footer-menu {
	margin-left: 25px;
	color: white;
}
#footer-menu a {
	color: white;
	font-size: 12px;
}
#footer-menu li {
	display: inline;
	margin-right: 3px;
}
/* }}} footer */