/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline:			0;
	font-weight: 		inherit;
	font-style: 		inherit;
	font-size: 			14px;
	font-family: 		Tahoma, Verdana, sans-serif;
	vertical-align: 	baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 		1.6em;
	color: 				#666;
	background: 		#fff;
	font: 				Tahoma, Verdana, sans-serif;
}
ol, ul {
	list-style: 		none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: 	separate;
	border-spacing: 	0;
}
caption, th, td {
	text-align: 		left;
	font-weight: 		normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: 			"";
}
blockquote, q {
	quotes: 			"" "";
}

/* 
----------------------------------------------------------------------------- 
BASIC TEXT STYLES
-----------------------------------------------------------------------------*/
p {
	font-size:			14px;
	line-height:		1.6em;
}
dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img
{
	margin-bottom: 		1.0em;
}
h3 {
	font-size:			1.8em;
	color:				#111f50;
}
a {
	color: 				#3488dc;
}
a:hover {
	color: 				#5fa4e9;
	text-decoration:	underline;
}

/* 
----------------------------------------------------------------------------- 
CLEAR ELEMENTS THAT MAY CONTAIN FLOATS
-----------------------------------------------------------------------------*/
.content:after,
.row:after,
.memberLogin:after
{
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
	clear:					both;
	height:					0px;
	font-size: 				0px;
	line-height: 			0px;
}

/*
----------------------------------------------------------------------------- 
BASIC POSITIONING AND LAYOUT
-----------------------------------------------------------------------------*/

.landing {
	background:			url(/dmanmedia/images/design/landingBodyBkgd.jpg) repeat-x top;
	color: 				#626262;
}
.sales {
	background:			url(/dmanmedia/images/design/salesBodyBkgd.jpg) repeat-x top;
	color: 				#626262;
}
.container {
	width:				780px;
	position:			relative;
	margin:				0 auto;
}
.content {
	position: 			relative;
	width:				780px;
	margin:				0 auto;
	padding-top:		45px;
}
.footer {
	clear:				both;
	width:				780px;
	padding-top:		30px;
}
.footer ul {
	background: 		#e9f2fd;
	color: 				#3488dc;
	padding: 			10px 20px;
}
.footer li{
	display:			inline;
	text-transform:		uppercase;
	font-size:			12px;
	border-right:		1px solid #184ed3;
	padding:			0 15px 0 15px;
}
.footer li a {
	font-size:			12px;
}
.footer li.first {
	padding-left:		0px;
}
.footer p {
	margin-left:		15px;
	font-size:			11px;
}
/*
----------------------------------------------------------------------------- 
LANDING PAGE
-----------------------------------------------------------------------------*/
.banner {
	position:			relative;
	width:				760px;
	height:				338px;
	margin:				20px auto 30px auto;
	background:			url(/dmanmedia/images/design/landingBanner.jpg) no-repeat;
}
.banner h1 {
	float:				left;
	text-indent:		-5000px;
	overflow:			hidden;
}
.banner p.button a {
	display:			block;
	position:			absolute;
	text-indent:		-5000px;
	overflow:			hidden;
	top:				245px;
	left:				0px;
	width:				295px;
	height:				40px;
}
.mainText {
	float:				left;
	width:				380px;
	padding-left:		20px;
}
.mainText .firstP {
	margin-bottom:		0px;
}
/* 
----------------------------------------------------------------------------- 
INLINE IMAGES
-----------------------------------------------------------------------------*/
.inlineImage {
	text-align: center;
	font: normal 1.0em Tahoma, Verdana, sans-serif;
	color: #999;
}
.inlineImage img {
		padding: 3px;
		border: 1px solid #ccc;
}
.noStyle img {
	padding: 0;
	border: 0 none;
}
.right {
	float: right;
	margin: 1.3em 0 0 2em;
}
.left {
	float: left;
	margin: 1.3em 2em 0 0;
}
.leftHang {
	float: left;
	margin: 1em 2em 0 -20px;
}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/*
----------------------------------------------------------------------------- 
LOGIN LAYOUT
-----------------------------------------------------------------------------*/

.memberLogin {
	padding: 			4px 0;
	height:				43px;
	font: 				Tahoma, Verdana, sans-serif;
	overflow:			hidden;
}
.memberLogin p
{
	float: 				left;
	font: 				Tahoma, Verdana, sans-serif;
	font-size:			95%;
	line-height:		1.2em;
	margin: 			4px 12px 0 0;
	color: 				#666;
}
.memberLogin a
{
	color: 				#666;
	text-decoration:	underline;
}
.memberLogin a:hover
{
	color: 				#999;
}
.memberLogin form fieldset
{
	padding: 			4px 3px 4px 4px;
}
form#login fieldset {
	float:				right;
	width:				400px;
}
input.btn {
	float:				right;
	margin:				0 0 0 4px;
}
input#account_email, input#account_password
{
	float:				right;
	width: 				140px;
	height:				14px;
	color:				#666;
	padding: 			6px 6px 5px 6px;
	margin-right:		4px;
	border:				1px solid #f9d5bc;
}
.memberLogin form .p
{
	width: 				200px;
	padding: 			0 7px 0 0;
}
.memberLogin form span
{
	border-color: 		#363636;
}
/*
----------------------------------------------------------------------------- 
FIRST TIME AND RETURNING LOGIN
-----------------------------------------------------------------------------*/
.signIns {
	float:				right;
	width:				320px;
	padding-right:		20px;
}
.signInBox {
	margin-bottom:		18px;
	padding:			33px;
	background:			#fffce6 url(/dmanmedia/images/design/signInBkgd.jpg) repeat-x bottom;
}
.signInBox h3 {
	font-size:			21px;
	color:				#d05603;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0 0 5px 0;
}
input#referralFirstTimeInput.formField, input#returningEmailInput.formField {
	float:				left;
	font-size:			1em;
	color:				#666;
	width:				170px;
	height:				22px;
	margin:				5px 3px 0 0;
	padding:			4px 5px;
	border:				1px solid #f9d5bc;
}
input.bt {
	float:				right;
	margin:				3px 0 0 0;
}
