/* ---- Remove all default padding and formatting of elements ---- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; 
	padding : 0; 
	}

h1, h2, h3, h4, h5, h6 { 
	font-size : 100%; 
	}

ol, ul { 
	list-style : none; 
	}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style : normal;
	font-weight : normal; 
	}

table { 
	border-collapse : collapse; 
	border-spacing : 0;
	}

fieldset, img { 
	border : 0;
	}

th, caption {
	text-align : left;
	}

q:before, q:after {
	content :'';
	}


/* ---- Global Settings for Body and Background ---- */

body {
	background: url(../images/bg_global.gif);
	text-align:center;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

#container {
	position: relative;
	width:997px;
	margin:0px auto;
	text-align:left;
	}

#masthead {
	width: 997px;
	height: 250px;
	z-index: 4;
	}

#intro {
	position: absolute;
	top: 218px;
	left: 58px;
	z-index: 1;
	}
	
#content, #content_tool, #content_offers {

	background: url(../images/center_tile.gif) repeat-y;
	width: 997px;
	padding: 50px 0px 25px 0px;
	}

#bottom {
	width: 997px;
	height: 37px;
	}

#utility {
	position: relative;
	background: url(../images/utility_nav_bg.gif) no-repeat;
	width: 997px;
	height: 43px;
	margin-top: 5px;
	}

#footer {
	position: relative;
	background: url(../images/footer_bg.png) no-repeat;
	width: 997px;
	height: 213px;
	}

/* ---- Text and Table Styles ---- */

#content h1 {
	padding-left: 170px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	}

#content h2 {
	padding-left: 170px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 13px;
	}
	
#content p {
	padding-left: 170px;
	padding-right: 215px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	}

#content_tool h1 {
	padding-left: 385px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	}

#content_tool p {
	padding-left: 385px;
	padding-right: 215px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	}

#content_offers h1 {
	padding-left: 385px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	}

#content_offers p {
	padding-left: 385px;
	padding-right: 215px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	}
	
#offers_table {
	margin-left: 170px;
	width: 650px;
	margin-bottom: 15px;
	}

#offers_table td {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 18px;
	padding: 3px 0px 3px 0px;
	}

#offers_table2 {
	margin-left: 385px;
	width: 420px;
	margin-bottom: 15px;
	}

#offers_table2 td {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 18px;
	padding: 3px 0px 3px 0px;
	}
	
a:link, a:active, a:visited {
	color: #00381C;
	text-decoration: underline;	
	}

.italic {
	font-style:italic;
	}

/* ---- Main Navigation ---- */

#nav {
	position: absolute;
	top: 248px;
	left: 175px;
	height: 56px;
	width: 618px;
	}
	
#nav li {
	float: left;
	display: block; 
	clear: none;
	}
	
#nav li a {
	display:block;
	}

#nav li em {
	display: none;
	}
	
#nav li.about {
	background:url(../images/about.gif) 0px -28px no-repeat;
	}

#nav li.about a {
	width: 193px;
	height: 28px;
	background:url(../images/about.gif) top left no-repeat;
	}

#nav li.about a:hover {
	width: 193px;
	height: 28px;
	background:none;
	}

#nav li.toolbox {
	background:url(../images/toolbox.gif) 0px -28px no-repeat;
	}

#nav li.toolbox a {
	width: 193px;
	height: 28px;
	background:url(../images/toolbox.gif) top left no-repeat;
	}

#nav li.toolbox a:hover {
	width: 193px;
	height: 28px;
	background:none;
	}

#nav li.offers {
	background:url(../images/offers.gif) 0px -28px no-repeat;
	}

#nav li.offers a {
	width: 193px;
	height: 28px;
	background:url(../images/offers.gif) top left no-repeat;
	}

#nav li.offers a:hover {
	width: 193px;
	height: 28px;
	background:none;
	}

.pad {
	margin-left: 19px;
	}




/* ---- Utility Navigation ---- */


#utility_nav {
	position: absolute;
	top: 15px;
	left: 734px;
    height: 105px;
	width: 167px;
	}
	
#utility_nav li {
	float: left;
	display: block; 
	clear: none;
	}
	
#utility_nav li a {
	display:block;
	}

#utility_nav li em {
	display: none;
	}
	
#utility_nav li.contact {
	background:url(../images/contact_us.gif) 0px -20px no-repeat;
	}

#utility_nav li.contact a {
	width: 105px;
	height: 20px;
	background:url(../images/contact_us.gif) top left no-repeat;
	}

#utility_nav li.contact a:hover {
	width: 105px;
	height: 20px;
	background:none;
	}

#utility_nav li.faq {
	background:url(../images/faq.gif) 0px -20px no-repeat;
	}

#utility_nav li.faq a {
	width: 44px;
	height: 20px;
	background:url(../images/faq.gif) top left no-repeat;
	}

#utility_nav li.faq a:hover {
	width: 44px;
	height: 20px;
	background:none;
	}


/* ---- Footer Navigation ---- */

.back {
	padding-top: 20px;
	padding-left: 353px;
	width: 294px;
	height: 18px;
	}

/* ---- Toolbox Sub Navigation ---- */

#toolbox_nav_bg {
	position: absolute;
	top: 310px;
	left: 80px;
	width: 170px;
	height: 121px;
	background: url(../images/toolbox_nav_bg.gif) no-repeat;
	z-index: 3;
	}

#toolbox_nav {
	padding: 18px 0px 0px 15px;
	width: 125px;
	height: 73px;
	}

#toolbox_nav li {
	height: 16px;
	}

	
/* ---- Toolbox Section - Artwork Page ---- */


.thumbDisplay {
	width: 380px;
	padding-left: 385px;
	}

.thumb {
	float: left;
	width: 50%;
	padding-bottom: 15px;
	}

.thumb dl {
	font-family: "lucida grande";
	color: #333;
	font-size: 11px;
	line-height: 14px;
	display: block;
	margin: 0;
	padding: 0;
	}

.thumb dl a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	}

.thumb dl a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

.thumb dt {
	margin: 0;
	padding: 0;
	}

.thumb dd {
	margin: 0;
	padding-top: 15px;
	}

.clear {
	clear: both;
	}

/* ---- Toolbox Section - Photos Page ---- */


.photoDisplay {
	width: 380px;
	padding-left: 385px;
	}

.photothumb {
	float: left;
	width: 33%;
	padding-bottom: 15px;
	}

.photothumb dl {
	font-family: "lucida grande";
	color: #333;
	font-size: 11px;
	line-height: 14px;
	display: block;
	margin: 0;
	padding: 0;
	}

.photothumb dl a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	}

.photothumb dl a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

.photothumb dt {
	margin: 0;
	padding: 0;
	}

.photothumb dd {
	margin: 0;
	padding-top: 15px;
	}

.clear {
	clear: both;
	}


/* ---- Group Offers Sub Navigation ---- */

#offers_nav_bg {
	position: absolute;
	top: 310px;
	left: 80px;
	width: 170px;
	height: 141px;
	background: url(../images/offers_nav_bg.gif) no-repeat;
	z-index: 3;
	}

#offers_nav {
	padding: 18px 0px 0px 15px;
	width: 125px;
	height: 73px;
	}

#offers_nav li {
	height: 16px;
	}


/* ---- Email Builder Form ---- */

#mn-container {
	margin-left: 385px;
	}

#mn {
	width:350px;
	}


.form-row {
	clear:both;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	padding:6px 0 12px 0;
	}

.txt {
	width:300px;
	}

.txt-area {
	height:80px;
	}


.LV_validation_message {
	display:block;
	font-style:italic;
    margin:0 0 0 5px;
	}

	
#alert {
	border:solid 1px red;
	background:#ffffff;
	padding:4px;
	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
}

#alert ul {
	list-style:disc;
	margin:10px;
}

#alert ul li {
	margin-left:5px;
	padding-bottom:4px;
}


#confirmation {
	border:solid 1px green;
	background:#ffffff;
	padding:4px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
}

/* Form styles */
div.form-container { margin: 10px; padding: 5px 0 0 150px; width: 650px; }

p.legend { margin-bottom: 1em; font-size: 13px; }
p em { color: #C00; font-style: normal; }

div.form-container form p { margin: 0; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: 1px solid black; }
div.form-container form legend { font-weight: bold; font-size: 13px; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label.label { font-size: 13px; margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-style: normal; color: #C00; }
div.form-container .labelOption {font-size:13px;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }

