@import url("common.css");

html, body{
background: #000000 url(../img/bg.gif) repeat-x;
color: #000000;
text-align: center;
margin: 0px 0 0px 0;
padding: 0px 0px 0px 0px;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 100%;
}



#bg{
float: left;
width: 100%;
hieght: auto !important;
min-height: 100%;
height: 100%;
position: relative;
background: url(../img/bg.png) no-repeat center 120px;
background-attachment:fixed;
}

.curved {
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 background: url(../img/background.png) !important;
 background: #504C4D url(../img/headerbg.jpg) no-repeat top left;
}

#container{
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#header{
	position: relative;
	width: 980px;
	height: 111px;
	background: url(../img/headerbg.jpg) no-repeat;
	margin: 0px 0px 10px 0px;
}

#header .logo{
	position: absolute;
	left: 35px;
	top: 38px;
}

#header .paypal{
	position: absolute;
	right: 35px;
	top: 48px;
}
#menu{
	height: 30px;
	background: url(../img/menubg.jpg) repeat-x;
	margin: 10px 0px 10px 0px;
}

#menu ul{
	padding: 0px;
	margin: 0px 0px 0px 20px;
	text-align: left;
}

#menu ul li{
	padding: 0px 24px 0px 15px;
	margin: 0px;
	display: inline;
}

#menu li a{
	line-height: 30px;
	color: #f12938;
}

#menu li a:hover{
	color: #ffffff;
}

#topleft{
	float: left;
	width: 556px;
	height: 360px;
	margin: 5px 10px 5px 0px;
	text-align: left;
	padding: 20px 0px 0px 15px;
}

.movie{
 clear: left;
 color: #ffffff;
}

.movie img{
	float: left;
	margin: 5px 10px 5px 5px;
}

#topleft .movie h2{
	color: #0ac90a;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
}

#topleft .movie h2 a{
	color: #0ac90a;
}

.thumbnail{
border: 1px solid #ffffff;
}

#video{
	float: left;
	margin: 5px 0px 5px 10px;
}

#main{
clear: both;
width: 965px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	padding: 0px 0px 20px 15px;
	float: left;
	height: auto !important;
	height: 250px;
	min-height: 250px;
}

.box{
	float: left;
	width: 300px !important;
	width: 295px;
	margin: 10px 0px 0px 20px;
	color: #ffffff;
	font-size: 14px;
}

.box h1{
	color: #0ac90a;
	font-weight: normal;
}

.box a{
color: #0ac90a;	
}

.bodytext{
	padding: 30px 30px 15px 30px;
	color: #ffffff;
	margin-bottom: 20px;
}

.bodytext h1{
	color: #0ac90a;
	font-weight: normal;
}

.bodytext h2{
	color: #0ac90a;
	font-weight: normal;
	margin: 24px 0px 0px 0px;
}


.bodytext a{
	color: #0ac90a;
	font-weight: bold;
}

.box #minigallery .one-image{
	float: left;
	margin: 0px 5px 10px 5px;
	width: 118px;
	height: 93px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.box #minigallery .one-image img{
	border: 1px solid #ffffff;
	width: 116px;
	height: 91px;
}