@charset "utf-8";
/*
//--> GENERAL //-------------------------------------->
*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#EEE;
	margin:0px;
	text-align:center;
}
pre {
	color:#000;
	text-align:left;
}
b, i, u {
	color:#333;
}
form, h1, h2, h3, h4, h5, h6, ul, blockquote {
	margin:0px;
}
hr {
	color:#FFF;
	border-top:1px solid #CCC;
}
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	color: #a6010f;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
ul {
	padding-left:25px;
}
li {
	list-style-position:outside;
	list-style:square;
}
blockquote {
	border: 1px dotted #a6010f;
	background-color:#FFF;
	padding:15px;
}
a {
	outline: 0;
} 
a:link {
	color: #a6010f;
	text-decoration: none;
}
a:visited {
	color: #a6010f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #a6010f;
}
a:active {
	text-decoration: none;
	color: #a6010f;
}

/*
//--> DESIGN //-------------------------------------->
*/
.design {
	background:url(images/content_bg.jpg) repeat-y;
	width:795px;
}
.design_header {
	height:296px;
	background:url(images/header.jpg) no-repeat #a6010f;
}
.design_title {
	height:25px;
	background:url(images/title.jpg) no-repeat #7c151b;
	padding-left:20px;
	padding-right:20px;
}
.design_content {
	height:320px;
	background:url(images/content.jpg) no-repeat top;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
}
.design_footer {
	height:115px;
	background:url(images/footer.jpg) no-repeat bottom;
	vertical-align:bottom;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	padding-left:270px;
	padding-right:55px;
	padding-bottom:55px;
	color:#AAA;
}
.design_credits {
	width:795px;
	padding-left:235px;
	padding-right:0px;
}

/*
//--> CREDITS //-------------------------------------->
*/
.credits {
	width:560px;
	color:#BBB;
}
.credits a {
	/*color:#7c151b;*/
}
.credits_links {
	text-align:left;
	font-size:11px;
	padding-left:20px;
}
.credits_creator {
	padding-right:0px;
}
.credits_creator td {
	vertical-align:middle;
	text-align:right;
	font-size:10px;
	line-height:11px;
}
.credits_copyright {
	text-align:left;
	font-size:10px;
	padding-left:20px;
}

/*
//--> SEARCH & TITLE //-------------------------------------->
*/
.site_search {
	padding-left:10px; padding-right:10px;
	width:195px;
	color:#FFF;
}
.search_left {
	width:8px;
	height:17px;
	background:url(images/search_left.jpg) center no-repeat;
}
.search_field {
	width:130px;
	height:15px;
	font-size:12px;
	/*color:#a6010f;*/
	color:#FFF;
	background:url(images/search_bg.jpg) repeat-x;
	border:0px;
}
.search_submit {	
	border:0px;
	width:40px;
}


.page_title {
	padding-left:35px; padding-right:35px;
	width:470px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.page_path {
	color:#7c151b;
}
.site_map {
	font-size:10px;
	text-align:right;
}
.page_title a, .page_title a:link, .page_title a:visited, .page_title a:hover {
	color: #FFF;
	font-size:11px;
}

/*
//--> MENU //-------------------------------------->
*/
.menu {
	padding-left:0px; padding-right:0px;
	width:215px;
	vertical-align:top;
	text-align:left;
}

/*
//--> CSS MENU //------------------------------------->
*/

#menu, #menu ul, #menu ul li {
	margin: 0px;
	padding: 0px;
	width: 215px;
	font-size:10px;
	list-style: none;
}
#menu ul li a {
	padding:4px 0px 4px 20px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height:12px;
	color:#A6010F;
	background-color:Transparent;
	border-bottom:1px solid #CCC;
	border-top:1px solid #FFF;
}
#menu ul ul li a {
	padding:2px 0px 2px 20px;
	font-weight:normal;
	list-style:square;
	display:list-item;
	list-style-position:inside;
}
#menu ul li a:hover, #menu ul ul li a:hover {
	color:#5E1112;
	/*background:url(images/menu_bg.png) repeat-y transparent;*/
}
#menu ul li .active, #menu ul ul li .active {
	color:#FFF;
	background-color:#AB1A29;
	border-top:1px solid #5E1112;
	border-bottom:1px solid #5E1112;
}
#menu ul li .active:hover, #menu ul ul li .active:hover {
	color:#5E1112;
	background-color:#AB1A29;
}


/*
//--> CONTENT //-------------------------------------->
*/
.content {
	padding: 15px 35px 0px 35px;
	width:470px;
	vertical-align:top;
	text-align:left;
	font-size:11px;
}
.form_error {
	border: 1px dotted #a6010f;
	background-color:#FFF;
	color:#a6010f;
	padding:15px;
}
.form_ok {
	border: 1px dotted #a6010f;
	background-color:#FFF;
	padding:15px;
}
/*
//--> CONTACT //-------------------------------------->
*/
.contact_form th {
	height:20px;
	font-weight:normal;
	text-align:left;
}
.contact_captcha {
	border:0px solid #EEE;
	margin-left:5px;
	cursor:pointer;
}
/*
//--> WIKI //-------------------------------------->
*/
.wiki {
	cursor:pointer;
	text-decoration:none;
	border-bottom:1px dotted #a6010f;
	color:#666;
}
/*
//--> SLIDERS //-------------------------------------->
*/
.sl_1				{  }
.sl_cont_main		{ height:300px; width:470px; margin: 10px 0px 10px 0px; position:relative; overflow:hidden; }
.sl_cont			{ height:200px; width:235px; display:inline-block; vertical-align:top; }
.sl_item			{ width:17px; height:17px; background:url(images/nav_dot_inactive.gif) no-repeat; float:left; cursor:pointer; }
.sl_item_over		{ width:17px; height:17px; background:url(images/nav_dot_active.gif) no-repeat; float:left; cursor:pointer; }

#offernavcontainer	{ margin: 10px 0px 10px 0px; padding-bottom:15px; }
#offernavcontainer .prev, #offernavcontainer .next { width:17px; height:17px; cursor:pointer; }
#offernavcontainer .prev	{ background:url(images/nav_arrow_prev.gif) no-repeat; float:left; }
#offernavcontainer .next	{ background:url(images/nav_arrow_next.gif) no-repeat; float:right; }
#offernavcontainer .dots	{ width: 400px; text-align:center; float:left;}

.acc_c				{ border:1px dotted #F90; width:158px; }
.ac_title			{ border-top:1px dotted #F90; background-color:#FFF; color:#555; font-weight:bold; cursor:pointer; padding:3px; }
.ac_content			{ display:none; position:relative; overflow:hidden; border-bottom:none; height:130px; }
.ac_content	.c 		{ border-bottom:1px dotted #fff; background-color:#FFF; background-color:#FFF; }
.clr				{ clear:both; }
