/* @group html */

body {
	background: #505050 url(../images/bg.jpg) center top repeat-x;
	color: #ccc;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
div, 
p {
	margin: 0;
	padding: 0;	
}

div.clearer {
	clear: both;
}

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: #eee;
	text-decoration: underline;
}

strong {
	color: #eee;
}

a img {
	border: 0;
}

h2 {
	margin: 0 0 10px 0;
	color: #fff;
	white-space: nowrap;
	font-size: 2.2em;
}

h3 {
	font-size: 1.2em;
}

/* @end */

/* @group Container */
/*#container {
	width: 700px;
	margin: 0 auto;
}*/

/* @group Header */

#header {
	width: 700px;
	height: 115px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

h1 a {
	margin: 0;
	width: 242px;
	height: 0;
	padding: 69px 0 0;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 0px;
	background: url(../images/logo.gif) 0 0 no-repeat;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 95px;
	left: 0;
	height: 40px;
}

ul.navigation li {
	float: left;
	margin-right: 15px;
	font-size: 0.80em;
}

/* @end */

/* @group Banner */

#banner {
	margin: auto;
	position: relative;
	width: 1100px;
}

.banner1 {
	background: url(../images/banners/1.jpg) center top no-repeat;
}


.banner2 {
	background: url(../images/banners/2.jpg) center top no-repeat;
}

.banner3 {
	background: url(../images/banners/3.jpg) center top no-repeat;
}

.banner4 {
	background: url(../images/banners/4.jpg) center top no-repeat;
}

.banner5 {
	background: url(../images/banners/5.jpg) center top no-repeat;
}

/* @end */

/* @group Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.75em;
	clear: both;
}

/* @group sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 32px;
}
/* @end */

#content p{
	margin: 0.5em 0 1em;	
}

div.bodycontent {
	width: 500px;
	float: right;
}

/* @group Main Body Content */

div.bodycontent h2{
	width: 500px;
	overflow: hidden;
}



div.hr {
	border-bottom: 1px solid #666;
	padding: 5px 0; 
	margin-bottom: 25px;
}

/* @group Gallery */

div.image {
	width: 200px;
	background-color: #fff;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
	float: left;
}

div.image img {
	width: 200px;
}

#content div.image p {
	width: 200px;
	color: #333;
	margin: 10px 0 0 0;
}


/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
	border: 1px solid #333;
}


td {
	text-align: center;
	padding: 4px;
	background-color: #eee;
	color: #333;
}

th {
	background-color: #FE8400;
	color: #333;
	padding: 4px;
	border-bottom: 1px solid #333;
}


th.wide, td.wide {
	text-align: left;
	width: 150px;
}

table strong{
	color: #333;
}

/* @group News */

table.news {
	border: none;
}

table.news td {
	text-align: left;
	border: none;
	background: none;	
	color: #ccc;
	vertical-align: top;
	padding: 0 20px;
}

table.news strong {
	color: #eee;
} 

table.news td.wide {
	padding-top: 0.5em;
	text-align: center;
}


/* @end */


/* @group Forms */

table.form {
	border: none;
}

table.form td {
	text-align: left;
	border: none;
	background: none;	
	color: #ccc;
}

table.form td.wide {
	text-align: right;
}

table.form td.top{
	vertical-align: top;
}

table.form td.buttons{
	text-align: right;
}

/* @end */

/* @group Shop */
table.shop td.wide {
	text-align: left;
}


/* @end */



/* @end */


/* @end */

div.sidebar {
	width: 180px;
	display: inline;
	margin-right: 20px;
	float: right;
}

/* @group Sidebar */



dl {
	margin: 5px 0;
	padding: 0;
}

dt, dd {
	list-style: none;
	padding: 0;
	margin: 3px 0;
	float: left;
	min-width: 90px;
	_width: 90px;
	overflow: hidden;
}


div.sidebar img {
	margin: 1em 0;
	
	
}

/* @end */




/* @end */

/* @group Footer */

#footer {
	width: 700px;
	margin: 20px auto;
	padding: 0;
	font-size: 0.65em;
	
}

#footer p {
	text-align: right;
}

/* @end */
/* @end */

