/* CSS Document */
body{
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	padding:0px;
	margin:0px;
   background-image:url(images/background.jpg);
   background-repeat:repeat-x;
   background-color:#ededec;
}
html{
	padding:0px;
	margin:0px;
}
	
div, h1, h4, form, label, input, textarea, img, span{
	padding:0;
	margin:0px;
}
h4{
	color:#666;
	font-size: 19px;
	font-weight:bold;
}
a {
	color: #ff0033;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#outer{
	width:660px; 
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

/*----HEADER- PANEL----*/
#top_header{
	margin:0 auto;
	width:660px; 
	height:100px;
	padding:0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position:left;

}

/*----BODY PANEL----*/
#body_section{
	margin-left:10px;
	width: 640px;
	float:left;
}
#body_title{	
	width: 600px;
	height:30px;
	padding:10px;
	float:left;
	line-height:30px;
	margin-top:0px;
	margin-left:20px;
}
#body_content{	
	width: 600px;
	padding:10px;
	float:left;
	margin-top:0px;
	margin-left:20px;
}
#body_main {	
	width: 620px;
	height:100%;
	overflow:hidden;
	float:left;
	padding:10px;
	color:#666;
}

/*----FOOTER PANEL----*/
#footer{
	width:640px;
	margin: 0 auto;
	height:100px;
	overflow:hidden;
	color:#666;

	
}
#footer_back{
	float:left;
	width:620px;
	padding:20px;
}

#footer_back ul {
	padding:0px; 
	margin:0px;
	list-style-type: none; 
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
}
#footer_back li {
	list-style:none;
	padding:0px;
	margin:0px;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
}

/*----/FOOTER PANEL----*/
fieldset {
	border: 1px solid #6d6d6d;
	margin-bottom: 20px;
	padding: 10px 20px;
}
fieldset legend{
	color: #b01113; /* For IE7 */
	font-weight: bold;
	padding: 0 10px;
	margin-left: -10px;
}
label {
	display: block;
	float: left;
	width:200px;
	padding-top:5px;
}
div.field {
	padding-bottom: 5px;
	clear:left;
}
.submit{
	background-color:#ef0000;
	color:#fff;
	padding:1px;
	border:0px;
}
input{
	margin-bottom:0px;
}
fieldset{
	background-color:#fff;
	border:0px solid #cccccc;	
	padding:0px;
	margin:0px;
}
input{
	background-color:#fff;
	border:1px solid #cccccc;	
	padding:1px;
	color:#636466;
}
select{
	background-color:#fff;
	border:1px solid #cccccc;	
	padding:1px;
	color:#636466;
}
textarea{
	background-color:#fff;
	border:1px solid #cccccc;	
	padding:1px;
	color:#636466;
}
.button{
	background-color:#ff0033;
	border:0px;	
	color:#fff;
}
.imageform{
	border:0px;

}

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

.scroll {
    height: 500px;
    width: 600px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 560px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #fff;
	color:#838383;
}

ul.navigation a.selected {
    background-color: #fff;
	color:#838383;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

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

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
