
/* 
----------------------------------------------------------------------------------------

Copyright 2010 - Thierry Ruiz - www.dotemplate.com - All rights reserved.

THIS TEMPLATE IS FREE AS LONG AS YOU KEEP THE LINK TO WWW.DOTEMPLATE.COM IN THE FOOTER
TO REMOVE THE LINK, PLEASE MAKE A 10 DOLLARS DONATION at www.dotemplate.com/#donate

----------------------------------------------------------------------------------------
*/

html {
	background: $bottomWrapper.bg.color;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}
				
#wrapper {
	margin:0 auto ;
	width:100%;
}

body {
	background-color:#FFFFFF;
}

#wrapper {
	border-top: 1px solid #ffffff;
}
	


					
#topWrapper {
	width:100%;
	height:150px;
	background-color:${topWrapper.bg.color};
	background-image:url(images/css/topWrapper-bg.jpg);
	background-position:center top ;
	background-repeat:repeat-x;
}


					
#topBanner {
	width:920px;
	margin:0 auto;
	height:150px;
	background-image:url(images/css/topBanner.jpg);
	background-repeat:no-repeat;
}

	

#topnav {
	background:transparent url('images/css/hmenu.jpg') repeat-x top left;
}


					

#topnav {
	height:40px;
	margin:0 auto ;
	text-align:center;
}

#topnav ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
}


#topnav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url('images/css/hmenu.jpg') repeat-x top left;

}


#topnav ul li a {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:0px 50px ;
	line-height:40px;
	font-weight:bold;
}


#topnav ul li a:hover, #topnav li#current a {
	color:#9b251b;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
}


	

#topnav ul {
	width:1100px;
}




body {
	background-position : center 190px;
}

	

					


#container {
	margin:0 auto;
	width:920px;
	min-height:200px;
}


					


#banner {
	margin:15px auto;
	width:100%;
}

.slideshow { 
	height: 300.0px;
	width:100%;
	margin: 0 auto ;
}


.slideshow img { 
	padding: 0; 
	margin:0;
	width:920px;
	height:300.0px;
}

.slideshow a img { border:none } 

.slideshowContainer {
	display:block;
	clear:both;
	width:100%;
	position:relative;
}


.slideshowBottom {
	clear:both;
	height:20px;
	position:absolute;
	top:280.0px;
	width:920px;
	z-index:10;
	background:url('images/css/slideshowBottom.png') no-repeat scroll center center transparent;
}

.slideshowLeftCorner {
	height:10px;
	position:absolute;
	top:0;
	left:0;
	width:10px;
	z-index:10;
	background:url('images/css/slideshowLeftCorner.png') no-repeat scroll center center transparent;
}

.slideshowRightCorner {
	height:10px;
	position:absolute;
	top:0;
	left:910px;
	width:10px;
	z-index:10;
	background:url('images/css/slideshowRightCorner.png') no-repeat scroll center center transparent;
}
	

