/*#############################################################
Name: KravWorks
Date: 2008-FEB-25
Author: Logical Synectics

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}

body {
	color: #bbb;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #111;
}

p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul {
	font-size: 1em;
	padding-bottom: 1.2em;
}
	
blockquote {font: bold 1em sans-serif;}

code {
	background: #AA0000;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {
	clear: both;
	background-color: #000000;  /*Table Default Background Color */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: AA0000;
}
.stripes {
	height: 6px;
	background-color: #AA0000;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 112px;
	background-color: #000000;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #bbb;
}

/* structure */
.container {
	border: 3px solid #AA0000;
}

.main {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #2A2A2A;
	border-left-color: #2A2A2A;
}
.main .left {
	width: 64%;
	
}
.main .right {
	width: 36%;
}

.content {
	/* border-left: 1px solid #444; */
	border-top: 1px solid #AA0000;
	padding: 16px;
	background-color: #303030;   /*Left Content Background */
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #0000FF;
	text-decoration: underline;
}

.content a.white {color:#FFFFFF;}

.content a:hover {
	color: #0000FF;
}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	border-top-color: #AA0000;
	padding: 0px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1E1E1E;
	border-left-color: #1E1E1E;
	border-bottom-color: #000000;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	color: #999;
	padding: 3% 3% 1%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #AA0000;
	border-bottom-color: #AA0000;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background-color: #333333;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}





/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/*style*/
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {color: #00FF00}
.style3 {color: #00FF33}
.style4 {color: #009900}
.style5 {color: #000000}
.style7 {color: #FF0000}
.style8 {color: #FF6600; }

/* New Menu CSS */

.chromestyle{
	background: #191919 url(img/nav.gif);
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	
}

.chromestyle a:hover {
	background-image: url(img/nav_hover.gif);
	background-color: #191919;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:normal;
	z-index:100;
	background-color: #000000;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CCCCCC;
	color: #000000;
	font: bold 1em Verdana,sans-serif;
	
}

