
/*----- Basic Default Styles -----*/
body {
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #000;
	background: #2fabf2; /*margin: 5px 0 5px 50%;*/
}
a:link, a:visited {
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;	
	text-decoration: none;
	color: #000;
}
a:hover, a:active {
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	text-decoration: underline;
	color: #A03E19;
}

h1 {
font: 2.5em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;;
color: #313bb6;
font-weight: bold;
font-style: oblique;
font-stretch: semi-expanded;
}

h3 {
	color: #A03E19;
	font: 1.6em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	margin: 0;
	text-transform: lowercase;
}


ul.tips li {
margin: 10px 0 0 20px;
font-size: 1.2em;
color: #A03E19;}

/*----Layout-----*/
#container {
	position: relative;
	width: 950px;
	background: #fff url(images/header3.jpg) no-repeat top left;
	margin: 0 auto;
	border: 5px solid #fc0;
}

/* ----Header - just provides space---- */
#header {
	height: 350px;
}
#header span {
	display: none;
}

/*----- Content----- */
#content {
	margin-top: 10px;
	width: 680px;
	margin-left: 250px;
	color: #42443A;
	padding-bottom: 20px;
	min-height: 600px; /*To make room for navigation*/
}

#content p {
font-family: Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 1.2em;
font-weight: normal;
line-height: 1.6em;
}

#content p.center {
font-family: Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 1.2em;
font-weight: normal;
line-height: 1.6em;
text-align: center;
}

#content a:link, #content a:visited {
	color: #42443A;
}
#content a:hover, #content a:active {
	color: #42443A;
}

#content img.right {
float: right;
margin: 10px 15px;
border: 1px solid #000;
padding: 3px;
}

#content img.left {
float: left;
margin: 0px 15px 10px 0;
border: 1px solid #000;
padding: 3px;
}

#content dl {
list-style: disc;
}

#content dt {
font-size: 1em;
font-weight: bold;
line-height: 1.2em;
margin: 6px 0 0 0;
}

#content dd {
margin: 0 0 0 10px;
font-size: 1.1em;
font-weight: normal;
line-height: 1.2em;
}

#content dd a:link, #content dd a:visited {
color: #00c;
}

#content dd a:hover {
color: #900;
}

#content p.note {
font-size: 0.9em;
line-height: 1em;
border: 1px solid #000;
padding: 8px;
}

#content img.base {
border: 0;
padding: 10px;
}

/*----- Nav Panel -----*/
#container #nav {
	position: absolute;
	left: 18px;
	top: 310px;
	width: 198px;
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
}
#nav h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#nav h3 span {
	display: none;
}

/* left header images */
#nav h3.select {
	background: url(images/navigation.gif) no-repeat top left;
	height: 18px;
}

#nav ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background: url(images/nav_footer1.gif) no-repeat bottom left;
}
#nav ul li {
	padding: 5px 10px 5px 10px;
	background: /*url(images/nav_li_bg.png) bottom left*/ #f2dfb8;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
/* li:hover style... have to replace the BG so the color will show up. */
#nav ul li:hover {
	background: #44a8f5; /*#033;*/
	color: #FFF;
}
/* bunch of crazy styles... so IE will still look ok when it
   doesn't parse :hover. */
#nav #lselect {
	color: #666;
}
#nav ul li a {
	/* this would be block, save for the nbsp at the end of the
		link for "accessibility" purposes. :P */
	display: inline;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
}
#nav #lselect ul li a {
	font: 1.2em Arial, "Trebuchet MS", Verdana;
	display: block;
	color: #000;
	text-transform: lowercase;
}

.def span a:hover, #nav #lselect ul li a:hover {
	color: #fff;
}


#nav ul li a span.def {
	display: inline;
	font: 0.8em Arial, "Trebuchet MS", Verdana;
	color: #5d2fb2;
	text-transform: none;
	text-decoration: none;
}

#nav ul li:hover a span.def {
color: #fff;
}


/* if the browser doesn't read the :hover pseudoclass, this
	shouldn't render and the text shouldn't change color */
#nav ul li:hover a, #nav #lselect ul li:hover a {
	color: #FFF;
}

#footer { 
	position: relative; 
	width: 950px;
	height: 91px;
	background: #fff url(images/footer2.jpg) no-repeat top left;
	padding: 0;
	margin: 0;
}
#footer p {
padding: 0;
text-align: center;
}

#footer p.footer_contacts {
font-size: 1.4em;
line-height: 1.5em;
}


#footer p.conform {
text-align: right;
padding: 35px 6px 0 0;
margin: 0 0 0 0;
}

#footer p.conform a {
padding: 0 14px;
color: #ddd;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #033;
	text-decoration: underline;
}


#content div.price {
padding: 0;
margin: 0;
display: block;
float: right;
background: url(images/price_splash.gif) no-repeat top center;
width: 180px;
height: 170px;
}

#content div.price p {
color: #fff;
font-size: 16px;
font-weight: bold;
font-style: italic;
font-family: serif;
padding: 15px 20px 20px 20px;
text-align: center;
}

#content div.price p span.price_price {
font-size: 32px;

}

.clear {
clear: both;}


blockquote {
  background: transparent url(images/post.png) 15px 5px no-repeat;
  
}

blockquote div {
padding: 30px 65px;
background: transparent url(images/quoteright.png) bottom right no-repeat;
border: 1px solid #d1d2f4;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;

}


/*---------------Gallery--------------*/
#gallery {
float: left;
display: block;
}
