@charset "utf-8";
/* CSS Document */

/*   GENERIC  */

body { 	background: #FFFFFF url(../img/bg_body.jpg) repeat-x; }

body.sub { background: url(../img/bg_body_subs.jpg) repeat-x; } 

#wrapper {
	width: 830px;
	margin: 0 auto;
}

/*  START PAGE  */

#bigHeader {
	background: url(../img/bg_startheader.jpg) #CCCCCC repeat-x;
	height: 268px;
	width: 100%;
}

#startHeader {
	float: right;
	width: 630;
}

#promoArea {
	margin: 10px 0;
	padding: 0px;
	width: 830px!important;
	text-align: left;
	/*border: 1px solid red;*/
	height: 200px;
}

img.promoFx {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.8;
}
img.promoFx:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

 #mySlideShow
{
	width: 630px !important;
	height: 268px !important;
}

#partners {
	height: 50px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 830px;
	clear: both;
	text-align: center;
}

#footer {
	text-align: center;
	color: #666666;
	padding: 15px 0;
	font-size: 11px;
	width: 830px;
}

/*   SUB PAGES   */

#subMenu {
	background: #333333 url(../img/bg_startheader.jpg) repeat-x top;
	width: 200px;
	float: left;
}

#subHeader {
	float: right;
	width: 600px;
	margin-left: 20px;
}

#subHeader p {
	margin: 0 20px 20px 0;
	line-height: 160%;
}

#subHeader h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 40px 0 10px; 0;
}

#subHeader h2 {
	font-size: 13px;
} 

#subContent {
	background: #fff url(../img/bg_subHeader.jpg) repeat-x;
	width: 830px;
	margin-bottom: 20px;
}


/* NAVIGATION */

ul.menu {
	float: left;
	margin: 30px 10px 40px 30px;
	padding: 0px;
	width: 120px;
	list-style-type: none;
}

ul.menu li {
	padding: 0;
	text-shadow: #333333;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:active,
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ddd;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px;
}

ul.menu li a:hover {
	/*background: #000;*/
	color: #fff;
	text-decoration: underline;
}

ul.menu ul {
	list-style-type: none;
}

ul.menu ul li {
	margin-left:10px;
	text-transform: none;
	font-weight: normal;
}

.headnav {
	width: 148px;
	background: #CCCCCC url(../img/bg_nav.jpg) bottom right no-repeat;
	text-align: right;
}

.headnav ul { 
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.headnav ul li {
	margin: 1px 0px;
	padding: 5px 20px 5px 0;
	text-transform: uppercase;
}

.headnav ul li a {
	text-shadow: 2px 2px 2px #666;
	text-shadow: 3px 3px 5px red 
}


/* MAIN CONTENT */

.main-content {
	width: 480px;
}

.main-content p,
.main-content h1,
.main-content h2,
.main-content h3 { margin: 10px 20px 5px 20px; }

/*   COLUMNS   */

.col-830 { width: 830px; margin: 0; display:inline; }
.col-800 { width: 800px; margin: 0; display:inline;}
.col-400 { width: 400px; margin: 0 10px 0 10px; display:inline;}
.col-200 { width: 200px; margin: 0 0px 0 0; display:inline;}
.col-200-noMargin { width: 200px; margin: 0; display:inline;}
.col-130 { width: 130px; margin: 0 10px 0 0; display:inline;}
.col-130-noMargin { width: 130px; margin: 0; display:inline;}