html, body{
	margin: 0;
	padding: 0;
	background: #000000; 
	/*background: #990000;*/
	color: #333333;
	/*background: -moz-linear-gradient(top, blue, white);*/
	/* text-shadow:2px 2px 2px #333333*/

}


body a:link {color: #0000FF; text-decoration:none;}     /* unvisited link */
body a:visited {color: #0000FF; text-decoration:none;}  /* visited link */
body a:hover {color: #FF0000; text-decoration: underline;}   /* mouse over link */
body a:active {color: #FF0000}   /* selected link */


h1 {
	border-top: 3px solid #FF1111;
	border-bottom: 3px solid #FF1111;
	border-left: 3px solid #FF1111;
	border-right: 3px solid #FF1111;
	
	padding: 1px 0px 3px 20px;
	color: #FFFFFF;
	background-color:#000000;
	
	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	clear: both;

}


p {
	padding: 0 0 0 20px;
}

h2, h3, h3 {
	padding: 0 0 0 20px;
}

#bg_top {
	height: 120px;
	width: 100%;
	border-bottom: 0px #CCCCCC solid;
	margin: auto;
/*	background: #EEEEEE;*/
	background: #000000;
}

#top_panel {

	width: 1000px;
	padding: 10px 00px;
	border: 0px red solid;
	margin: auto;
	height: 100px;
	text-align: right;
}

#top_add1 {
	float: left;
	border: 0px green solid;
	width: 350px;
	height: 100px;
	color: #DD0000;
	font-weight:bold;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 12px;
}

#top_add2 {
	float: right;
	border: 0px green solid;
	width: 350px;
	height: 100px;
	color: #DD0000;
	font-weight:bold;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 12px;
}


#bg_bottom {
	height: 80px;
	width: 100%;
	border-top: 1px #CCCCCC solid;
	margin: auto;
	background: #EEEEEE;
}

#bottom_panel {
	position: relative;
	width: 960px;
	padding: 00px 20px;
	border: 0px red solid;
	margin: auto;
	height: 60px;
	text-align: left;
	color: #FFFFFF;
	top: -20px;
	font-size: 13px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
	position: relative;
	border: 0px green solid;
	min-height: 600px;
	top: -42px;
	padding: 0px 50px 40px 50px;
/*	background: #F0F0F0;*/
	background: #FFFFCC;
	
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;

	border-radius: 20px;
	
	-moz-box-shadow: 6px 6px 4px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 6px 6px 4px rgba(0,0,0,0.3);
	box-shadow: 6px 6px 4px rgba(0,0,0,0.3);

}
#main_img_overlay {

	width: 220px;
	position: absolute;
	border: 0px red solid;
	right: 30px;
	top: 60px;
	z-index:60;
	}
	
#main_img_overlay img{
	border: 0px #777777 solid;
}		
	
#main_img {
	padding: 19px;
	width: 960px;
	position: relative;
	border: 1px #777777 solid;
	left: -50px;
	top: 0px;
	background: #FFFFFF;
	
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);

	
	}
	
#main_img img{
	border: 0px #777777 solid;
}	

#promo_area {
	width: 980px;
	height: 200px;
	border: 0px red solid;
	padding: 20px 0 0 0;
	}
	
#box1 {

	width: 230px;
	height: 140px;
	border: 1px #888888 solid;
	float: left;
	padding: 20px;
	background: #FFFFFF;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	
	
}

#box2 {

	width: 230px;
	height: 140px;
	border: 1px #888888 solid;
	float: left;
	padding: 20px;
	background: #FFFFFF;
	
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	

}

#box3 {

	width: 230px;
	height: 140px;
	border: 1px #888888 solid;
	float: left;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #FFFFFF;
	
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);

}

#box_padding {
	width: 40px;
	float: left;
	height: 20px;
}

#panel {
	position: relative;
	font-size: 16px;
	width: 777px;
	top: -10px;
	height: 40px;
/*	background:#FF5000;*/
	background: #444444;
	border: 1px #777777 solid;
	z-index:50;
	margin: 0 auto;
	font-weight: bold;
	
	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#panel li {
	list-style: none;
	float: left;
	border-left: 0px yellow solid;
	border-right: 1px #999999  solid;
/*	background: url(images/bar.jpg) repeat-y; */


}

#panel li.last {
 	border-right: none;
}


#panel a {
	background: url(../images/panel/bg.png);
	text-align:justify;
	width: 110px;
/*	@width: 110px; */
	height: 30px;
/*	@height: 40px; */
	padding: 10px 0px 0px 0px;
	
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 0px green solid;
	
	

}
#panel a:hover{
/*	background: url(images/panel/bg_on.png);*/
	background: #777777;
	height: 20px;

	border-top: 0px #FBD709 solid;
	border-bottom: 0px #FBD709 solid;
	padding: 10px 0px 10px 0px;
	color: #FFFFFF;
	
	}
	
.clear {
	clear: both;
}


/* ----------- stylized ----------- */
/*#stylized{
	border: 2px #b7ddf2 solid;
	background:#ebf4fb;
}*/
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
#stylized p{
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: 1px #b7ddf2 solid;
	padding-bottom: 10px;
}
#stylized label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 240px;
	float: left;
	border: 0px red solid;
	clear: left;
	padding: 2px 2px;
}
#stylized .small{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 240px;
}
#stylized input, #stylized select, #stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px #aacfe4 solid;
	width: 200px;
	margin: 0px 0 20px 10px;
}
#stylized select {
	width: 205px;
}
#stylized textarea {
	width: 400px;
	height: 150px;
}
#stylized button {
	clear: both;
	margin-left: 10px;
	width: 125px;
	height: 32px;
	background: #666666/* url(img/button.png) no-repeat*/;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
/* form end */

#left_col {
	width: 230px;
	height: auto;
	float: left;
	border: 0px purple solid;
	Margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

#right_col {
	width: 580px;
	height: auto;
	float: right;
	border: 0px green solid;
	padding: 0 40px 0 0;
	
	
}

#break_line {
	height: 30px;
	width: 800px;
	margin: auto;
	border-bottom: 1px dashed #777777;
	clear: both;
	
}

