body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#nav_container {
	background-image: url(../images/bg_nav.jpg);
	width: 1000px;
	height: 100px;
	background-repeat: no-repeat;
}

#nav_content {
	padding-top: 20px;
	padding-left: 15px;
	color: #5c4a24;
}

#nav_logo {
	float: left;
	padding-right: 10px;
}

#nav_logotxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
}

#nav_links {
	float: left;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav_links ul li {
	display:block;
	float:left;
	list-style-type:none;
} 

#nav_links_normal {
	padding-right: 15px;
}

#nav_links_select {
	padding-right: 15px;
	color: #990000;
}

#nav_links a:link {
	color: #6a5d3d;
	text-decoration: none;
}

#nav_links a:visited {
	text-decoration: none;
	color: #6a5d3d;
}

#nav_links a:hover {
	text-decoration: none;
	color: #990000;
}

#nav_links a:active {
	text-decoration: none;
	color: #6a5d3d;
}

#ban_container {
	background-image: url(../images/bg_ban.jpg);
	width: 1000px;
	height: 173px;
}

#cubes_container {
	width: 1000px;
	height: 110px;
}

#cubes_content {
	padding-top: 5px;
	padding-left: 3px;
}

#cubes_highlight img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	margin-right: 4px;
}

#cubes_highlight:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	margin-right: 4px;
}

#left_container {
	width: 770px;
	float: left;
	background-image: url(../images/dot.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#left_container2 {
	width: 1000px;
	float: left;
	background-image: url(../images/dot.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#left_content {
	padding-left: 20px;
	padding-right: 20px;
}

#left_content_img {
	width: 220px;
	float: left;
}

#left_content_imgtxt {
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 10px;
}

#left_content_imggap {
	margin-bottom: 10px;
}

#hotdeals_img {
	margin-bottom: 10px;
	margin-right: 10px;
}

#left_content_txt {
	width: 510px;
	float: left;
}


#right_container {
	width: 230px;
	float: left;
}

#right_content {
	padding-left: 20px;
	padding-right: 20px;
}

#right_content li {
	list-style-image: url(../images/bullet_arrow.jpg);
	list-style-position: outside;
	margin-left: 15px;
}

#right_content_imggap {
	margin-top: 10px;
}

b {
	font-weight: normal;
}

h1 {
	font-size: 16px;
	padding-top: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#hr {
	margin-top: 20px;
}

#ul_morespace {
	line-height: 20px;
}

ul {
	list-style-image: url(../images/bullet_arrow.jpg);
	list-style-position: outside;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #333333;
}

#gotop_container {
	width: 770px;
	float: left;
	clear: left;
	height: auto;
}

#gotop_container2 {
	width: 1000px;
	float: left;
	clear: left;
	height: auto;
}

#gotop_content {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}

#btm_container {
	width: 1000px;
	height: 60px;
	padding-top: 30px;
	float: left;
}

#btm_content {
	background-image: url(../images/hr_btm.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 15px;
}

#btm_links {
	font-size: 10px;
	text-transform: capitalize;
}

#btm_links_normal {
	padding-right: 5px;
	padding-left: 5px;
}

#btm_links_select {
	padding-right: 5px;
	padding-left: 5px;
	color: #990000;
}

#btm_links a:link {
	color: #6a5d3d;
	text-decoration: none;
}

#btm_links a:visited {
	text-decoration: none;
	color: #6a5d3d;
}

#btm_links a:hover {
	text-decoration: none;
	color: #990000;
}

#btm_links a:active {
	text-decoration: none;
	color: #6a5d3d;
}

#btm_contact {
	font-size: 10px;
	padding-top: 15px;
	padding-left: 5px;
	float: left;
}

#btm_txt {
	font-size: 10px;
	padding-top: 15px;
	float: right;
}

#table_content {
	display: table;
	border-collapse: collapse;
	margin-top: 20px;
	color: #333333;
	font-size: 10px;
	float: left;
	width: 510px;
} 

#table_row {
	display: table-row;
	float: left;
}

#table_cell01{
	display: table-cell;
	width: 240px;
	height: 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background-color: #FFE1C4;
	float: left;
} 

#table_cell02{
	display: table-cell;
	width: 240px;
	height: 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background-color: #FFF2D9;
	float: left;
} 

.table {
	margin-top: 20px;
	color: #333333;
	font-size: 10px;
	width: 100%;
} 

.tr {
	width: 100%;
	margin:0
	padding:0;
}

.clear {
	clear:both;
}

.td1, .td2, .td3, .td4, .td5, .td6, .td9, .td9a, .td9a3, .td9a4, .td9a5, .td9a7, .td9h, .td9r, .td10, .td10a, .td10a3, .td10a4, .td10a5, .td10a7, .td10h, .td10r {
	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

.td7, .td8 {
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

.td1 {
	width: 14%;
	background-color: #FFE1C4;
}

.td2 {
	width: 14%;
	background-color: #FFF2D9;
}

.td3 {
	width: 33%;
	background-color: #FFE1C4;
}

.td4 {
	width: 33%;
	background-color: #FFF2D9;
}

.td5 {
	width: 16.5%;
	background-color: #FFE1C4;
}

.td6 {
	width: 16.5%;
	background-color: #FFF2D9;
}

.td7 {
	width: 50%;
	background-color: #FFE1C4;
}

.td8 {
	width: 50%;
	background-color: #FFF2D9;
}

.td9h {
	width: 18%;
	background-color: #FFE1C4;
	float: left;
}

.td9 {
	width: 9%;
	background-color: #FFE1C4;
}

.td9a {
	width: 81%;
	background-color: #FFE1C4;
}

.td9a3 {
	width: 27%;
	background-color: #FFE1C4;
}

.td9a4 {
	width: 20.28%;
	background-color: #FFE1C4;
}

.td9a5 {
	width: 16.2%;
	background-color: #FFE1C4;
}

.td9a7 {
	width: 11.5%;
	background-color: #FFE1C4;
}

.td9r {
	width: 99%;
	background-color: #FFE1C4;
}

.td10h {
	width: 18%;
	background-color: #FFF2D9;
	float: left;
}

.td10 {
	width: 9%;
	background-color: #FFF2D9;
}

.td10a {
	width: 81%;
	background-color: #FFF2D9;
}

.td10a3 {
	width: 27%;
	background-color: #FFF2D9;
}

.td10a4 {
	width: 20.28%;
	background-color: #FFF2D9;
}

.td10a5 {
	width: 16.2%;
	background-color: #FFF2D9;
}

.td10a7 {
	width: 11.5%;
	background-color: #FFF2D9;
}

.td10r {
	width: 99%;
	background-color: #FFF2D9;
}

.text {
	margin: 0;
	padding: 5px;
	width: auto;
	border: 1px solid #FFFFFF;
}

.text1 {
	margin: 0;
	padding: 5px;
	width: auto;
	height: 5em;
	border: 1px solid #FFFFFF;
}

.text2 {
	margin: 0;
	padding: 5px;
	width: auto;
	height: 4em;
	border: 1px solid #FFFFFF;
}

.text3 {
	margin: 0;
	padding: 5px;
	width: auto;
	height: 5.5em;
	border: 1px solid #FFFFFF;
}

.text4 {
	margin: 0;
	padding: 5px;
	width: auto;
	height: 9em;
	border: 1px solid #FFFFFF;
}

.text5 {
	margin: 0;
	padding: 5px;
	width: auto;
	height: 7em;
	border: 1px solid #FFFFFF;
}

#img_row {
	float: left;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}