/* ======================= Top Elements ======================= */
* { 
	margin: 0; 
	padding: 0; 
}

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* =================== Buttons Link Styles =================== */
a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a:hover.button {
	background-position: 0 -28px;
}
a.button.orange {
	background-image: url(../images/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a:hover.button.orange {
	border: 1px solid #d29a3a;
}

/* ========================= Images ========================== */
.img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 5px;
}

/* ========================= Layout ========================== */
#wrap {
	width: 820px;
	background: #CCC url(../images/content_white.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
.image_wrapper { 
	display: inline-block; 
	border: 1px solid #ccc; 
	background: #fff; 
	padding: 4px; 
	margin: 0 0 10px 65px; 
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(../images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
}

/* =========================== Menu ============================ */
#menu {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: url(../images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;
}
#menu ul { 
	list-style: none;
	margin: 0 0 0 80px; 
	padding: 0;	
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* ======================= Main Column ======================== */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font: Bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88ac0b; 
	text-align: center;
	border-bottom: 1px solid #EFF0F1;
}
#main h2 {
	margin: 5px 0 20px 0;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88ac0b; 
	text-align: center;
}
#main p { 
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin: 5px 0 20px 0;
	padding: 0;
	text-align:center;
}
#main p a { 
	color: #666;	
	text-decoration: none;
}
#main p a:hover { 
	color: #666;	
	text-decoration: none;
}

/* ========================= Footer ========================== */
#footer {
	color: #FF0;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 100%;
	padding: 20px 0 0 0;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
	padding: 0 5px 0 5px;	
}
#footer a:hover { 
	color: #000;
	text-decoration: none; 
}
#footer .current a {	
	color: #000;
}
#footer .current a:hover { 
	color: #FFF;
	text-decoration: none; 
}

/* ======================= Cleaner ======================== */
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }

/* ======================= Slider ======================== */
#slider {
    width: 820px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 580px;
    width: 750px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0 50px;
    height: 580px;
    width: 650px;
}

.scrollButtons {
    position: absolute;
    top: 45%;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: 10px;
}