@charset "UTF-8";
/* CSS Document */


/* RESET */
/* -------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* MAIN STYLE */
/* -------------------------------------------------------------------- */

body {
	background: #120d0a url(../img/top.jpg) center 50px no-repeat;
	color: #decda4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	margin: auto;
	width: 960px;
	height: 275px;
	position: relative;
}

#info_bar {
	height: 50px;
	line-height: 50px;
	font-size: 11px;
}

#logo {
	background: url(../img/logo.png);
	height: 153px;
	width: 372px;
	float: right;
	margin-top: 30px;
}

#menu {
	background: url(../img/menu.png);
	height: 48px;
	width: 942px;
	position: absolute;
	top: 252px;
	left: 9px;
	
	line-height: 48px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;	
}

#menu li {
	display: inline;
	margin-right: 20px;
}

#menu li:last-child {
	margin-right: 0px;
}

#menu li a {
	color: #decda4
}

#menu li a:visited {
	color: #decda4
}

#menu li a:hover {
	color: #FFFFFF;
}

#main {
	border-top: 2px solid #c2a78a;
	background: url(../img/content.jpg) center 23px no-repeat;
	min-height: 370px;
}

#container {
	margin: auto;
	padding-top: 53px;
	padding-left: 9px;
	padding-right: 9px;
	width: 942px;
}

#sidebar {
	float: left;
	width: 290px;
	margin-bottom: 30px;
}

#sidebar img {
	margin-bottom: 10px;
}

#sidebar img:last-child {
	margin-bottom: 0px;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

#addons {
	height: 170px;
	border-top: 2px solid #c2a78a; 
	clear: both;
	background: #1b140f;
}

#addons img {
	border: 1px solid #c2a78a;
}

#a_left {
	padding: 20px;
	float: left;
	width: 580px;
}

#a_right {
	padding: 20px;
	float: right;
	width: 260px;
	margin-left: 20px;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../img/footer.jpg);
	line-height: 20px;
	padding: 10px;
	padding-left: 15px;
	color: #1b140f;
	font-size: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ede1c4;
	margin-bottom: 25px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ede1c4;
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ede1c4;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #c2a78a;
}

/* GALLERY STYLE */
/* -------------------------------------------------------------------- */

#content img {
	border: 1px solid #c2a78a;
	margin-right: 12px;
	margin-bottom: 12px;
}

#content table td {
	height: 110px;
}


img.offer {
	margin-top: 0px;
	text-align: center;
	border: none;
}

td.desc {
	vertical-align: middle;
}


/* MOSAIC STYLE */
/* -------------------------------------------------------------------- */
ul#mozli li { 
	float: left;
	display: block;
	margin: 3px!important;  
	width: 215px; 
	height: 270px;
	font-size: 11px;
}
ul#mozli li img { border: none!important; margin-bottom: 10px; }

/* Fix up IE6 PNG Support */
/* -------------------------------------------------------------------- */
img, #logo { behavior: url(js/iepngfix.htc); }