body {
	font-size: 10pt;
	font-family: Tahoma;
	color: #fff;
}

body.home{
	background:url(../images/bghome.jpg) center top no-repeat #000;
}

body.thanks{
	background:url(../images/bgthanks.jpg) center top no-repeat #000;
}

body.wallpaper{
	background:url(../images/bgwallpaper.jpg) center top no-repeat #000;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #dd9258;
}

div#wrapper {
	text-align: center;
	width: 100%;
	padding: 25px 0 0 0;
	background-image: url(../images/bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 46px;
	background-position: 0 45;
	position: relative;
}
div#wrapper_client {
	text-align: center;
	width: 100%;
	padding: 25px 0 0 0;
	background-image: url(../images/bar_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 46px;
	background-position: 0 45;
	position: relative;
}

div#orange_box_top {
	display: block;
	width: 870px;
	border-top: 1px solid #dd9258;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto 0 auto;
	height: 10px;
}
div#logo_bar {
	display: block;
	width: 872px;
	height: 123px;
	margin: 0 auto;
	background-image: url(../images/logo_bar.gif);
}
div#logo_bar_client {
	display: block;
	width: 872px;
	height: 123px;
	margin: 0 auto;
	background-image: url(../images/logo_bar_2.jpg);
}
div#menu {
	text-align: right;
	padding: 80px 20px 0 0;
}
div#menu a {
	color: #fff;
	text-decoration: none;
}
div#menu a:hover {
	color: #dd9258;
}
div#menu ul {
	list-style: none;
}
div#menu ul li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 2px solid #dd9258;
	line-height: 10px;
}

div#header {
	display: block;
	width: 920px;
	height: 308px;
	overflow: hidden;
	margin: 0 auto;
}
div#splash_content {
	width: 870px;
	xheight: 269px;
	display: block;
	margin: 0 auto;
	xbackground-image: url(../images/splash_bg_01.jpg);
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
}
div#wp_content {
	width: 520px;
}
div#splash_content p {
	margin: 0 0 10px 0;
	xline-height: 150%;
	width: 400px;
}
div#splash_content .inner {
	padding: 20px 10px;
}
div#splash_content .inner2 {
	padding: 20px 10px;
	float:left;
	width:440px;
	display:block;
	text-align:left;
}

/* homepage */

#movtabs{
text-align:left;
}
#movtabs ul{
list-style:none;
margin-left:15px;
}
#movtabs ul li{
display:inline;
float:left;
}

#movtabs ul li a{
width:133px;
height:17px;
display:block;
background:url(../images/tab.gif);
}
#movtabs ul li a span{
color:#F8A360;
padding-left:5px;
}
#movtabs ul li a:hover, #movtabs ul li a.selected{
background:url(../images/tab_.gif);
color:#fff;
}
#movtabs ul li a:hover span, #movtabs ul li a.selected span{
color:#000;
}

/* boxes */

div#splash_content div#boxes {
	text-align: center;
	margin: 15px 0 0 0;
}
div#splash_content div.box_1 {
	width: 201px;
	height: 162px;
	margin: 0 5px;
	background: url(../images/boxbg.gif) no-repeat 0 0;
	overflow: hidden;
	float: left;
	text-align: center;
}

div#splash_content div.box_2 {
	width: 201px;
	height: 182px;
	margin: 0 5px;
	background: url(../images/boxbg2.gif) no-repeat 0 0;
	overflow: hidden;
	float: left;
	text-align: center;
}

div#splash_content div.box_holder {
	width: 202px;
	margin: 0 5px;
	float: left;
	text-align: left;
}
div#splash_content div.box_holder h3{
padding:3px 0 3px 10px;
font-weight:normal;
font-size:8pt;

}


div#splash_content div#boxes .inner {
	padding: 5px 10px 10px 10px;
	text-align: left;
}
div#splash_content h1.home{
text-indent:-999em;
width:377px;
height:46px;
background:url(../images/title.gif);
}
div#splash_content h1.thanks{
text-indent:-999em;
width:314px;
height:76px;
background:url(../images/title2.gif);
float:left;
display:block;
}
div#splash_content h1.wallpaper{
text-indent:-999em;
width:330px;
height:46px;
background:url(../images/title3.gif);
}
div#splash_content h1.movie{
text-indent:-999em;
width:377px;
height:46px;
background:url(../images/title4.gif);
}
#credits{
text-transform:uppercase;
font-size:.6em;
width:500px;
text-align:left;
float:left;
margin:15px 0;
display:block;
}
#credits p{
width:500px;
text-align:center;
}
#credits p img{
padding:5px;
}
#credits strong{
font-weight:normal;
font-size:1.8em;
}
div#splash_content div#boxes h1, div#splash_content div#boxes h2 {
	font-size: 10px;
	font-weight: bold;
}
div#splash_content div#boxes h1, div#splash_content div#boxes h1 {
	color: #dd9258;
}
div#splash_content div#boxes p {
	font-size: 10px;
	width: 175px;
	line-height: normal;
	margin-bottom:0;
}
div#splash_content div#boxes a {
	text-decoration: underline;
}
div#splash_content div#boxes img {
	display: block;
	margin: 0 auto;
}
div#splash_content div#boxes label {
	font-family: Tahoma;
	font-size: 10px;
	width: 50px;
	float: left;
	margin: 2px 0;
}
div#splash_content div#boxes input {
	width: 110px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10px;
	float: left;
	background-color: #666;
	color: #fff;
	border: 1px solid #fff;
	margin: 2px 0;
}
div#splash_content div#boxes input.submit {
	width: 80px;
	color: #dd9258;
	border: 1px solid #dd9258;
	display: block;
	float: none;
	margin: 5px 0 0 50px;
}
div#splash_content div#boxes br {
	clear: both;
}
div#splash_content div.left {
	width: 215px;
	display: block;
	float: left;
	padding: 22px 10px 0 0;
	text-align: right;
}
div#splash_content div.right {
	width: 627px;
	display: block;
	float: right;
	padding: 20px 10px 0 10px;
	text-align: left;
}

/* big content */

div#content {
	display: block;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	min-height: 374px;
}

div#header_main {
	margin: 0 auto;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	display: block;
	text-align: center;
}
div#header_main img {
	display: block;
	margin: 0 auto;
}
div#content div.inner {
	text-align: left;
}



/* content short */

div#content_short {
	display: block;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto;
	background-image: url(../images/short_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	min-height: 220px;
}
div#content_short .inner {
	padding: 10px 22px;
}
div#content_short div.col_one {
	width: 412px;
	float: left;
	padding: 0 0 0 22px;
}
div#content_short div.col_two {
	width: 412px;
	padding: 0 22px 0 0;
	float: right;
}
div#content_short div.col_one .inner {
	padding: 20px 5px 0 0;
}
div#content_short div.col_two .inner {
	padding: 20px 0 0 5px;
}
div#content_short div.box_press_1 {
	margin: 0 0 0 0;
	width: 196px;
	height: 158px;
	background-image: url(../images/box_press_1.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	float: right;
}
div#content_short div.box_press_2 {
	margin: 0 0 0 0;
	width: 196px;
	height: 158px;
	background-image: url(../images/box_press_2.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	float: left;
}
div#content_short div.box_press_1 .inner, div#content_short div.box_press_2 .inner {
	text-align: left;
	padding: 10px 0 0 10px;
}
div#content_short div.box_press_1 input.submit {
	margin: 20px 0 0 0;
}
div#content_short div.box_press_2 input.submit {
	margin: 5px 0 0 48px;
}
div#content_short div.box_press_1 input, div#content_short div.box_press_2 input {
	background-color: #666;
	margin: 5px 0 0 5px;
}



/* client welcome */

div#content_short div.left {
	width: 420px;
	float: left;
	margin: 10px 0 0 0;
}
div#content_short div.right {
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
	text-align: left;
}
div#content_short div.left div.feature_box {
	float: left;
	margin: 0 20px 0 0;
}

div#orange_bar {
	width: 100%;
	height: 20px;
	background-color: #dd9258;
}
div#orange_bar div#orange_bar_content {
	width: 872px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
}
div#orange_bar div#orange_bar_content a {
	color: #000;
	text-decoration: none;
}
div#orange_bar div#orange_bar_content ul {
	list-style: none;
}
div#orange_bar div#orange_bar_content ul li {
	display: inline;
	margin: 0 2px 0 0;
}
div#orange_box_bottom {
	display: block;
	width: 870px;
	border-bottom: 1px solid #dd9258;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto 10px auto;
	height: 20px;
}
div#footer {
	width: 872px;
	margin: 0 auto 25px auto;
	display: block;
	color: #b1abab;
	font-size: 10px;
}
div#footer a {
	text-decoration: none;
	color: #b1abab;
}
div#footer div.left {
	width: 600px;
	float: left;
	text-align: left;
}
div#footer div.left ul {
	list-style: none;
}
div#footer div.left ul li {
	display: inline;
	margin: 0 10px 0 0;
}
div#footer div.right {
	width: 270px;
	float: right;
	text-align: right;
}



/* forms */

input {
	width: 110px;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	margin: 2px 0;
}
input.submit {
	width: 80px;
	color: #dd9258;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #000;
	border: 1px solid #dd9258;
	display: block;
	margin: 2px 0 2px 20px;
}
input.checkbox {
	width: 20px;
	font-family: Tahoma;
	font-size: 10px;
	/*background-color: transparent;
	color: #fff;
	border: 1px solid #fff;*/
	margin: 2px 0;
}
a.submit {
	width: 80px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #dd9258;
	font-family: Tahoma;
	font-size: 10px;
	background-color: transparent;
	border: 1px solid #dd9258;
	display: block;
	margin: 2px 0;
}



/* other */

.clear {
	line-height: 0px;
	height: 0px;
	display: block;
	width: 100%;
	clear: both;
}

.black {
	color: #000;
}
.orange {
	color: #dd9258;
}
.grey {
	color: #999;
}
.white {
	color: #fff;
}

div#wp_content a{
	color:#636469;
}
div#wp_content a.wpback{
	color:#fff;
}
div#wp_content a:hover{
	color: #dd9258;
}
div#wp_content p{
width:auto;
}