* {margin: 0;
   padding: 0;
}

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%;
	font-family: Helvetica, "Arial", Times, serif;
}

#total {
	background-image: url(images/body_tile.png);
	background-repeat: repeat-y;
	width:1104px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 1104px;
	font-size: 1.2em;
}

#left {
	background-image: url(images/left_bg.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 275px;
}

#right {
	background-image: url(images/right_bg.jpg);
	float: left;
	width: 740px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#rotator{
	width:300px;
	display: block;
	float:left;
	height:500px;
	margin-right:20px;
	background-color:#FFFFFF;
}

#middle{
	width:410px;
	float:left;
	background-color:#FFFFFF;
	text-align: justify;
	line-height: 14pt;
} 

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 674px;
	padding-left: 430px;
	padding-top: 28px;
	text-align: center;
	clear: both;
}

#navcontainer { 
	width: 150px;
	margin-top: -40px;
	}

#navcontainer ul {
	margin-left: 55px;
	list-style-type: none;
	font-family: Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	font-size: 15px;
}

#navcontainer a:link, #navlist a:visited {
	color: #b0b0b0;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover {
	color: #981300;
	background-image: url(images/bullet_hover.png);
	background-repeat: no-repeat;
}
#navcontainer ul li#active a {
	color: #981300;
	background-image: url(images/bullet_hover.png);
}

p {margin-bottom: 15px;
   margin-top: 15px;}

h1 {
	text-align: center;
	margin-top: -55px;
	font-family: "Arial", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: "Arial", Times, serif;
	font-style: italic;
	color: #9BA46D;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	font-family: "Arial", Times, serif;
	color: #b0b0b0;
	font-size: 1.5em;
	margin-bottom: 10px;
}

h4 {
	text-align: left;
	font-family: "Arial", Times, serif;
	font-style: normal;
	color: #981300;
	font-size: 1.3em;
	margin-left: 60px;
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #888888}
a:visited {color: #888888}
a:hover {color: #981300}
a:active {color: #981300}

.price {
	width: 450px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 100%/100% Helvetica, Helvetica, sans-serif;
}
.price li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
.price strong {
	background: #fff;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
.price em {
	background: #fff;
	padding: 0 0 0 5px;
	font: 110%/100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: -.2em;
	right: 0;
}
.price sup {
	font-size: 75%;
	color: #666;
	margin-left: 3px;
}


/* style 2 *************/
.style2 li {
	border-bottom: dashed 1px #000;
}

/* style 3 *************/
.style3 li {
	background: url(images/diagonal.gif) repeat-x left bottom;
	border: none;
}

/* style 4 *************/
.style4 li {
	padding: 0 0 2.3em 0;
	background: url(images/circle.gif) repeat-x left bottom;
	border: none;
}


.credits {
	color: #999;
	font: 100% Georgia, "Times New Roman", Times, serif;
}


