/*** MAIN ***/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px 0;
	background-color: #000;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #fff;
}

input, textarea, select {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
}

.input-text, select {
	border: 1px solid #ccc;
	padding: 1px;
	color: #333;
	background-color: #eee;
	width: 120px;
}

.input-submit {
	margin-top: 3px;
	margin-bottom: 5px;
}

.float-center {
	margin-left: auto;
	margin-right: auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.right {
	text-align: right;
}

.error-box {
	background-color: #3e3e3e;
	border: 1px solid #70c81b;
	padding: 5px;
}

.color-red {
	color: #FF0000 !important;
}
.color-black {
	color: #000000 !important;
}
.color-blue {
	color: #0000FF !important;
}
.color-yellow {
	color: #FFFF00 !important;
}

.bgcolor-darkgray {
	background-color: #3e3e3e;
}
.bgcolor-gray {
	background-color: #999999;
}
.bgcolor-grayblue {
	background-color: #336666;
}
.bgcolor-green {
	background-color: #70c81b;
}
.bgcolor-darkgreen {
	background-color: #61b41e;
}
.bgcolor-black {
	background-color: #000000;
}
.bgcolor-red {
	background-color: #cc3333;
}

.fontsize-smaller {
	font-size: 11px;
}

.fontsize-smallest {
	font-size: 9px;
}


/*** DIV SPECIFIC ***/
#wrap {
	text-align: left;
	width: 760px;
	width: 910px; /* expanded 150px */
	margin: 0 auto;
	/* background: #ffffff; */
}

#header {
	position: relative;
	width: 100%;
	width: 910px;
	height: 185px;
	background: #222 url("/img/acerake_top2.jpg") left top no-repeat;
}

#left {
	float: left;
	width: 170px;
	/* border-right: 1px solid #e0e0e0; */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
}

#right {
	margin-top: 5px;
	margin-bottom: 5px;
	/* border-left: 1px solid #e0e0e0; */
	padding-left: 9px;
	width: 162px;
	float: right;
}

#right p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 8px;
}

#right ul {
	margin-left: 20px;
	font-size: 11px;
}
#right ul li {
	margin-bottom: 3px;
}

#left h6, #right h6 { /* Servers as top for menu and our offers */
	margin: 0;
	padding: 2px;
	width: 156px;
	border: 1px solid #222 !important;
	border-bottom: 0 !important;
	background: #70c81b url(/img/h6_bg.gif) repeat-x left top;
	color: #fff !important;
	text-align: center;
	height: 14px;
}

/* Left bar */

#left a {
	border: 0 !important;
	text-decoration: underline !important;
}
#left a:hover {
	text-decoration: none !important;
}


#left .menu {
	width: 155px;
	width: 148px;
	width: 160px;
	list-style-type: none;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	/* background: transparent url(/img/bg_menu.png); */
}

#left .menu li a {
	display: block; 
	/* padding: 6px 0px 6px 6px; */
	padding: 4px 6px;
	font-size: 11px;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #222 !important;
	text-decoration: underline;
	background-color: #676767;
	
}
#left .menu li a:hover {
	color: #70c81b !important;
	border-bottom: 1px solid #222 !important;
}
#left .menu li a.selected {
	background-color: #3e3e3e !important;
	font-weight: bold;
}

#left h2, #left h3, #right h2, #right h3 {
	background-image: url(/img/titles2_sidebar_new.jpg) !important;
}

#left h5 {
	margin: 0;
	padding: 0;
	margin-top: 6px;
	/* color: #333; */
	color: #fff;
	font-weight: bold;
}

#left .input-text {
	width: 157px;
	margin-bottom: 0px;
}

#left .input-submit {
	margin-top: 10px;
}

#left p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 8px;
}

.login-status {
	padding-top: 8px;
	width: 160px;
	color: #fff;
}

/* Right bar */

table.offers {
	width: 162px;
	border: 0;
	/* border: 1px solid #222; */
	/* border-collapse: collapse; */
	border: 1px solid #222;
}

table.offers td {
	border: 0;
	font-size: 11px;
	padding: 0 0;
	padding: 2px 6px;
	border-bottom: 1px solid #222;
}

table.offers tr.odd {
	background-color: #676767;
}

table.offers tr.even {
	background-color: #3e3e3e;
}

table.offers td a {
	border: 0 !important;
	background-color: transparent !important;
	text-decoration: underline !important;
	color: #fff !important;
}
table.offers td a:hover {
	text-decoration: none !important;
	color: #70c81b !important;
}



#header h1 {
	position: absolute;
	top: 22px;
	left: 16px;
	width: 281px;
	height: 68px;
	background: transparent url(/img/logo.gif) no-repeat left top;
}

#header h1 a {
	display: block;
	width: 281px;
	height: 68px;
	text-indent: -500px;
	overflow: hidden;

}

#menu {
	position: absolute;
	top: 147px;
	right: 12px;
	font-size: 16px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	margin-right: 4px;
}
#menu li a {
	/* margin-left: 8px;
	display: block;
	padding: 0 5px;
	color: #eee;
	text-decoration: none;
	border-top: 2px solid #bbb;
	*/
	display: block;
	float: left;
	color: #fff;
	height: 33px;
	text-decoration: none;
	line-height: 33px;
}

#menu li a .span-1 {
	display: block;
	height: 33px;
	width: 5px;
	float: left;
	background: transparent url(/img/menu_button_left.gif) no-repeat left top;
	cursor: pointer;
}

#menu li a .span-2 {
	height: 33px;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	background: transparent url(/img/menu_button_right.gif) no-repeat right top;
	cursor: pointer;
}

#menu li a:hover .span-1 {
	background-image: url(/img/menu_button_hover_left.gif);
}
#menu li a:hover .span-2 {
	background-image: url(/img/menu_button_hover_right.gif);
}

#menu li a.selected .span-1 {
	background-image: url(/img/menu_button_selected_left.gif);
}
#menu li a.selected .span-2 {
	background-image: url(/img/menu_button_selected_right.gif);
}


#header-line {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 910px;
	height: 5px;
	overflow: hidden;
	/* background: #3a0000 url(/img/header_line.jpg) no-repeat left top; */
	background-color: #70c81b;
}


#searchbox{
	float: right;
	margin-right: 15px;
}

#searchbox input{
	background: #ffffff url('/img/mg.jpg') right no-repeat;
	border: 1px solid #ccc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 8pt;
}
.noshow{
	display: none;
}

#main {
	width: 100%;
	background: #676767 url('/img/bg_main.gif') top left repeat-y;
}

#main h1 {
	font-size: 20pt;
	padding-bottom: 22px;
	color: #fff;
	background: url('/img/titles_new.jpg') bottom left no-repeat;
}
#main h2 {
	font-size: 18px;
	padding-bottom: 9px;
	margin-bottom: 6px;
	color: #eee;
	background: url('/img/titles2_new.jpg') bottom left no-repeat;
}
#main h3 {
	font-size: 12pt;
	padding-bottom: 9px;
	margin-bottom: 10px;
	color: #eee;
	background: url('/img/titles2_new.jpg') bottom left no-repeat;
}

#main h6, #main .h6 {
	font-size: 11px;
	color: #70c81b;
	font-weight: bold;
	margin: 0;
	border: 0;
	margin-top: 10px;
}

#main a {
	color: #eee;
	text-decoration: underline;
}

#main a:hover {
	color: #70c81b;
	text-decoration: none;
}

#submain {
	padding: 7px;
}

#content {
	float: left;
	width: 540px;
	margin-bottom: 5px;
}

#content p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}
#content ul, #content ol {
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 13px;
}
#content ul li, #content ol li {
	margin-bottom: 5px;
}

#content strong, #content b {
	/* color: #70c81b; */
}

#content .input-text {
	width: 250px;
}
#content textarea {
	width: 250px;
	height: 100px;
}

#content select {
	width: 255px;
}

#footer {
	clear: both;
	width: 100%;
	height: 44px;
	overflow: hidden;
	/* background: transparent url('/img/footer.gif') bottom center no-repeat; */
	border-top: 5px solid #70c81b;
	background-color: #222;
}
#subfooter {
	padding: 8px;
	padding: 15px;
	height: 28px;
}
#subfooter p{ 
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}
#subfooter a {
	color: #ffffff;
	text-decoration: underline;
}
#subfooter a:hover{ 
	border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/

.image-container {
	/* padding: 3px; */
	/* border: 1px solid #e0e0e0; */
	font-size: 9px;
	color: #e0e0e0;
}

/*
.image-container-left {
	margin: 5px 15px 5px 0;
}

.image-container-right {
	margin: 5px 0 5px 15px;
}
*/


h1,h2,h3,h4,h5 {

}
table {
	font-size: 13px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
th {
	background: #d0d0d0;
	background-color: #3e3e3e;
	padding: 5px;
	/* border: 1px solid #a0a0a0; */
	border: 1px solid #d5d5d5;
	text-align: center;
}
td {
	vertical-align: top;
	line-height: 18px;
	padding: 5px;
	/* border: 1px solid #a0a0a0; */
	border: 1px solid #d5d5d5;
}

table.table-neutral {
	clear: both;
	border: 0 !important;
}

table.table-neutral td, table.table-neutral th {
	border: 0 !important;
	padding: 0 !important;
}

table.table-neutral2 {
	border: 2px solid #676767 !important;
}
table.table-neutral2 td, table.table-neutral2 th {
	border: 2px solid #676767 !important;
}



/* OFFERS */
.overview-offer {
	margin: 8px 14px;
	border: 1px solid #000 !important;
	float: left;
	display: inline;
	background-color: #eee;
	background-color: #3e3e3e;
}


.overview-offer a, .overview-offer span {
	text-decoration: none;
	border: 0 !important;
	background-color: transparent !important;
	color: #70c81b !important;
	font-weight: bold;
}

.overview-offer .logo {
	width: 150px;
	height: 60px;
	text-align: center;
}

.overview-offer .content {
	border-top: 1px solid #000;
	background-color: #3e3e3e;
	padding: 4px;
	padding-top: 8px;
	width: 142px;
	height: 50px;
	line-height: 13px;
	font-size: 11px;
	color: #fff;
}

.overview-offer .provider {
	text-align: center;
	color: #eee;
	padding: 4px 0;
	font-size: 10px;
}

.sitebox {
	margin-left: 8px;
	margin-right: 0;
	border: 1px solid #eee;
}

/* INSTRUCTION */

.instruction-top {
	clear: both;
	margin: 10px 0 15px 0;
}

.instruction-top td.sitebox-container {
	width: 170px;
}

.instruction-top td p {
	font-size: 10px !important;
	line-height: 14px !important;
}

.instruction-top .general-information {
	background-color: #3e3e3e;
	color: #fff;
}


.instruction-steps {
	clear: both;
	margin-top: 10px;
}

.instruction-steps .step {
	background-color: #3e3e3e;
	font-variant: small-caps;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}

/* LANGUAGE SELECTOR */
.language-selector {
	position: absolute;
	left: 8px;
	bottom: 12px;
	list-style-type: none;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.language-selector li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 6px;
}

.language-selector a {
	border: 0 !important;
}

.language-selector img {
	border: 0;
}

/* Banner */
.banner-container {
	padding-top: 20px;
	clear: both;
	width: 161px;
	overflow: hidden;
}

.banner-holder {
	margin-left: auto;
	margin-right: auto;
}

.banner-holder img {
	border: 0;
}