/* -- Init styles -- */
/* By http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

body 
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul 
{
	list-style: none;
}

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

caption, th
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
} 

/* -- EOF: Init styles -- */

body, td, div, span, input, textarea, select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.1;
}

td, th
{
vertical-align:top;
}
img
{

}
strong
{
	font-weight:bold;
}

div#main
{
	position:absolute;
	width:599px;
	left:50%;
	margin-left:-299px;
}

div#menu
{
	border:1px solid #999;
}

div#content
{
	border-left:1px solid #999;
	border-right:1px solid #999;
	min-height:460px;
}

div#footer
{
	border:1px solid #999;
}

div#footerHome
{
	border-top:1px solid #999;
}

div#switch
{
	margin-left:520px;
}

div#contentSpacer
{
	padding:14px;
	padding-top:12px;

}

a, a:visited, a:hover
{
	color:black;
}

div.imgTitle
{
	font-size:10px;
	margin-bottom:15px;
	margin-top:2px;
}

h1.orderForm
{
	font-weight:bold;
	font-size:16px;
	padding-top:14px;
	padding-bottom:10px;
}

table.orderForm
{
	
}

table.orderForm td
{
	padding-top:4px;
	padding-bottom:4px;
}

div.errorMsg
{
	color:red;
margin-top:2px;
}

input.text, textarea.textarea
{
	width:530px;
	border:1px solid #999;
}

textarea.textarea
{
	height:40px;
}

select.dropdown
{
	border:1px solid #999;
	width:205px;
}

input.button
{
	background-color:#EEEEEE;
	border:1px solid #999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	width:auto;
}
