@charset "UTF-8";

body, html, div, img, label, p, h1, h2, h3, h4, h5, h6, form, a, th, td  
{  
    margin: 0; padding: 0; border: 0; outline: none; 
}

html {
    overflow-y: scroll;
}

ul, ol{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

body {
	font-family: Georgia;
	font-size: 12px;
	line-height: 14px;
	
	background: #000000 url('../images/bg.jpg') repeat-x 0% 0%;
	color: #EFEFEF;
}


a {
	text-decoration: none;
	
	color: #EFEFEF;
}

.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.spacer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	
	height: 20px;
}

.spacer_one {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	
	height: 1px;
}

.spacer_eleven {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	
	height: 11px;
}


.spacer_five {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	
	height: 5px;
}


#wrapper {
	width: 1003px;
	margin: 0 auto;
	overflow: hidden;
}

/********** container ************/
#container_wrapper_top {
	clear: both;
	width: 1003px;
	height: 19px;
	font-size: 0px;
	line-height: 0px;
	background: url('../images/container_top.png') no-repeat 0% 0%;
}

#container_wrapper_bottom {
	clear: both;
	width: 1003px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url('../images/container_bottom.png') no-repeat 0% 0%;
}

#container_wrapper {
	clear: both;
	width: 1003px;	
	background: url('../images/container_wrapper.png') repeat-y 0% 0%;
}

#container_wrapper_x {
	clear: both;
	width: 993px;
	margin: 0 auto;
	
	
	background: url('../images/container_wrapper_x.png') repeat-x 0% 0%;
}


#container {
	/*width: 951 = 933 + 2x8px border	*/	
	/*width: 935px;
	padding: 1px 22px 18px 22px;*/
	/*padding: 1px 14px 18px 14px;*/
	
	width: 981px;
	margin: 0 auto;
	padding-top: 1px;
	
	min-height: 770px;
	
	background: url('../images/container_bg.png') repeat-x 0% 0%;

}



#header {
	/*103*/
	padding-top: 5px;
	height: 98px;
	font-size: 0px;

}

#top_header {
	height: 32px;
	
}

/******* login *******/
#login_area {
	float: left;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-left: 165px;	
	
	color: #EFEFEF;
}

#login_area ul {
	float: left;
	width: auto;
}

#login_area ul li {
	float: left;
	width: auto;
	padding-right: 5px;
	font-size: 11px;
	
	color: #93A0AA;
}

#login_area ul li a {
	font-size: 11px;
	color: #93A0AA;
}

/********** langs **************/
#langs {
	
	float: right;
	width: auto;
	height: 24px;
	
	padding-right: 265px;	
}

#langs select {
	float: right;
	width: 115px;
	height: 20px;
	font-size: 11px;

	color: #000000;
	background: #ffffff;
	border: 2px solid #000000;
}

#langs select option {
	color: #000000;
	background: #ffffff;
}

.lang_img {
	float: right;
	width: auto;
	padding-right: 5px;
}


/** top navigation **/
#top_nav {
	padding: 9px 0px 0px 187px;
	float: left;
	width: 536px;
}

#top_nav ul {
	float: left;
	width: auto;
}

#top_nav ul li {
	float: left;
	width: auto;
	height: 26px;
	
}

#top_nav ul li ul{	
}
#top_nav ul li ul li {
}
#top_nav ul li ul li.tnleft {
	width: 13px;
	height: 26px;
}
#top_nav ul li ul li.tnright {
	width: 13px;
	height: 26px;
}
#top_nav ul li ul li.tnbg {
	width: auto;
	height: 26px;
}
#top_nav ul li ul li.tnleft_selected {
	width: 13px;
	height: 26px;
	background: url('../images/topnav_left.png') no-repeat 0% 0%;
}
#top_nav ul li ul li.tnright_selected {
	width: 13px;
	height: 26px;
	background: url('../images/topnav_right.png') no-repeat 0% 0%;
}
#top_nav ul li ul li.tnbg_selected {
	width: auto;
	height: 26px;
	background: url('../images/topnav_bg.png') repeat-x 0% 0%;
}

#top_nav ul li ul li a {
	
	float: left;
	width: auto;
	display: block;
	
	height: 21px;
	padding-top: 5px;
	
	
	padding-left: 0px;
	padding-right: 0px;
	 
	text-transform: capitalize;
	
	font-size: 12px;
	
	color: #EFEFEF;
}


/********** content **************/
#content_outer {
	width: 968px;
	margin: 0 auto;
	
	margin-top: -5px;
	position: relative;
}

#content_wrapper_top {
	clear: both;
	width: 100%;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	background: url('../images/content_top.png') no-repeat 0% 0%;
}

#content_wrapper_bottom {
	clear: both;
	width: 100%;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	background: url('../images/content_bottom.png') no-repeat 0% 0%;
}

#content_wrapper_y {
	clear: both;
	width: 100%;	
	background: url('../images/content_wrapper_y.png') repeat-y 0% 0%;
}

#content_wrapper_x {
	clear: both;
	width: 960px;
	margin: 0 auto;

	position: relative;
	
	background: url('../images/content_wrapper_x.png') repeat-x 0% 0%;
}


/********** footer **************/
#footer {
	clear: both;
	align: center;
	width: 960px;
	margin: 0 auto;
}

/*** payemnts ******/
#payments {
	clear: both;
	
	width: 100%;
	height: 37px;
	
	margin-top: 28px;
	margin-bottom: 16px;
	
	background: url('../images/payments.png') no-repeat 50% 0%;
	
}

#bottom_nav {
	width: auto;
	height: auto;
	text-align: center;
	margin-bottom: 14px;
	padding-left: 30px;
	
}

#bottom_nav ul {
	width: auto;
}

#bottom_nav ul li {
	display: inline;
	width: auto;
	padding-right: 9px;
	
	font-size: 14px;
		
	color: #5F7787;
}

#bottom_nav ul li a {
	font-size: 14px;
	
	color: #FFFFFF;
}



#copyright {
	clear: both;
	width: auto;
	text-align: center;
	color: #5B5B5B;
	font-size: 11px;
	padding-bottom: 2px;

}


