/********************************************
   LAYOUT
********************************************/ 

#container {margin:0 auto;width:880px;}
#header {height:240px;margin:0 0 10px;position:relative;}
#main {margin:0 0 10px;}
#columnLeft {float:left;width:290px;margin:0 5px 0 0;}
#content {float:left;width:290px;margin:0 5px 0 0;}
#columnRight{float:right;width:290px;}
#footer {background:url(/img/footer_bg.png) no-repeat;font-size:10px;height:100px;padding:13px 20px 0; text-transform:uppercase; line-height:180%}


/* -------------------  HEADER elements -------------------- */

.blackTop {
	background:url(/img/header_bg_bottom_black.png);
	bottom:0;
	height:43px;
	padding:25px 30px 30px 30px;
	position:absolute;
	width:820px;
}
.sloganHolder {
}
.sloganHolder h1 {
	color:#FFFFFF;
	text-transform:lowercase;
	font-size:32px;
	padding-top:10px
}
.sloganHolder p {
	color:#FFFFFF;
	font-size:14px;
}
/* -------------------  LOGO elements -------------------- */

h1.logo {left:0;margin:0;position:absolute;top:65px;}
h1.logo a {background:transparent url(/img/logo.png) no-repeat top left;cursor:pointer;display:block;width:331px;height:39px;text-indent:-2000px}


/* -------------------  FOOTER elements -------------------- */

#footer p.power {border-left:1px solid #CCCCCC;color:#999999;float:right;font-size:10px;padding:0 0 0 20px;width:350px;}

#footer ul {color:#999999;margin: 0;width:400px; float:left}
#footer ul li {list-style:none;float:left;padding:0 5px 0 0; margin:0;}
#footer ul li a, #footer ul li a:visited {color:#999999;text-decoration:none;text-transform:lowercase;border-right:#999999 1px solid;padding:0 5px 0 0;  text-transform:uppercase}
#footer ul li a:hover, #footer ul li a.onPath, #footer ul li a.onPath:hover {color:#762E58;text-decoration:none;}

/* -------------------  THUMBS elements -------------------- */

a.smallThumb {display:block;float:left;margin-right:20px;width: 124px;text-align:center}
a.mediumThumb {display:block;float:left;margin-right:20px;width: 164px;text-align:center}
a.largeThumb {display:block;float:left;margin-right:20px;width:204px;text-align:center}
a.smallThumb img, a.mediumThumb img, a.largeThumb img {border:2px solid #BEBEBE}
