body {
	background-color: #FFFFFF;
	margin: 0px;
}

#container {
	width: 950px;
	margin: 0 auto;
}

/* BANNER */

#banner {
	position: relative;
	float: none;
	height: 113px;
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../images/css/banner_r1_c1.gif);
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #A6313F;
}

.telephone {
	position: relative;
	float: right;
	height: 35px;
	width: 476px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px 0 0 0;
}
.chrysanyo {
	position: relative;
	float: left;
	height: 37px;
	width: 948px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #999999;
	text-decoration: none;
	padding: 13px 0 0 10px;
}
.chrysanyo strong {
	font-size: 40px;
	color: #A6313F;
	font-weight: bold;
}

/* NAVIGATION */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.navi{
	position: relative;
	padding: 0 0 0 3px;
	margin: 0 auto 0 auto; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(../images/css/banner_r2_c1.gif);
	background-repeat: repeat-x;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #A6313F;
}

.navi li{
	float:left;
}

.navi li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 21px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.navi li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.navi li.current a, .navi li a:hover{
	color: #000000;
	background: url(../images/css/navi_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.navi li.current a b, .navi li a:hover b{
	color: #000000;
	background: url(../images/css/navi_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* CONTENT */

#page {
	position: relative;
	float: left;
	height: 100%;
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../images/css/background_page.jpg);
	border-width: 0 1px 1px 1px;
	border-color: #A6313F;
	border-style: solid;
}

#page_prices {
	position: relative;
	float: left;
	height: 100%;
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0 1px 1px 1px;
	border-color: #A6313F;
	border-style: solid;
}

.text_area {
	position: relative;
	float: right;
	width: 475px;
	margin: 20px;
}

.text_area li {
	list-style-image: url(../images/css/li.gif);
	list-style-type: square;
	padding: 0 0 10px 0;
	list-style-position: outside;
}

.text_area_prices {
	position: relative;
	float: right;
	width: 908px;
	margin: 20px;
	text-align:center
;
}

/* CONTENT FORMATTING */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #999999;
	text-decoration: none;
	margin: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #A6313F;
	text-decoration: none;
	margin: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	text-decoration: none;
	margin: 20px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A6313F;
	text-decoration: none;
	margin: 20px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	margin: 20px;
}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	padding: 0 20px 0 20px;
}
img {
	border: none;
}

a {
	text-decoration: none;
	color:#A6313F;
}

a:hover {
	color:#FF0000;
}

hr {
	color: #999999;
	margin: 0 20px 0 20px;
	height: 1px;
}

.special_offer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.special_offer strong {
	font-size: 27px;
	color: #A6313F;
}
.names {
	color: #666666;
	text-align: right;
	font-style: italic;
}

/* LINKS */

#links {
	position: relative;
	float: left;
	height: 70px;
	width: 948px;
	background-image: url(../images/css/background_links.jpg);
	background-repeat: repeat;
	border: 1px solid #A6313F;
	margin: 1px auto 0 auto;
}
.links_logos {
	margin-left: 48px;
}

/* FOOTER */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	background-color: #A6313F;
	float: left;
	height: 20px;
	width: 928px;
	position: relative;
	border: 1px solid #A6313F;
	margin: 1px 0 0 0;
	padding: 4px 10px 0 10px;
	font-size: 11px;
}

.left_footer {
	color: #FFFFFF;
	width: 454px;
	text-align: left;
	float: left;
}

.right_footer {
	color: #FFFFFF;
	width: 454px;
	text-align: right;
	float: right;
}

a.footer {
	color: #FFFFFF;
}

a.footer:hover {
	color: #000000;
}
