/*
Company:	Kombat Security
File:		main.css
Author:		mantiscg.com
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }

a img { border:none }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	background-color: #f3f3f3;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
/* @end */

/* @group Layout */
div#header {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	background: url(../images/header_background.jpg) no-repeat;
	overflow: hidden;
	text-align: left;
}
div#outerWrapperTop {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content_borders_top.jpg) no-repeat top center;
	padding: 1px 0;
}
div#outerWrapperBottom {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content_borders.jpg) repeat-y top center;
}
div#innerWrapper {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
}
div#flashContent {
	height: 360px;
	background-color: #191919;
	width: 720px;
	position: relative;
}
/* Left Column */
div#leftCol {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
}
div#leftColTop {
	float: left;
	width: 470px;
	height: 5px;
	overflow: hidden;
	background: url(../images/left_col_top.gif) no-repeat;
}
div#leftColContent {
	float: left;
	width: 466px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #191919;
	padding: 1px 0;
	margin: 0;
}
div#leftColContent img {
	float: left;
	padding: 3px;
	border: 1px solid #e7e7e7;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#leftColBottom {
	float: left;
	width: 470px;
	height: 4px;
	overflow: hidden;
	background: url(../images/left_col_bottom.gif) no-repeat;
}
div#flashContentLeft {
	height: 225px;
	background-color: #191919;
	width: 185px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* Right Column */
div#rightCol {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
}
div#rightColTop {
	float: right;
	width: 250px;
	height: 5px;
	overflow: hidden;
	background: url(../images/right_col_top.gif) no-repeat;
}
div#rightColContent {
	width: 246px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #191919;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	float: right;
}
div#rightColBottom {
	float: right;
	width: 250px;
	height: 4px;
	overflow: hidden;
	background: url(../images/right_col_bottom.gif) no-repeat;
}
div#rightCol a img {
	padding: 1px;
	border: 1px solid #e7e7e7;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 6px;
	display: block;
 }

/* Wide Column */
div#wideCol {
	width: 740px;
	margin: 0;
	padding: 0;
}
div#wideColTop {
	width: 740px;
	height: 5px;
	overflow: hidden;
	background: url(../images/wide_col_top.gif) no-repeat;
}
div#wideColContent {
	width: 736px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #191919;
	padding: 1px 0;
	margin: 0;
	clear: both;
}
div#wideColBottom {
	width: 740px;
	height: 4px;
	overflow: hidden;
	background: url(../images/wide_col_bottom.gif) no-repeat;
	clear: both;
}

div#footer {
	width: 988px;
	height: 79px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_background.jpg) no-repeat top center;
	padding: 1px 0;
}
/* @end */

/* @group Nav */
ul#leftNav {
	position: absolute;
	margin: 104px 0 0 114px;
}
ul#leftNav li {
	float: left;
	margin: 0;
	list-style-type: none;
}
ul#leftNav li a {
	display: block;
	width: 106px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin: 0 4px 0 0;
}

ul#rightNav {
	position: absolute;
	margin-top: 104px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 661px;
}
ul#rightNav li {
	float: left;
	margin: 0;
	list-style-type: none;
}
ul#rightNav li a {
	display: block;
	width: 106px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin: 0 4px 0 0;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 129%;
	font-weight: lighter;
	color: #e7e7e7;
}
div#leftCol h1 {
	background: url(../images/left_col_h1.gif) no-repeat;
	width: 453px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 7px;
	margin: 0 0 10px 3px;
}
div#rightCol h1 {
	background: url(../images/right_col_h1.gif) no-repeat;
	width: 235px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 3px;
}
div#wideCol h1 {
	background: url(../images/wide_col_h1.gif) no-repeat;
	width: 735px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 3px;
}
h2 {
	font-size: 100%;
	color: #cc3300;
}
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#innerWrapper {
	color: #e7e7e7;
}
div#leftColContent p, div#leftColContent h2 {
	margin-left: 10px;
	margin-right: 10px;
}
div#rightColContent * {
	margin-left: 8px;
	margin-right: 8px;
}
div#wideColContent p, div#wideColContent h2, div#wideColContent img, div#wideColContent object, div#wideColContent embed {
	margin-left: 8px;
	margin-right: 8px;
}
div#leftColContent p {
	line-height: 150%;
}
div#footer p {
	color: #e7e7e7;
}
/* @end */

/* @group Lists */
div#leftColContent ul {
	margin-left: 20px;
	list-style-position: inside;
}
div#leftColContent ul li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
	list-style-type: none;
}
/* @end */

/* @group Forms */
div#surveillanceBox {
	position: absolute;
	margin: 5px 0 0 730px;
	width: 150px;
}
div#surveillanceBox label {
	color: #e7e7e7;
	position: absolute;
	margin: 0;
	width: 147px;
	text-align: right;
}
div#surveillanceBox form {
	margin: 0;
	padding: 0;
}
div#surveillanceBox input.text {
	width: 80px;
	position: absolute;
	margin-top: 23px;
	margin-left: 67px;
	padding: 0;
	border: none;
	background-color: Transparent;
}
div#surveillanceBox input.submit {
	position: absolute;
	margin: 48px 0 0 123px;
}
/* @end */

/* @group Links - link visited hover active */
div#innerWrapper a:link, div#innerWrapper a:visited {
	text-decoration: underline;
	color: #e7e7e7;
}
div#innerWrapper a:hover {
	color: #cc3300;
	text-decoration: none;
}

ul#leftNav a:link, ul#rightNav a:link, ul#leftNav a:visited, ul#rightNav a:visited {
	text-decoration: none;
	color: #e7e7e7;
}
ul#leftNav a:hover, ul#rightNav a:hover {
	color: #cc3300;
	background: url(../images/nav_button_over.gif) no-repeat;
}

div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #e7e7e7;
}
div#footer a:hover {
	color: #cc3300;
	text-decoration: none;
}
/* @end */

/*Forms*/
fieldset {
	padding: 10px;
	width: 400px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	
}

legend {
	padding: 3px 10px;
	left: 0.5em;
	top: -1em;
	border: 1px solid #e7e7e7;
	background-color: #CC3300;
}

fieldset p {
	line-height: 2em;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 0px;
}

fieldset#contact input {
	padding: 2px;
	width: 250px;
	border: 1px solid #e7e7e7;
}

fieldset#prefs p {
	clear: left;
	width: auto;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
/* @end */
