/* CSS Document */
body {
	margin-top:  0px;
	
}
html {
	background-image:  url(images/bg.gif);
	background-repeat:  repeat-x;
	background-color:  #CCCC99;
}
.logo {
	background-image:  url(images/logo.gif);
	background-repeat:  no-repeat;
}
.headerTop {
	background-image:  url(images/header_top.jpg);
	background-repeat:  no-repeat;
}
.headerBot {
	background-image:  url(images/header_bot.jpg);
	background-repeat:  no-repeat;
}
.headerBTop {
	background-image:  url(images/candles_top.jpg);
	background-repeat:  no-repeat;
}
.headerBBot {
	background-image:  url(images/candles_bot.jpg);
	background-repeat:  no-repeat;
}
.headerCTop {
	background-image:  url(images/header2_top.gif);
	background-repeat:  no-repeat;
}
.headerCBot {
	background-image:  url(images/header2_bot.gif);
	background-repeat:  no-repeat;
}
.pageHead {
	padding-left: 10px;
}
.mainTable {
	background-image:  url(images/sp_yellow.gif);
	background-repeat:  repeat;
	border-left:  solid 1px #cc3300;
	border-right: solid 1px #cc3300;
}
#nav_main {
	font-family:  "Times New Roman", Times, serif;
	margin: 0;
	padding: 20px 0 10px 400px;
	font-size:  14px;
	text-transform: capitalize;
	text-align: right;
}
#nav_main ul, #nav_main li {
	color: #cc3300;
	display:  inline;
	margin:  0px;
	padding:  0 0 0 5px;
	list-style-type:  none;
}
#nav_main a:link, #nav_main a:visited {
	float: left;
	line-height: 14px;
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #cc3300;
}
#nav_main a:link #current, #nav_main a:visited #current, #nav_main a:hover {
	color: #660000;
}

.content {
	font-family:   "Times New Roman", Times, serif;
	color:  #333333;
	line-height:  20px;
	padding:  20px;
	font-size:  14px;
}
h1 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3300;
	font-variant:  small-caps;
	font-style:  italic;
	letter-spacing: 2px;
}
.priceTable {
	background-color:  #FFFFFF;
	border:  1px solid #CC3300;
 	padding: 10px;
}

.priceTableTxt {
	font-family:  "Times New Roman", Times, serif;
	font-size:  16px;
}
hr {
	width:  90%;
	color:  #CC3300;
	height:  1px;
}
.feedBack {
	font-style:  italic;
}
.tagLine {
	font-size:  18px;
	color:  #CC3300;
	font-style: italic;
	text-align:  center;
	padding:  10px;
	line-height:  22px;
}
.tagLine a{
	color:  #CC3300;
	text-decoration: none;
}

.tagLine a:link{
	color: #CC3300
	text-decoration: none;
}

.tagLine a:visited{
	color:  #663300;
	text-decoration: none;
}

.tagLine a:hover{
	color:  #CC3300;
	text-decoration: underline;
}
.footer {
	background-image:  url(images/bg_footer.gif);
	font-size:  12px;
	color:  #FFFFFF;
	text-align:  center;
	padding:  5px;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:link {
	color:  #FFFFFF;
	text-decoration:  none;
}
a:visited{
	color:  #000000;
	text-decoration: none;
}

a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}
