/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.6em Helvetica, Arial, sans-serif;
	line-height: 1em;
	color: #333;
	margin: 1em 0px;
}

h3 {
	font: 1.5em Helvetica, Arial, sans-serif;
	line-height: 1.167em;
	margin: 1em 0px 1em 0px;
	color: #8fcf25;
	font-weight: bold;
}
h4{
	font: 1.1em Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #f2242f;
}
p{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a{
	color: #9E005D;
	text-decoration: underline;
}
a:hover{
	color: #D4145A;
}
a:visited{ 
	color:#9E005D;
}
a:active{ 
	color:#FF6699;
}

h3.price{
	margin-top: 20px;	
}

/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
/* -------------- end general glasses -------------------------------------------- */

.column{	
	float: left;
	display: inline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#page{
	width: 750px;
	margin: 30px auto;
}
#page2{
	width: 400px;
	margin: 30px auto;
}
#column1{	
	width: 200px;
	height: 1%;	
}
#column2{
	width: 340px;
	margin-left: 25px;
	height: 1%;
}
#column3{
	width: 150px;
	margin-left: 15px;
	height: 1%;
}
#flashnotice{
	margin: 20px 0px;
	padding: 5px;
	background: #8fcf25;
}
#flashnotice p{
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}