@charset "utf-8";
/* CSS Document */
* { font-size: 100%;}

html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #595959;


}

body {  
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	

}

a, a:link, a:visited, a:active { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #ffffff;
}

p {
	margin: 0.8em 0;
	line-height: 1.3em;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.left {
text-align:left;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}


/**
 * Form Definitions
 */

#mainBox {
		margin: 0 auto;
		padding-top: 60px;
		width: 750px;
		height: 550px;
}


#logo {
	background-image: url('../images/logo-2010.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	width: 100px;
	height: 346px;

}


#mainContent {
	width: 264px;
	float:right;
	position: relative;	
}

#mainImage {
	width: 374px;
	height: 453px;
	float:right;
}
	
#bgimage {
	background-image:url('../images/main_image.gif');
	width: 374px;
	height: 453px;
	text-align: center;
	position: relative;
	}
	
#imagecontainer{
width:auto;
padding:10px;
	}
	

#right {
	width: 645px;
	float:right;
	margin-top: 100px;

	}

/**
 * For XStandard
 */
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.indent {
	margin-left: 50px;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}

.thumb {
border:dashed #CCCCCC 1px;
margin: 10px;
}
.purple {
color:#e800eb;
font-size:20px;
font-weight:bold;
}
.white {
font-size:20px;
font-weight:bold;
}

/**
 * Menu
 */

	
#menu {
	width: 200px;
	height: 90px;
	position:absolute;
	margin-left:58px;
	}
	
ul#mainMenu {
	font-family: Helvetica, Arial ,  sans-serif;
	font-size:16px;
	list-style:none;
	margin:2px 0px 0px 0px;
	padding:0px;
	text-transform:uppercase	
}
ul#mainMenu li {
	line-height:14px;
	margin:0px;
	padding:0px;
}
ul#mainMenu li a{
	line-height:14px;
	letter-spacing:-1px;
	list-style:none;
	margin:0px;
	padding:0px;	
}
	
ul#mainMenu li a:hover{
background:url('../images/menu-bg.gif') right no-repeat;
padding: 0px 25px 0px 0px;

}
ul#rotatingimages {
list-style:none;
margin: 0;
padding: 0;
width:358px;
height:436px;
position: absolute;
top: 8px; left: 5px;
}

*html ul#rotatingimages {
	left: -2px;
}
*:first-child+html ul#rotatingimages {
	left: -2px;
} 

ul#rotatingimages li {
list-style:none;
margin:0px;
padding:0px;
position: absolute;
top: 0; left: 0;
width: 358px;
height: 436px;
}

ul#rotatingimages li{
	display: block;
	position: absolute;
	top: 0; left: 0;
}
