/**** RESET ****/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**** END OF RESET ****/


/**** OVERALL ****/
body {
	background-color:#000;
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
}

#warper1 {
	height:441px;
	width:940px;
	margin:0 auto;
	background:url(../m_images/bkgd_1.jpg) no-repeat;
	overflow:hidden;
}

#warper2 {
	width:100%;
	min-height:300px;
	background:#000 url(../m_images/bkgd_2_gradient.jpg) repeat-x;
}
#warper3 {
	height:20px;
	width:770px;
	margin:0 auto;
	overflow:hidden;
	color:#ccc;
}

#warpertop {
	padding-left:85px;
	height:75px;
}

#warperslideshow {
}
#warpertablecta {
	width:770px;
	margin:0 auto;
}

a {text-decoration:none; color:#fff;}
a:hover {text-decoration:underline;}

.arrowButton {
	padding-left:16px;
	background:url('../m_images/arrowR2.gif') no-repeat left;
	cursor:pointer;
	color:#999;
	margin-right:10px;
}
.arrowButton:hover {
	color:#fff;
}

/**** END OF OVERALL ****/

#slideshow {
	width:940px;
	height:367px;
	overflow:hidden;
}
#slideshow img{
	width:940px;
	height:367px;
	overflow:hidden;
}
#tablecta {
	width:810px;
	margin:0 auto 0 17px;
}
#tablecta td {
	width:33%;
	padding:162px 20px 20px;
	cursor:pointer;
}
#tablecta td.espresso 			{ background:url('../m_images/cta_espresso.png') 		no-repeat; }
#tablecta td.espresso:hover 	{ background:url('../m_images/cta_espresso_on.png') 	no-repeat; }
#tablecta td.pdf 				{ background:url('../m_images/cta_pdf.png') 			no-repeat; }
#tablecta td.pdf:hover 			{ background:url('../m_images/cta_pdf_on.png') 			no-repeat; }
#tablecta td.contact 			{ background:url('../m_images/cta_contact.png') 		no-repeat 20px 0px; }
#tablecta td.contact:hover 		{ background:url('../m_images/cta_contact_on.png') 		no-repeat 20px 0px;}

#tablecta td h2		 			{ color: #999; margin-bottom:15px; font-size:12px; line-height:16px;}

#tablecta td.contact a 			{ display:block; margin-bottom:5px; }





.formbox {
	padding-top:50px;
	padding-bottom:15px;
	line-height:17px;
	display:none;
}
.formbox p {
	margin-bottom:15px;
}
.formbox strong {
	font-size:130%;
	color:#f60;
}
.formbox h2 {
	font-size:20px;
	margin-bottom:50px;
}
.formbox table {
	width:100%;
	margin-bottom:50px;
}
.formbox table td {
	text-align:left;
	padding:3px 15px;
	vertical-align:top;
	color:#ccc;
}
.formbox table input, .formbox table textarea {
	width:100%;
	background-color:#111;
	border:solid 1px #666;
	color:#fff;
	padding:2px;
}
.formbox table textarea {
	height:120px;
}
.formbox td.submitcol {
	text-align:right;
	padding-right:10px;
}
.formbox input.submit {
	width:auto;
	padding:4px 15px;
	cursor:pointer;
}
.formbox p.results {
	display:none;
}
.formbox .emailconfirm {
	display:none;
}