/*===========================
========== GLOBAL ===========
===========================*/

p, form, dl, dt, dd , h1 {	
	margin: 0; 
}

body {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 21px;
	color: #5E4404;
	background-color: #F0ECE2;
	margin: 5px;
	padding: 0;
}

img {
	border: none;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #AF8827;
	text-indent: 36px;
	border-bottom: 2px solid #F0ECE2;
	margin: 60px 0 30px;
}

dt {
	background-image: url(images/b_top.jpg);
	height: 45px;
}

dd {
	background-image: url(images/b_tile.gif);
	text-indent: 59px;
}

dd img {
	border: 1px solid #A2978E;
}

dd#bottom {
	background-image: url(images/b_bottom.jpg);
	height: 45px;
}

#prices table {
	border: 1px solid #E9E3D6;
	background-color: #F3F0E9;
}

#prices tr {
	background-color: #FFFFFF;
}

#prices #empty{
	background-color: #F3F0E9;
}

#prices #title{
	color: #FFFFFF;
	background-color: #CCBF8C;
}

/*===========================
========== ANCHORS ==========
===========================*/

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5E4404;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #AF8827;
}

a.view {
	display: block;
	padding: 3px;
	float: left;
}

a.view:hover {
	background: none; /*fix "hover img" bug in IE ;)*/
}

a.view:link IMG {
	border: 3px solid #E5D4A8;
}

a.view:visited IMG {
	border: 3px solid #5E4404;
}

a.view:hover IMG {
	border: 3px solid #AF8827;
}

a.menu {
	padding: 0 3px;
}

/*===========================
======== DIV SECTION ========
=============================
             STRUCTURE:
			 
 |---------- #wrapper----------|
 ||-----------#header---------||
 || #left | #content | #right ||
 ||---------- #footer --------||
  
*/

#header {
	width: 820px;
	margin: auto;
}

#menuT {
	text-align: center;
}

#menuL {
	background-color:#FFFFFF;
	border-left: 1px solid #D7D2C5;
	padding: 0 0 0 10px;
	float: left;
	text-align: left;
}
#menuR {
	background-color:#FFFFFF;
	border-right: 1px solid #D7D2C5;
	padding: 0 10px 0 0;
	text-align: right;
}

#wrapper {
	width: 860px;
	margin: auto;
}

#left {
	width: 20px;
	float: left;
}

#right {
	margin-top: 200px;
	width: 20px;
	float: right;
}

#content {
	padding: 13px;
	margin: auto;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #D7D2C5;
	border-right: 1px solid #D7D2C5;
	text-align: left;
}

#thumbs {
	margin-left: 500px;
	margin-top: 10px;
	width: 260px;
	border-top: 2px solid #F0ECE2;
	border-bottom: 2px solid #F0ECE2;
	padding: 12px;
}

#preview {
	float: left;
	width: 500px;
}

#tip {
	padding: 0 36px 50px;
}

#info {
	padding: 50px 36px;
}

#info2 {
	padding: 20px;
}

#info3 {
	float: right;
	width: 380px;
	text-align: left;
	padding: 40px 20px 0 0;
}

#prices {
	margin-right: 420px;
	margin-left: 10px;
}

#footer {
	width: 794px;
	height: 100px;
	margin: auto;
	padding: 0 13px 26px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	text-indent: 36px;
}

div#footer strong {
	/*for the numbers*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#copyright {
	float: right;
	text-align: right;
	font-style: normal;
	padding-top: 40px;
}

div.spacer {
	clear: both;
}


/*===========================
========= CLASSESS ==========
===========================*/

.block {
	display: block;
}

.frameL {
	background-image:url(images/f_left_tile.gif);
	vertical-align: top;
}
.frameR {
	background-image:url(images/f_right_tile.gif);
	vertical-align: top;
}

.floatL {
	float: left;
}
