@charset "UTF-8";
/* CSS Document */

/*Tags*/
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family : Arial, Tahoma, Verdana, "Times New Roman", Georgia;
	font-size : 12px;
	letter-spacing: 0.8px;
	line-height: 18px;
	color : #000;
	background-color: #FFF;
	background-image : url(/images/background.gif);
}
h1 {
	font-family : Arial, Tahoma, Verdana, "Times New Roman", Georgia;
	color: #fff;
	font-size : 14px;
	font-weight : bold;
	margin: 0;
	margin-top: 15px;
}
h2 {
	font-family : Arial, Tahoma, Verdana, "Times New Roman", Georgia;
	color: #000;
	font-size : 14px;
	font-weight : bold;
	margin: 0;
	margin-top: 15px;
}
h3 {
	font-family : Arial, Tahoma, Verdana, "Times New Roman", Georgia;
	color: #000;
	font-size : 24px;
	line-height: 30px;
	font-weight : bold;
	margin: 0;
}
h4 {
	font-family : Arial, Tahoma, Verdana, "Times New Roman", Georgia;
	color: #000;
	font-size : 16px;
	font-weight : bold;
	margin: 0;
	margin-bottom: 20px;
}

a:link, a:visited {
	color : #000;
	outline: none;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:focus {
	color : #47a8e0;
}

img {
	border: 0;	
}
.banner a:link, .banner a:visited { color: #000; } 
.banner a:hover, .banner a:focus { color: #47a8e0; } 

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	white-space: nowrap;
}
.float {
	float: left;
	display: inline;
}

#header {
	width: 100%;
	height: 263px;
	margin-bottom: 4px;
	background-image : url(/images/header-background.gif);
	background-repeat : repeat-x;
}
#container {
	height: 100%;
	background-image : url(/images/background.gif);
	background-repeat : repeat-x;
	
}
#left {
	float: left;
	display: inline;
	width: 192px;	
	margin-left: 8px;
	text-align: right;
}
#center {
	width: 752px;
	overflow: hidden;
}
.previous {
	float: left;
	margin: 20px;
}
.next {
	float: right;	
}
.prevNext {
	margin: 20px;
	margin-top: 0px;
}

/*Menu*/
.menu {
	margin-top: 4px;	
}
.menu-top-left {
	width: 21px;
	height: 47px;
	background-image : url(/images/menu-top-left.gif);
}
.menu-top-center {
	width: 150px;
	height: 47px;
	background-image : url(/images/menu-top-center.gif);
}
.menu-top-right {
	width: 21px;
	height: 47px;
	background-image : url(/images/menu-top-right.gif);
}
.menu-center {
	width: 150px;
	background-image : url(/images/menu-center.gif);
	padding-left: 21px;
	padding-right: 21px;
}
.menu-bottom-left {
	width: 21px;
	height: 21px;
	background-image : url(/images/menu-bottom-left.gif);
}
.menu-bottom-center {
	width: 150px;
	height: 21px;
	background-image : url(/images/menu-bottom.gif);
}
.menu-bottom-right {
	width: 21px;
	height: 21px;
	background-image : url(/images/menu-bottom-right.gif);
}


/*Item*/
.item {
	margin-top: 4px;	
}

.item-top-left {
	width: 21px;
	height: 47px;
	background-image : url(/images/item-top-left.gif);
}
.item-top-center {
	width: 710px;
	height: 47px;
	background-image : url(/images/item-top-center.gif);
}
.item-top-right {
	width: 21px;
	height: 47px;
	background-image : url(/images/item-top-right.gif);	
}
.item-center {
	width: 710px;
	background-image : url(/images/item-center.gif);
	padding-left: 21px;
	padding-right: 21px;
}
.item-bottom-left {
	width: 21px;;
	height: 21px;
	background-image : url(/images/item-bottom-left.gif);
}
.item-bottom-center {
	width: 710px;
	height: 21px;
	background-image : url(/images/item-bottom.gif);
}
.item-bottom-right {
	width: 21px;;
	height: 21px;
	background-image : url(/images/item-bottom-right.gif);
}
.image-block {
	float: left;
	display: inline;
	width: 340px;
	vertical-align: center;
}
#video-block {
	float: left;
	display: inline;
	width: 420px;
}

#video {
	margin-top: 15px;
	height: 350px;
	width: 420px;
	margin-bottom: 10px;
}

#video-pay {
	float: left;
	display: inline;
	margin-left: 30px;
	height: 350px;
	width: 200px;
}
#video-description {
	padding-top: 10px;
	clear: both;	
}

/*Navigation*/
#navigation {
	width: 100%;	
}
#nav-center {
	width: 354px;
	height: 19px;
	background-image : url(/images/nav-center.gif);
	text-align: center;
	padding: 15px;
	overflow: hidden;
	font-weight: bold;
}
.banner {
	clear: both;
	width: 100%;
	margin-top: 8px;
	text-align: center;
}
