/*Reset Styling*/
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,
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, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End default reset styling */
body {
	background-color: #fff;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-imasge: url(../images/bg2.gif);
	background-repesat: repeat-x;
	background-posistion: top left;
	color: #000;
}
p{
	font-size: 1em;
	line-height: 1.7em;
	margin: 1em 0em 0em 0em;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
fieldset {
	border: 1px dashed #000;
	padding: 0px 0px 10px 10px;
	width: 320px;
}
Legend {
	background-color: #000;
}
.errors{
	color: Red;
	font-size: 0.8em;
}
#page{
	widtsh: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#logo {
     position: absolute;
	  top: 20px;
	  left:10px;
}
#copy {
	position: absolute;
	top: 10px;
	left: 300px;
	font-size: 0.8em;
	color: #000;
}
#contact {
	position: absolute;
	top: 50px;
	left: 300px;
}
#contact a{
	color: #000;
	text-decoration: none;
}
#contact a:hover {
	color: #de5d67;
}
#PrimNav {
   display: none;
}

#SecNav li{
      display: none;
}

#content {
	position: relative;
	top: 150px;
	left: 30px;
	width: 770px;
}
#PrimCol{
	width: 68%;
	float: right;	
}
#PrimCol h1 {
	font-size: 2.8em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#PrimCol h2 {
	font-size: 2.2em;
	margin: 40px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
	width: 270px;
	line-height: 58px;
	background-imsage: url(../images/h2bg.gif);
	background-repseat: no-repeat;
	background-posistion: top left;
	backgrosund-color: #de5d67;
}
#PrimCol h3 {
	font-size: 2em;
	margin: 40px 0px 5px 0px;
	padding: 30px 0px 0px 0px;
	border-top: 3px solid #de5d67;
}
#PrimCol p {
	line-height: 1.7em;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#SecCol{
	width:30%;
	float: left;
	display: inline;
}

#SecCol>a {
    display: none;
}
#SecCol img{
	padding-top: 100px;
}
#lowerText{
	clear: both;
	padding-top: 10px;
}
#lowerText ul, #PrimCol ul {
	 list-style: disc;
	 margin: 20px 0px 20px 40px;
	 line-height: 1.7em;
}
.price {
	font-size: 2.0em;
	font-weight: bold;
	display: block;
}
#submenu ul {
   display: none;
	position: fixed;
	top: 350px;
	left: 120px;
	text-transform: uppercase;
}
#submenu li {

	padding: 5px;
}
#footer {
    display: none;
   clear: both;
	text-align: right;
   margin-top: 0px;	
}
#footer ul {
	padding-top: 50px;
	display:  inline-block;
}
#footer li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}
#footer a {
    text-transform: uppercase;
	 color: #fff;
	 text-decoration: none;
}
#footer a:hover {
	color: #d3505a;
}
#smallNav{
	display:none;
}
.NoPrintDisplay {
	display: none;
}