@charset "utf-8";
html {
	height:100%;
	/* overflow-y: scroll; */
}
body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	color:#a1a1a1;
	background-position:top;
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;

}
#pagewrapper {
	min-height:100%;
	position:relative;
	overflow:visible;
	background-position:top center;
	background-repeat:no-repeat;
}
#headerwrapper {
	width:100%;
	height:95px;
	overflow:hidden;
	background:url(images/bg-headerwrapper.gif) repeat-x top;
}

#header {
	width:985px; padding: 0 35px 0 40px;
	margin:0 auto;
	height: 95px;
	background:url(/images/bg-header.gif) no-repeat;
}
#header p {
	margin:0; padding:0;
}
#header p#DESlogo {
	float:left;
	margin:10px 0 0 0;
}
#header p#headerphone {
	margin:0; padding:0 5px 0 0;
	float:right;
	height:29px;
	line-height:29px;
	font-size:18px;
}

/* top navigation */
ul#nav {
	list-style:none;
	margin:0;
	padding:0;
	height:53px;
	line-height:53px;
	float:right;
	clear:right;
}
ul#nav li {
	display:block;
	float:left;
	font-size:14px;
	text-transform:uppercase;
}
ul#nav li a {
	color:#939598;
	text-decoration:none;
	display:block;
	float:left;
	height:53px;
	padding:0 0 0 25px;
	background-image:url(/images/bg-nav.gif);
	background-repeat:no-repeat;
	background-position:left;
}
ul#nav li a span {
	display:block;
	float:left;
	height:53px;
	padding:0 25px 0 0;
	background-image:url(/images/bg-nav.gif);
	background-repeat:no-repeat;
	background-position:right;
}
ul#nav li a:hover,
ul#nav li a.currentnav,
ul#nav li a:hover span,
ul#nav li a.currentnav span {
	background-image:url(/images/bg-nav-hover.gif);
	color:#fff;
}

ul#nav li.lastnav a span {
	background-image:url(/images/bg-nav-sp.gif);
}
ul#nav li.lastnav a:hover span,
ul#nav li.lastnav a.currentnav span {
	background-image:url(/images/bg-nav-sp-hover.gif);
}

ul#nav li.firstnav a {
	background-image:url(/images/bg-nav-sp.gif);
}
ul#nav li.firstnav a:hover,
ul#nav li.firstnav a.currentnav {
	background-image:url(/images/bg-nav-sp-hover.gif);
}

#page {
	width:1000px;
	padding:22px 25px 50px 25px; /*  50px for footer */
	margin:-10px auto 0 auto;
/*	background-image:url(/images/bg-page.png);
	background-repeat:no-repeat; */
	overflow:hidden;
}
#home-splash {
	width:970px;
	height:353px;
	margin:0 auto 15px auto;
	overflow:hidden;
	border:1px solid #2c2d2e;
	background-color:#000;
	background-image:url(/images/loading-text.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#call-actions {
	width:970px;
	overflow:hidden;
	margin:0 auto;
}
h2.big-red-button {
	float:left;
	margin:10px 0 0 0;
	padding:0;
	font-weight:normal;
}
h2.big-red-button a {
	display:block;
	width:231px;
	padding:0 55px 0 5px;
	height:46px;
	background-image:url(/images/bg-big-red-button.png);
	font-size:25px;
	line-height:46px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}
h2.big-red-button a:hover {
	color:#ffffcc;
	/* background-image:url(/images/bg-big-red-button-on.png); */
}

#call-action-socialmedia {
	float:right;
	margin:10px 0 0 0;
	padding:0;
	width:659px;
	height:46px;
	overflow:hidden;
}
#call-action-socialmedia p {
	float:left; margin:0; padding:0;
	line-height:46px;
}
#call-action-socialmedia ul {
	list-style:none; margin:0; padding:0; width:740px;
}
#call-action-socialmedia ul li {
	float:left; line-height:46px; padding:0 76px 0 0;
}
#call-action-socialmedia ul li a {
	text-decoration:none;
	color:#a1a1a1;
	text-transform:uppercase;
}
#call-action-socialmedia ul li img {
	border:0;
	vertical-align:top;
}

#call-action-new-release {
	float:right;
	width:659px;
	height: 222px;
	margin:15px 0 0 0;
	background-image:url(/images/bg-call-action-one-new.gif);
	background-repeat:no-repeat;
}
#call-action-latest-news {
	float:left;
	clear:left;
	width:293px;
	height:222px;
	margin:15px 0 0 0;
	padding:0;
	background-image:url(/images/bg-call-action-two.gif);
	background-repeat:no-repeat;
}
#call-action-social-media {
	float:left;
	width:293px;
	height:172px;
	margin:15px 0 0 0;
	padding:0;
	background-image:url(/images/bg-call-action-three.gif);
	background-repeat:no-repeat;
}
#call-action-testimonials {
	float:right;
	width:659px;
	height: 172px;
	margin:15px 0 0 0;
	background-image:url(/images/bg-call-action-four.gif);
	background-repeat:no-repeat;
}
#call-action-testimonials p.bannerAds {
	margin:0;
	padding:0;
	text-align:center;
}
#call-action-testimonials p.bannerAds img {
	border:none;
}

#call-action-new-release h1,
#call-action-latest-news h1,
#call-action-social-media h1,
#call-action-testimonials h1,
#call-action-new-release h2,
#call-action-latest-news h2,
#call-action-social-media h2,
#call-action-testimonials h2 {
	display:block;
	height:39px;
	margin:0;
	padding:10px 0 0 10px;
	font-size:12px;
	font-weight:normal;
	color:#ffffcc;
	text-transform:uppercase;
	line-height:10px;
}

#call-action-new-release h1 strong,
#call-action-latest-news h1 strong,
#call-action-social-media h1 strong,
#call-action-testimonials h1 strong,
#call-action-new-release h2 strong,
#call-action-latest-news h2 strong,
#call-action-social-media h2 strong,
#call-action-testimonials h2 strong {
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	color:#901733;
	display:block;
}

.latest-news {
	margin:0;
	padding:10px 5px 0 10px;
}

.latest-news h3 {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
}
.latest-news p {
	margin:0;
	padding:0;
}

p.readmore a {
	color:#d81b4a;
	text-decoration:none;
}

#new-release-scroll {
	display:block;
	list-style:none;
	margin:10px auto 0 auto;
	padding:0;
	width:635px;
	height:225px;
	overflow: hidden;
}

#new-release-scroll li {
	display:block;
	float:left;
	width:635px;
	height:75px;
	overflow:hidden;
	font-size:12px;
}
#new-release-scroll li a {
	display:block;
	color:#a1a1a1;
	text-decoration:none;
	overflow:hidden;
}
#new-release-scroll li a img {
	float:left;
	margin:5px 10px 10px 0;
	border:none;
}
#new-release-scroll li a em {
	color:#666;
	font-size:11px;
}

#call-action-social-media ul {
	margin:30px 0 0 10px;
	padding:0;
	list-style:none;
	font-size:10px;
}
#call-action-social-media ul li {
	float:left;
	text-align:center;
}

#call-action-social-media ul li a {
	display:block;
	padding:0 10px;
	float:left;
	color:#a1a1a1;
	text-decoration:none;
}
#call-action-social-media ul li img{
	border:none;
}

#call-action-testimonials ul {
	list-style:none;
	margin:10px;
	padding:20px 0 0 25px;
	background-image:url(/images/bg-quote-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#call-action-testimonials ul li{
	display:block;
	margin:0;
	padding:0 25px 5px 0;
	background-image:url(/images/bg-quote-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#call-action-testimonials ul li em {
	display:block;
	text-align:right;
}
/* FOOTER */
#footerwrapper {
	position:relative;
	margin-top:-31px;
	height:30px;
	border-top:1px solid #333333;
	background-image:url(/images/bg-footer.gif);
	overflow:hidden;
}
#footer {
	width:970px;
	height:30px;
	margin:0 auto;
	color:#b7b7b7;
	font-size:10px;
	line-height:30px;
}
#footer #newsletterSignup {
	float:left;
	text-transform:uppercase;
}
#footer #newsletterSignup form {
	display:inline;
	margin:0;
	padding:0 0 0 10px;
}
#footer #newsletterSignup form #newsletterEmail {
	background-image:url(/images/bg-newsletter-signup.gif);
	border:none;
	width:137px;
	padding:2px 5px;
	height:15px;
	background-repeat:no-repeat;
	font-size:11px;
	margin:0;
}
#footer #newsletterSignup form #newsletterSubmit{
	border:none;
	background:none;
	color:#d81b4a;
	font-size:10px;
}
#footer ul#footer-links {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#footer ul#footer-links li {
	display:inline;
	padding:0 0 0 15px;
}
#footer ul#footer-links li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#b7b7b7;
}
#footer ul#footer-links li a:hover {
	color:#ffffcc;
}


/*SIDE BAR */

#sidebar {
	width:240px;
	float:left;
	margin:2px 0 0 15px;
}
#sidebar h2.subnavHeader {
	width:225px;
	height:47px;
	padding:0 0 0 15px;
	margin:0;
	background-image:url(/images/bg-subnav-header.png);
	background-repeat:no-repeat;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#888a8d;
	line-height:47px;
	text-transform:uppercase;
}
#sidebar .subnav {
	width:240px;
	padding:0 0 10px 0;
	background-image:url(/images/bg-subnav-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#000000;
	min-height:205px;
}
#sidebar .subnav ul {
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(/images/bg-subnav-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
#sidebar .subnav li {
	display:block;
	padding:0 0 1px 0;
	background-image:url(/images/bg-subnav-separator.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#sidebar .subnav li a {
	color:#888a8d;
	text-decoration:none;
	display:block;
	padding:10px 25px 10px 25px;
}
#sidebar .subnav li a.currentnav {
	color:#901733;
}

#sidebar .subnav li a:hover {
	color:#fff;
}
#sidebar .bannerAds {
	border:1px solid #222;
}
	#sidebar .bannerAds img {
		border:none;
	}
#sidebar .links {
	margin:0 auto;
	text-align:center;
}
	#sidebar .links td {
		padding:0 5px;
	}
	
#sidebar ul.sidesocial {
	list-style:none;
	margin:10px 0;
	padding:0;
	text-align:center;
}
#sidebar ul.sidesocial li {
	display:inline; padding:0 5px;	
}
#sidebar ul.sidesocial li img {
	border:0;	
}

h2.small-red-button {
	margin:10px 0 0 0;
	padding:0;
	font-weight:normal;
}
h2.small-red-button a {
	display:block;
	width:187px;
	padding:0 45px 0 5px;
	margin:0 auto;
	height:38px;
	background-image:url(/images/bg-small-red-button.png);
	font-size:20px;
	line-height:38px;
	color:#cccccc;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}
h2.small-red-button a:hover {
	color:#ffffcc;
}


#contentwrapper {
	width:715px;
	float:right;
	margin:2px 15px 0 0;
}
#galleryWrapper {
	background-color:#000;
	background-image:url(/images/loading-text.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#splash {
	margin:0 0 10px 0;
	width:715px;
	height:265px;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
#splash h1 {
	margin:0;
	padding:40px 10px 0 30px;
	font-size:44px;
	line-height:44px;
	color:#666;
	font-weight:normal;
}
#splash h2,
#splash p {
	margin:0;
	padding:0 10px 0 30px;
	font-size:20px;
	line-height:20px;
	color:#999;
	font-weight:normal;
}
#content {
	padding:10px;
	background-color:#000000;
}
#content h2 {
	font-size:18px;
	color:#901733;
	font-weight:normal;
	letter-spacing: 0.1em;
	margin:10px 0 5px 0;
}
#content p {
	text-align:justify;
}
#content a {
	color:#901733;
}
#content a:hover {
	color:#ffffcc;
}
.required {
	color:#901733;
}
#content .rightFloat {
	float:right;
	border:1px solid #222;
}
#touLink {
	color:#901733;
	text-decoration:underline;
}

#tou {
	background-color:#111;
	width:400px;
	padding:10px;
	font-size:12px;
}
#tou h2 {
	color:#901733;
	font-size:14px;
	margin:0;
	padding:0;
}
#tou p {
	margin:0;
	padding:5px 0 0 0;
}

#contact_form .hilite {
	background-color:#111;
	padding:5px;
}
#contact_form input,
#contact_form textarea {
	border:1px solid #000000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.twoColList {
	width: 695px;
	overflow:hidden;
}
.twoColList ul {
	float:left;
	width:300px;
	margin:0;
	padding:15px;
	font-size:14px;
	line-height:16pt;
}

.websitegrader {
}
	.websitegrader img {
		border:0;
		width:110px; height:110px;
	}

.clearboth {clear:both; }