* html .xboxcontent_big {
height:1px;
}

body{
margin: 0px;
}


A:link { 
text-decoration: none;
font-family: verdana;
font-size: 12;
color: #ffff99;
}

A:active {
font-size: 12;
font-family: verdana;
text-decoration: underline overline;
color: #ffff99;
}

A:visited{
text-decoration: none;
font-family: verdana;
font-size: 12;
color:  #ffff99;
}

A:hover {
font-size: 12;
text-decoration: underline;
font-family: verdana;
color: #ffff99;
}
/* FORM */	

textarea.small
{
	font-family: verdana; 
	font-size: 11px;
	background: #FFFFFF;
	color: #333333;
	width:150px;
	height: 50px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

textarea.big
{
	font-family: verdana; 
	font-size: 11px;
	background: #FFFFFF;
	color: #333333;
	width:300px;
	height: 75px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

select.small
{
	font-family: verdana; 
	font-size: 11px; 
	color: #000000;
	width: 40px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
select.big
{
	font-family: verdana; 
	font-size: 11px; 
	color: #000000;
	width: 150px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
input.small
{
	font-family: verdana; 
	font-size: 11px;
	background: #FFFFFF;
	color: #333333;
	width:150px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
input.big
{
	font-family: verdana; 
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF;
	color: #333333;
	width:250px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
input.date
{
	font-family: verdana; 
	font-size: 11px;
	background: #FFFFFF;
	color: #333333;
	width:70px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
input.cal{
height: 25px;
width: 25px;
border:0px;
background: #660000 url(../images/cal.gif) no-repeat;
}
/* END FORM */

/* slides styling */
.thumbnail{
	padding: 2px 2px 2px 2px;
	background-color: #660000;
	border: 0px solid #2a2a2a;
	float: center;
	margin-right: 0px;
	margin-bottom: 0px;}
	
.thumbnail a img
{/*display:block; */width:75px; height:55px; border:5px solid #eee;}

.thumbnail a:hover, 
.thumbnail a:hover 
{white-space:normal; position:absolute}

.thumbnail a:hover img, 
.thumbnail a:hover img 
{position:absolute; left:-90px; top:-32px; width:180px; height:130px; border-color:#fff;}

.curvy {position:relative; width:220px; background:#660000; color:#000; margin:5px;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#660000; background:#660000; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#660000; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 5px; font-family:Arial, Helvetica, sans-serif;color:#660000}

dl.bot_rgt {background:transparent url(images/c_tl.png) top left no-repeat; margin:0px 0; left-padding:5px; float:left; position: relative; margin-right:0px; width:220px;}
dl.bot_rgt dt {background:transparent top right no-repeat; padding:5px; text-align:left; color:#fff; }
dl.bot_rgt dd {background:#eee bottom left no-repeat; padding:0; margin:0; text-align:left;}

dd p {margin:0; padding:10px; line-height:1.3em;}



