@charset "utf-8";
* {
	margin:0;
	padding:0
}


@font-face {
font-family: Myriad;
src: url("MyriadPro-Regular.otf") format("opentype");}



body {
	font:13px Myriad;
	background:#fff;
	background:url(images/background.jpg) repeat-x #fff;
	padding:0px; margin:0px; margin-top:-17px;
	font-weight:normal;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#FF9933; outline:none;
}
a:hover {
	text-decoration:none;
	color:#FF9933;
}

h2, h3, h4, h5{
	margin:0px; padding:0px;
	font-size:35px; color:#F93; font-weight:normal;}



*html h1, *html h2, *html h3, *html h4, *html h5{font-size:32px;}



ul {
	padding:0px;
	margin:0px
}
li {
	list-style:none
}
p{margin:0;}

img{border:none;}

#header, #content, #content_in, #shadow, #holder{
    display:table;
	width:785px;
	margin:auto;
	clear:both;

}

/*header */
#header { height:257px;background:url(images/header.jpg) no-repeat; padding-right:40px; width:745px; border-left:1px solid #CCC;border-right:1px solid #CCC;}
#header img{float:left;}
#header span{ float:right; width:310px; text-align:right;margin-top:105px;font-size:45px; line-height:50px;;}
#header h1{margin:0px; padding:0px; font-size:58px; color:#FF9933;}

/* content*/

#content { width:785px;text-align:center;border-left:1px solid #CCC;border-right:1px solid #CCC; }
#content_in { width:740px; background:#fff; padding-left:45px; padding-bottom:20px;border-left:1px solid #CCC;border-right:1px solid #CCC;border-top:1px solid #CCC;}
#content_in h2{ font-size:35px; margin-bottom:20px;}
#content_in h3{ font-size:20px; margin-bottom:20px; margin-top:15px;}
#shadow{background:url(images/shadow.jpg) no-repeat center; width:785px; height:98px;border-left:1px solid #CCC;border-right:1px solid #CCC;}

/* footer*/
#holder{ background:url(images/footer.jpg) repeat-x; width:100%; height:209px;}
#footer{ height:200px; width:700px; padding-top:10px;color:#E6E6E6;
	width:785px;
	margin:auto;}


#footer .left{display:table; width:320px; float:left; display:table; }
#footer .left h3:first-letter { color:#FFF;}
#footer .left h3{letter-spacing:4px;}
#footer .left ul{width:130px; height:150px; display:table; float:left; margin-right:20px;}
#footer .left ul li{margin:5px 0 5px 0;}
#footer .left ul li a{color:#E6E6E6;}
#footer .left ul li a:hover{color:#F93;}

#footer .middle{display:table; width:180px; float:left; display:table; height:50px; text-align:center; padding-top:40px;}
#footer .middle h3{font-size:18px; color:#999;}

#footer .right{display:table; width:280px; float:right; text-align:right;}
#footer .right h3:first-letter { color:#FFF;}
#footer .right h3{letter-spacing:4px;}
#footer .right p{line-height:25px;}
#footer .right h4{ font-size:20px; color:#E6E6E6;}

/*CU3ER*/
#cu3er-container {
	width:700px;
	outline:0;
	height:350px;
	background:#333333;
	border:1px solid #999;

}

#content_in .imgshadow {
	margin-right:10px;
	margin-bottom:10px;
	background:url(images/img_back.jpg) no-repeat;
	width:160px;
	height:105px;
	display:table;
	float:left;
	padding-left:0px; padding-top:0px;
}


