@charset "utf-8";
/* -- General ---------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url(../images/layout/bkg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
h1,h2,h3,h4
{
	text-transform: uppercase;
	padding-bottom: 5px;
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 13px;
}
h3
{
	font-size: 12px;
}
h4
{
	font-size: 11px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}
p
{
	padding: 5px 0px 5px 0px;
}
hr
{
	margin: 2px 0px 10px 0px;
	border-color: #333333;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
textarea
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
ul
{
	margin-left: 25px;
}
/* --------------------------------------------------------------------------- */
/* -- LINKS ------------------------------------------------------- */
a:link
{
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
a:visited
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}
a:hover
{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}
a:active
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}
/* ---------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */
#menu
{
	position: absolute;
	top: 48px;
	left: 300px;
}
#menu a
{
	display: block;
	margin-bottom: 13px;
}
/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#logo
{
	position: absolute;
	top: 13px;
	left: 10px;
}
#txt, #blog
{
	position: relative;
	top: 172px;
	width: 300px;
	background-image: url(../images/layout/bkg_text.gif);
	background-repeat: repeat-y;
	
	padding: 10px 0px 10px 25px;
}
#icons
{
	position: relative;
	top: 192px;
	
	padding: 10px;
}
.leaf
{
	position: absolute;
	top: 10px;
	left: 0px;
}
.photos
{
	position: absolute;
	top: 0px;
	left: 355px;
}
#brand
{
	position: relative;
	top: 172px;
	left: 0px;
	
	margin-bottom: 12px;
	width: 782px;
	background-color: #000000;
}
#brand p
{
	padding: 10px;
	color: #78beb6;
}
img.brand_img
{
	float: left;
	margin-right: 15px;
}
img.brand_link
{
	float: right;
	margin: 12px;
}
#brands
{
	position: relative;
	z-index: 3;
	top: 172px;
}
.brands
{
	padding-bottom: 17px;
	text-align: center;
}
.brands img
{
	padding: 0px 10px 0px 10px
}
/* --------------------------------------------------------------------------- */
/* -- Scroller --------------------------------------------------------------- */
#scroller
{
	position: relative;
	top: 172px;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
#scroller img
{
	position: relative;
	border-style: solid;
	border-width: 18px;
	border-color: #ffffff;
}
#scroller_body
{
	position: absolute;
	top: 0px;
	left: 0px;
}
/* --------------------------------------------------------------------------- */
/* -- Tables ----------------------------------------------------------------- */
table.tblScroller td
{
	padding-right: 47px;
}
table.tblBrand
{
	width: 782px;
}
table.tblBrand th
{
	vertical-align: top;
}
/*
table.tblBrand th
{
	background-color: #000000;
	text-align: left;
	font-weight: normal;
}
table.tblBrand th img
{
	float: left;
	margin: 0px 10px 0px 0px;
}
table.tblBrand td
{
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 8px;
}*/
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* -- Blogs ------------------------------------------------------------------ */
.fullBlogPost
{
	position: absolute;
	top: 120px;
	left: 355px;
	width: 600px;
}
.blogPostFeature
{
	margin: 10px 0px;
	clear: both;
}
.blogImgFull 
{
	max-height: 250px;
	max-width: 300px;
	margin: 0px 10px 10px 0px;
	float: left;
	overflow: hidden;
}
.blogImgFull img 
{
	max-height: 250px;
	max-width: 300px;
}
.blogImgFeatured 
{
	max-height: 65px;
	max-width: 75px;
	margin: 3px 3px 3px 0px;
	float: left;
	overflow: hidden;
	border: 1px #000 solid;
}
.blogImgFeatured img 
{
	max-height: 65px;
	max-width: 75px;
}
.blogTitle  
{
	font-size: 14px;
	font-weight: bold;
}

/* --------------------------------------------------------------------------- */

