@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #888;
	line-height: 19px;
	background-color: #4d4d4d;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a.name:hover {
	text-decoration: none;
}
h1 {
	color: #b92a24;
	font-weight:normal;
	font-size:24px;
}

h2 {
	color: #b92a24;
	font-weight:normal;
	font-size:18px;
}
h4 {
	text-decoration: underline;
}

#mast {
	background: url(../includes/template/mast_background.jpg) repeat-x #000 top left;
	color: #ddd;
	height: 101px;
}
#main {
	background: url(../includes/template/background.jpg) repeat-x #fffffe top left;
}
#work {
	background: url(../includes/template/border_bg.png) repeat-y top left;
	clear: both;
	margin-left: 30px;
}
#banner {
	margin: 28px 0px 0px 23px;
	position: relative;
	top: -25px;
}
#video {
	width: 400px;
	margin-left: 220px;
}
#content {
	margin: -10px 47px 0px 25px;
}
#plugs, #links {
	margin-left: 25px;
}
#footer {
	background: url(../includes/template/footer_bg.jpg) repeat-x top left;
	height: 85px;
	font-size:10px;
	color:#BCBCBC;
}

.fltleft {
	float:left;
	padding:10px 0px 0px 105px;
}

.fltright {
	float:right;
	padding:10px 90px 0px 0px;
}

.clear_all {
	clear:both;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#BCBCBC;
	text-decoration:none;
}

.container {
	width: 888px;
	position: relative;
	left: 50%;
	margin-left: -436px;
}
.divider {
	margin: 20px 11px;
}
.plug {
	float: left;
	width: 256px;
}
.plug p {
	text-align: left;
}

.candy {
}

.symbol {
	background-color: #b92a24;
	width: 212px;
	padding-bottom: 1px;
	margin: 0px 21px 15px;
	font-size: 12px;
}
.symbol p {
	text-align: center;
	margin: 8px 0px;
}
.symbol a {
	color: #fffffe;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

#logo {
	float: left;
}
#contact_info {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 11px;
	text-align: right;
	font-weight:normal;
	color:#CCCCCC;
	line-height:13px;
}
#contact_info p {
	margin: 5px 0px 8px;
}
#menu {
	clear: right;
	margin: 0px;
	padding: 0px;
	color: #000;
}
li.main {
	display: inline;
}

ul.sub {
	z-index: 10;
}

#login {
	width: 300px;
}
label {
	float: left;
	width: 85px;
	text-align: right;
	margin-right: 5px;
}
div.row {
	clear: both;
	margin: 5px 0px;
}
div.buttons {
	text-align: center;
}
#myNicEditor {
	width: 100%;
}
#recaptcha_image {
	clear: both;
}
#recaptcha_response_field {
	width: 270px;
}

