@charset "utf-8";
a {
	color: #ec9300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

div#container {
	z-index: 1;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:991px;
	background: white;
	
	
	height:auto !important;
	height:100%;

	min-height:100%;
}

div#outter_container {
	
	position:relative;
	margin:0 auto;
	width:1025px;
	background-image: url(shadow_bg.png);
	background-repeat: repeat-y;
	
	height:auto !important;
	height:100%;

	min-height:100%;
}

#notification_box {
	width: 101%;
	background-color: white;
	border: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div#top_ext {
	z-index:0;
	left:50%;
	margin-left:-513px;
	position:absolute;
	width:1025px;
	background-image: url(top_extd.png);
	
	height:39px;

}

div#header {
	z-index: 5;
	margin:0;
	padding:0;
	background:black;
	height: 39px;
}

div#bottom_header {
	top:10px;
	background-image: url(header_bottom.jpg);
	height: 62px;
}

div#content {
	background:white;
	padding:0;
	margin-left:0px;
	
}
	

div#top_footer {
	position:absolute;
	width:100%;
	bottom:107px;
	margin-left:0;
	
	background-image: url(footer_top.jpg);
	height: 21px;
}

div#footer {
	position:relative;
	width:100%;
	bottom:0;
	margin-left:0;
	
	background-image: url(footer_bg.jpg);
	height: 107px;
}

div#newsblock {
	position: relative;
	padding:0;
	margin:0;
	width: 547px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	text-align: left;
	margin-left: 0px;

}

div#textblock {
	
	padding:0;
	margin:0;
	width: 940px;
	text-align: left;
	margin-left: 17px;
	link: #e40079

}

div#rightblock {
	
	padding:0;
	margin:0;
	width: 250px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d6d6d6;
	text-align: left;
	margin-left: 572px;
	margin-top: 0px;
	
	background: red;

}

.news_title {
	font-family: arial;
	font-size: 16px;
	font-style: bold;
	color: #e40079;
	
}

.title2 {
	font-family: arial;
	font-size: 16px;
	font-style: bold;
	color: #403d37;
}

.news_date {
	font-family: arial;
	font-size: 11px;
	color: #a6c30f;
}

.linkslist {
	font-family: arial;
	font-size: 12px;
	color: #a6c30f;

}

.bgtext {
	font-family: arial;
	font-size: 11px;
	color: white;
	background-color: #bbd825;
	padding: 6px;
}

.c_text {
	font-family: arial;
	font-size: 11px;
	color: #615e57;
}

li {
	font-family: arial;
	font-size: 11px;
	color: #615e57;
}

div#banner {
	
	width: 960px;
	margin:0 auto;
	height: 432px;
	padding-left:2px;
}

p.footer_text {
	font-family: arial;
	font-size: 20px;
	font-style: bold;
	color: white;
	letter-spacing:2px;
	/*line-height: 25px;*/
}
	
.copyright_text {
	font-family: arial;
	font-size: 11px;
	color: white;
}

html,body {
	background-color: black;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	min-width: 1020px;
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	margin:0; 
	padding:0; 
	height: 100%;
	
	font-family: arial;
	font-size: 11px;
	color: #615e57;
	

}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.cart {
	width: 100%;	
	color: #000;
	font-size: 11px;
	border-collapse: collapse;
}

.cart tr {
	font-size: 11px;
	border-bottom: 1px solid #aaa;
	margin: 0;
	
}

.cart td {
	padding: 5px;	
}

.cart tr:hover {
	background-color: #f1f1f1;
	margin: 0;
}

.cart th {
	text-transform: uppercase;
	background-color: #f1f1f1;
	/*background-color: #a2cb00;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	color: #000;
	/*22b709*/
	font-size: 10px;
	margin: 0;
	text-align: left;
	padding: 5px;	
	border-bottom: 1px solid #aaa;
}


.checkout {
	width: 100%;	
	color: #000;
	font-size: 11px;
	border-collapse: collapse;
}

.checkout tr {
	font-size: 11px;
	margin: 0;
	
}

.checkout td {
	padding: 5px;	
}

.checkout th {
	text-transform: uppercase;
	background-color: #f1f1f1;
	/*background-color: #a2cb00;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	color: #000;
	/*22b709*/
	font-size: 10px;
	margin: 0;
	text-align: left;
	padding: 5px;
}

