@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	background: url(images/bg1.png) repeat left top;
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#ad0326;
	color: #7F7F81;
}

#header {
	position: relative;
	top:5px;
	width: 1026px;
	margin-left:auto;
	margin-right: auto;
	height:142px;
	background:url(images/header_bg.png);
	background-repeat:no-repeat;
	z-index:3;

}
	

#main {
	position: relative;
	top:-15px;
	width: 1026px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	
}

#footer {
	position: relative;
	top:-15px;
	width: 1026px;
	height: 36px;
	margin-left:auto;
	margin-right: auto;
	font-size: xx-small;
	background-image: url(images/footer_bg.png);
	background-repeat:no-repeat;
	
}

#navigation {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#ffffff; 
	font-size:medium;
	font-weight: normal;
	position: absolute;
	top: 90px;
	width: 970px;
	left:28px;
	height:42px;
	z-index:5;
}

#topLogo {
	position: absolute;
	top: 25px;
	left:28px;
	height: 60px;
	width: 428px;
	background-image: url(images/title.png);
}

#topAdText {
	font-size: xx-small;
	position: absolute;
	top: 25px;
	left:530px;
	height: 60px;
	width: 468px;
	z-index:1;
	
}

#topAd {
	position: absolute;
	top: 25px;
	left:530px;
	height: 60px;
	width: 468px;
	z-index:10;
	
}

#sideAd {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 600px;
	width: 160px;
	z-index:100;
	
}

#leftslideshow {
			position:relative;
			left:120px;
			top:20px;
			width:600px;			
			height:280px;
			
}

#rightThumbs {
			position:absolute;
			left:740px;
			top:20px;
			width:180px;			
			height:480px;
						
}

#homeText {
			position:relative;
			left:120px;
			top:0px;
			width:600px;			
			height:200px;
			
}

a:link {
	color: #0000ff;
	text-decoration: underline;
	font-size:small;
}

a:visited {
	color: #0000ff;
	text-decoration: underline;
	font-size:small;
}

a:hover {
	color: #ff9900;
	text-decoration: none;
	font-size:small;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
	font-size:small;
}

#mainText {
	margin-left:40px;
	margin-right:40px;
	margin-top:15px;
	margin-bottom:10px;

}

#rightImage {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:10px;
	
}

#leftImage {
	float:left;
	margin-right:15px;
	margin-bottom:15px;

}


a.linkNavigation:link {
	font-weight: normal;
	color: #ad0326;
	text-decoration: underline;
	font-size:large;
}
a.linkNavigation:visited {
	font-weight:normal;
	color: #ad0326;
	text-decoration: underline;
	font-size:large;
}
a.linkNavigation:hover {
	font-weight:normal;
	color: #6ac89d;
	text-decoration: none;
	font-size:large;
	
}
a.linkNavigation:active {
    font-weight:normal;
	color: #ff0000;
	text-decoration: underline;
	font-size:large;
}

a.linkFooter:link {

color:#7F7F81;
text-decoration:none;
font-size: x-small;

}

a.linkFooter:visited {

color:#7F7F81;
text-decoration:none;
font-size: x-small;
}

a.linkFooter:hover {

color:#ff9900;
text-decoration:underline;
font-size: x-small;
}

a.linkFooter:active {

color:#ff0000;
text-decoration:underline;
font-size: x-small;
}

.dropdown_effect    {   
    border-width: 1px;    
	border-style: solid;    
	border-color: #999999;   
	background-image: url(back_field.gif);    
	background-repeat: repeat-x;    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #333333;    
	width: 150px;    
	height: 20px;    
	} 
	
.dropdown_effect:hover    {    
	border-color: #64acd8;    
	border-width: 1px;    
	
	} 
	
.dropdown_effect:focus    {    
	border-color: #64acd8;    
	border-width: 1px;    
	}	
