@import url("reset.css");
@import url("scrollable-navig.css");
@import url("overlay.css");

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #FFFFFF;
}
a img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

body {
    background: url(../images/backfill.jpg) top center repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p {
	padding: 15px 0 0 0;
}

.wrapper_top {
	background: url(../images/background.jpg) top center no-repeat;
}

.wrapper_center {
	width: 960px;
	margin-left:auto; 
	margin-right:auto;
	height: 1100px;
	min-height: 1100px;
}

#header {
	height: 175px;	
	background: url(../images/top.jpg) top center no-repeat;
}

#flash_embed {
	height: 160px;
	width: 754px;
	padding-left: 206px;
	padding-top: 8px;
	margin: auto;
	z-index:1;
}

#content {
	float: left;
	width: 960px;
}

.footer {
	height: 42px;
	background: url(../images/background_footer.jpg) top center no-repeat;
}
#footer_text {
	height: 42px;
	min-height: 42px;
	width: 960px;
	margin-left:auto; 
	margin-right:auto;
	padding-top: 13px;
	font-family: Verdana;
	font-size: 11px;
	text-align: center; 
	color: #FFFFFF;	
}

.flags {
	padding-top:5px;
	padding-left:5px;
}

.top {
	width:750px;
	height:20px;
	margin-top: 85px;
	margin-left: 150px;
	background-image: url('../images/top.png');
}

.center_text {
	width:710px;
	margin-left:150px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: justify; 
	color: #FFFFFF;	
	overflow:visible;
	background-image: url('../images/fill_text.png');
}

.bottom {
	width:750px;
	height:20px;
	margin-left: 150px;
	background-image: url('../images/bottom.png');
}

/***********PRODUCTS DISPLAY PAGE ************/
/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 572px;	 
	height: 330px;
}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
/*	border:1px solid #222;*/
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}

/* single item */
#thumbs div { 
    float:left;
	width:190px; 
    height:350px; 
    color:#FFFFFF; 
    cursor:pointer; 
	border: 0px;
} 

#thumbs_spr {	
	position:absolute;
	width:20000em;
	clear:both;
/*	border:1px solid #222;*/
}

div.scrollable_spr {  
	position:relative;
	overflow:hidden;
	width: 580px;	 
	height: 560px;
}

#thumbs_spr div { 
    float:left;
	width:570px; 
    height:560px; 
    color:#FFFFFF; 
	border: 0px;
} 

/* style when mouse is over the item */
#thumbs div.hover {
/*	background-color:#444;	*/
}

/* style when element is active (clicked) */
#thumbs div.active {
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}