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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;

	color:#4d4d4d;

}

body {
	line-height: 1.3em;
	font-size: .8em;
}
ol, ul {
	list-style: none;
	margin-bottom: 10px;
}
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 {
}
.errorBlock {
	padding:4px;
	color:#FFF;
	background-color:#F00;
	font-size: 10px;
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.gold {
	color:#c5b176;
	}
	
	
p {
	margin:0px 0px 10px 0px;
	padding:0px;
}

h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	color:#054075;
	font-weight:normal;
	margin:15px 0px 10px 0px;
}

h1 a {
	color:#054075;
	text-decoration:none;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	color:#054075;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
p a {
	color:#ee1c24;
}

ul {
	padding-left: 20px;
	list-style:disc;
}

li {
	padding-bottom: 3px;
}

.grey {
	color:#CCC;	
}

.clear {
	clear:both;	
}
.smaller {
	font-size: .8em;	
}
.smallHomeBlock {
	position: relative;
	margin-right: 22px;
	float:left;
}
.tallHomeBlock {
	position: relative;
	margin-right: 22px;
	float:left;
}
.smallHomeBlockPrice {
	background-color:#ee1d23;
	padding:5px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFF;
	font-weight:bold;
}

.smallHomeBlockPrice .price {
	font-size: 1.8em;
	line-height: 1.1em;
	color:#FFF;
}


#mainbodytemp {
	padding:20px;	
}


.orderRow {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
.row200 {
	width:200px;
	float:left;
}
