/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	padding: 30px 0px;
	background: url(../images/homepage05.gif) no-repeat 0% 65%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	font-size: 20px;
}

h3, .text1 {
	margin-bottom: 9px;
	padding: 0px;
	color: #FFBA00;
	font-family: "Time New Roman", serif;
	font-variant: normal;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F2D5C8;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
}

/** MENU */

#menu {
	height: 213px;
	padding-top: 32px;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 184px;
	height: 25px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #FF8A00;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 13px;
	background: url(../images/homepage03.gif) no-repeat left bottom;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(../images/homepage08.jpg) no-repeat center top;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
}

/** PAGE */

#page {
	background: url(../images/subpage02.jpg) repeat-y left top;
}

/** SIDEBAR */

#sidebar {
	background: url(../images/subpage03.jpg) no-repeat left top;
}


#sidebar h1, #sidebar h2 {
	background-image: url(../images/homepage07.gif);
}

#sidebar .link1 {
	background-image: url(../images/homepage06.gif);
}

/** CONTENT */

#content {
	background: url(../images/subpage04.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(../images/subpage06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 40px;
	line-height: normal;
	text-align: center;
	color: #6D3A2E;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #6D3A2E;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#leftCoupon {
	padding: 10px;
	width: 165px;
	margin-bottom: 20px;
	float: left;
	height: 150px;
}
.couponBorder h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EBA32D;
	border: 1px solid #FC3;
	font-variant: small-caps;
}
.couponBorder p {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.couponBorder {
	border: 2px dashed #F5D751;
	background-color: #D66314;
	text-align: center;
}
#rightCoupon {
	padding: 10px;
	width: 165px;
	margin-right: 23px;
	margin-bottom: 20px;
	float: right;
	height: 150px;
}
#quotebox {
	padding: 20px;
	border: 1px solid #FFB705;
	margin-right: 20px;
	background-color: #5A1108;
}
.clearfloat {
	clear: both;
}
