/*
--------------------------------------------------
Site Name:			Drop Dead Sexy
Author:				Mark Wasyl
Created:			October 2009
Updated:			Feb 08, 2010
Updated by:			Mark Wasyl
--------------------------------------------------
--------------------------------------------------
COLORS
Body Background:	#000
Main Text:			#999
Sub Text:			N/A
Links:				#F00
Links (visited):	#F00
Links (hover):		#F99
Links (active):		#F99
--------------------------------------------------
*/

@import url("reset.css");

/*
--------------------------------------------------
global
--------------------------------------------------
*/
html, body {	background: url(../images/global/bg_tile.gif);
	color: #999;
	line-height: 1.5em;	font-family: Arial, sans-serif, Helvetica, sans-serif, "trebuchet ms" ;
	font-size: 10px;	}
p {	line-height: 1.5em;	margin-bottom: 15px;	}
h1,h2,h3,h4,h5,h6 {	letter-spacing: 0em;
	font-weight: normal;	}

a:link,
a:visited {	color: #F00;
	outline: none; /* fixes Firefox dotted outline */
	text-decoration: none;	}a:hover,
a:active {	color: #F99;
	outline: none; /* fixes Firefox dotted outline */
	text-decoration: none;	}


/*
--------------------------------------------------
default styles
--------------------------------------------------
*/
.clear {clear: both;} /* intended to clear floats */

b, strong {font-weight: bold;}em, i {font-style: italic;} /* italics */
.underline {text-decoration: underline;}
.small {font-size: 8px;}
.big {font-size: 14px;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

img.floatLeft {float: left; margin: 0 10px 10px 0;}img.floatRight {float: right; margin: 0 0 10px 10px;}

/*
--------------------------------------------------
wrappers, containers
--------------------------------------------------
*/
#wrapper {	background: url(../images/global/bg_top.gif) repeat-x;
	text-align: center;
	}
#container {
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
	}
#footerBorder {
	background: url(../images/global/bg_footer-border.gif) repeat-x;
	clear: both;
	height: 60px;
	}
#wrapperFooter {
	background: url(../images/global/bg_footer.gif) repeat-x #000000;
	text-align: center;
	}


/*
--------------------------------------------------
header
--------------------------------------------------
*/
#header {
	background: url(../images/global/bg_header.gif) top center no-repeat;
	height: 160px;
	margin-bottom: 40px;
	}
#header h1 {
	}
#header h1 a {
	border: none;
	display: block;
	height: 124px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 940px;
	}

.promoCorner {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	}


/*
--------------------------------------------------
navigation
--------------------------------------------------
*/
#menu {
	float: left;
	height: 20px;	line-height: 20px;
	}
#menu ul {
	list-style: none;
	}#menu li {	background: url(../images/global/menu_separator.gif) top right no-repeat;
	display: inline;
	margin-right: 10px;
	padding-right: 29px;
	}
#menu li.last {
	background-image: none;
	background: none;
	}
#menu li a:link,
#menu li a:visited {
	color: #FFFFFF;
	display: inline;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menu li a:hover {
	color: #CC0000;
	display: inline;
	text-decoration: none;
	}
#menu li a:active {
	color: #660000;
	}
#menuRight {
	float: right;
	height: 20px;	line-height: 20px;
	position: relative;
	z-index: 2; /* positions social network icons ABOVE corner page promo */
	}
#menuRight ul {
	list-style: none;
	}
#menuRight li,
#menuRight li a:link,
#menuRight li a:visited {	display: inline;
	margin-left: 1px;
	}
#menuRight li img {
	border: 1px solid #FFFFFF;
	}

/*
--------------------------------------------------
home
--------------------------------------------------
*/
#home {
	margin-bottom: 20px;
	}

#homeMain {
	background: url(../images/home/drop-dead-sexy_main.jpg) top right no-repeat;
	height: 410px;
	float: left;
	margin-bottom: 20px;
	width: 700px;
	}

#homeSidebar {
	float: right;
	height: 410px;
	width: 230px;
	}
#homeSidebar p {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}
#homeSidebar ul {
	list-style: none;
	}
#homeSidebar li {
	background: #FFFFFF url(../images/home/bg_heading_promo.gif) top center no-repeat;
	height: 200px;
	margin-bottom: 10px;
	padding: 0 auto;
	text-align: center;
	}
#homeSidebar li a:link,
#homeSidebar li a:visited {
	color: #CC0000;
	text-decoration: none;
	}
#homeSidebar li a:hover,
#homeSidebar li a:active {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	}
#homeSidebar img {
	}
/*#homeSidebar li {
	background: #FFFFFF url(../images/home/bg_heading_promo.gif) no-repeat;
	height: 130px;
	margin-bottom: 10px;
	padding: 0 4px;
	}*/
#homeSidebar li h2 {
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	}
#homeSidebar li.last {
	margin-bottom: 0px;
	}

#homeBottom {
	clear: both;
	text-align: left;
	width: 900px;
	}
#homeBottom h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	}
#homeBottom h3 span {
	color: #000000;
	font-size: 18px;
	}
#homeBottom ul {
	border-right: 1px dotted #000000;
	float: left;
	list-style: none;
	margin-right: 20px;
	padding-right: 20px;
	}
#homeBottom li {
	display: inline;
	margin-right: 2px;
}
#homeBottom li img {
	border: 4px solid #FFFFFF;
	}


/*
--------------------------------------------------
main content area
--------------------------------------------------
*/
#content {
	background-color: #000;
	border: 1px solid #660000;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 938px;
	}
#content a:link,
#content a:visited {
	color: #FFF;
	text-decoration: none;	}#content a:hover {
	background: #CC0000;	color: #000;
	}#content a:active {
	color: #660000;
	}#content img {
	}#content ul {	list-style: none;
	}
	

/* MAIN CONTENT */
#mainContact {
	margin: 20px;
	height: 900px;
	text-align: center;
	width: 898px;
	}
#mainLeft {
	display: inline; /* fixes IE6 margin doubling */
	float: left;
	margin: 20px;
	width: 680px;	}
#mainRight {
	display: inline; /* fixes IE6 margin doubling */
	float: right;
	margin: 20px;
	width: 680px;	}
#main h2,
#mainContact h2,
#mainLeft h2,
#mainRight h2 {
	color: #CC0000;
	font-size: 24px;
	margin-bottom: 15px;	}
#main h3,
#mainContact h3,
#mainLeft h3,
#mainRight h3 {	color: #FFFFFF;
	font-size: 14px;	margin-bottom: 10px;	}
/* QA */
#main h4,
#mainContact h4,
#mainLeft h4,
#mainRight h4 {	color: #CC0000;
	font-family: Andale Mono, monospace;	font-size: 13px;	margin-bottom: 4px;
	}
/* QA SECTIONS */
#main h5,
#mainContact h5,
#mainLeft h5,
#mainRight h5 {	color: #FFFFFF;
	font-size: 14px;	margin-bottom: 15px;	}
/* INTRO TEXT */
#main h6,
#mainContact h6,
#mainLeft h6,
#mainRight h6 {	color: #600;	font-family: Andale Mono, monospace;	font-size: 12px;	font-weight: lighter;	letter-spacing: .2px;	line-height: 18px;	margin-bottom: 30px;	}
#main h6 strong,
#mainLeft h6 strong {
	font-family: Andale Mono, monospace;	}


/*** SIDEBARS ***/
#sidebarLeft {
	display: inline; /* fixes IE6 margin doubling */
	float: left;
	margin: 20px 0 20px 20px;
	width: 170px;
	}
#sidebarRight {
	display: inline; /* fixes IE6 margin doubling */
	float: right;
	margin: 20px 20px 20px 0;
	width: 170px;
	}
#sidebarLeft h3,
#sidebarRight h3 {
	color: #CC0000;
	font-size: 18px;
	line-height: 1em;	margin-bottom: 15px;	}
#sidebarLeft h3 span,
#sidebarRight h3 span {
	color: #FFFFFF;
	font-size: 12px;	margin-bottom: 6px;	}
#sidebarLeft h4,
#sidebarRight h4 {
	color: #CC0000;
	font-size: 14px;	margin-bottom: 6px;	}
#sidebarRight #contact {
	border-top:  1px dotted #222222;
	margin: 20px 0;
	padding: 20px 0;
	}
#sidebarRight #contact input {
	width: 150px;
	}
#sidebarRight #contact textarea {
	height: 50px;
	width: 150px;
	}
#sidebarRight #contact .buttonSubmit {
	width: 70px;	}

/* SIDEBAR MENU */
.sidebarMenu {
	font-size: 12px;
	margin-bottom: 20px;
	}
.sidebarMenu li a {
	display: block;
	padding: 4px;
	}
.sidebarMenu ul {
	}
.sidebarMenu li {
	border-bottom: 1px dotted #222222;
	}

/* SIDEBAR TESTIMONIALS */
.sidebarTestimonials ul {
	}
.sidebarTestimonials li {
	border-bottom: 1px dotted #222222;
	color: #666666;	font-size: 8px;	font-weight: normal;	line-height: 1.5em;	margin: 8px 0;	padding: 8px 0;	}.sidebarTestimonials li h5 {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 6px;
	}.sidebarTestimonials li img {	border: 1px solid #222222;	float: left;	margin: 0 10px 2px 0;	width: 50px;	display: inline;	}


/*
--------------------------------------------------
footer
--------------------------------------------------
*/
#footer {
	color: #888888;
	font-size: 10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
	width: 940px;	}#footer p {	margin-bottom: 15px;	}#footer h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
	}
#footer ul {	list-style: none;
	margin-bottom: 10px;	}#footer li {	display: inline;	padding: 0 1px;	}
#footer a:link,
#footer a:visited {
	color: #CC0000;	font-weight: bold;	text-decoration: none;	}#footer a:hover,
#footer a:active {	color: #660000;
	}
/* FOOTER CONTACT */
#footer #contact {
	float: left;
	width: 210px;
	}
#footer #contact input {
	width: 148px;
	}
#footer #contact textarea {
	height: 50px;
	width: 148px;
	}
#footer #contact .buttonSubmit {
	width: 70px;	}
#footer td {
	font-size: 10px;
	padding-right: 4px;
	text-align: left;
	vertical-align: top;
	}
/* FOOTER ABOUT */
#footer #about {
	border-left: 1px dotted #333333;
	border-right: 1px dotted #333333;
	display: inline; /* fixes IE6 margin doubling */
	float: left;
	margin: 0 20px 0 16px;
	padding: 0 20px;
	width: 210px;
	}
/* FOOTER LINKS */
#footer #links {
	float: left;
	width: 438px;
	}


/* COMMISSIONS PAGE */#commissionOptions {
	margin: 30px 0 10px 0;
	}
#commissionOptions p {
	margin: 14px;
	}
#commissionOptions h3 {
	border: none;
	color: #FFFFFF;	font-size: 18px;	margin: 14px 14px 2px 14px;
	text-transform: capitalize;
	}
#commissionOptions h4 {
	border: none;
	color: #CC0000;	font-family: Andale Mono, monospace;	font-size: 10px;	text-transform: capitalize;
	margin: 4px 14px;
	padding: 0;
	}
.commissionsPersonal {
	background: url(../images/commissions/bg_personal.jpg) no-repeat bottom;	border: 1px solid #222222;
	float: left;
	height: 540px;
	width: 330px;
	}
.commissionsCommercial {
	background: url(../images/commissions/bg_commercial.jpg) no-repeat bottom;	border: 1px solid #222222;
	float: right;
	height: 540px;
	width: 330px;
	}


/* LINKS PAGE */
#linksColumns {
	border-bottom: 1px dotted #222222;
	margin-bottom: 30px;
	padding-bottom: 20px;
	}
#linksColumns a:link,
#linksColumns a:visited {	color: #CC0000;
	}
#linksColumns a:hover,
#linksColumns a:active {	color: #660000;
	}
.linksColumn {
	float: left;	font-size: 10px;	margin-right:10px;	width: 160px;	}
.linksColumn p {
	line-height: 1.75em;
	}
.linksColumn .section {
	color: #CC0000;
	font-size: 14px;
	margin-bottom: 10px;
	}
/* text area */.bannerCode {
	width: 458px;
	}

/* FAQ PAGE */
.faqList {
	margin-bottom: 30px;
	}
.faqList p {
	font-size: 11px;
	margin-bottom: 10px;
	}
.faqList ul {
	}	
.faqList li {
	border-left: 10px solid #222222;
	margin-bottom: 20px;
	padding-left: 20px
	}


/*** CONTACT SIDEBAR ***/.contactTable {
	margin-bottom: 20px;
	}
.contactTabletable {
	}
.contactTable td {
	padding: 0 4px 4px 0;
	text-align: left;
	vertical-align: top;
	}
.contactTable tr {
	border-bottom: 1px dotted #222222;
	}
.contactNetworks li {
	display: inline;
	margin: 0 1px 1px 0;
	}
.contactNetworks img {
	border: 2px solid #FFFFFF;
	width: 78px;
	}



/* form styles */input,
textarea {
	background-color: #DEDEDE;	border: 1px solid #FFFFFF;
	color: #000000;	font-size: 10px;
	margin-bottom: 6px;
	padding: 2px 4px;	}
input.buttonSubmit {	border: 1px solid #CC0000;	cursor : pointer;
	padding: 0;	}label {	margin: 8px 0 2px 0;	}
textarea:focus, input[type="text"]:focus {	background: #FF9999;
	border: 1px solid #CC0000;
	}
	
/* additional styles */
.margin20 {
	margin: 40px 0;
	}.note {	font-size: 9px;	}.accent {
	color: #FFFFFF;
	font-family: Andale Mono, monospace;
	}
/* image styles */.buttonBig {
	border: 2px solid #CC0000;
	}
.thumbnail {	margin-bottom: 30px;
	}.thumbnail img {	border: 1px solid #222222;
	height: 80px;	margin: 0;
	width: 60px;	}.thumbnail a:hover {	background-color: #000000;	}