/* Main Settings */

html { 
	height: 100%;
	margin:0 auto;
}
body 
{
	background-color: #43111b;
	text-align: left;
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(../images/bg3.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #03253e;
}

/* Font Settings */

font.normal {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}
font.small { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
}
font.pageText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #03253e; 
}
font.pageColor {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bolder;
	color: #113dc9; 
}
font.normal-color {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	color: #6a0d0d;
	font-weight: bold;	
}
font.large-bold { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold; 
}
font.login { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #03253e; 
}
a { 
	outline: none;
}
a, a:link, a:visited {
	color:#113dc9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p { 
	margin: 0px;
  	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
i {
	font-size: 12pt;
	color: #535353;
}
b {
	font-size: 14pt;
	font-weight: bolder;
	color: #113dc9;
}
h1
{ 	color: #121a2f;
	font-family: tahoma, arial, sans-serif;
 	letter-spacing: .1em;
  	font-weight: bold;
  	text-transform: uppercase;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:12px;
}

h2
{ 	color: #414141;
	font-family: tahoma, arial, sans-serif;
  	letter-spacing: .1em;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:10px;
	line-height: 2.2em;
}
li.normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

/* Main Body Class */

.layoutContainer {


}
.one {
	background-color:#ebc36a;

}
.two {
	margin-left:40px;
	background-color:#ebc36a;
	padding:10px;
	width:600px;

}
.three {
	height:100%;
	margin-right:43px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	background-position: left;
	width:224px;

}
.four {


}

#main {
	margin:0 auto;
	width: 100%;
	vertical-align: middle;
	overflow:hidden;
}
#main2 {
	margin:0 auto;
	width: 100%;
	vertical-align: middle;
	overflow:hidden;

}
.banner {
	margin:0 auto;
	width: 100%;
	height:200px;
	vertical-align: middle;
	overflow:hidden;
	background-image: url(../images/bg-banner.jpg);
	background-repeat: repeat-x;	
}
.footer {
	width:100%;
	margin:0 auto;
	clear:both;
	color: #FFFFFF;
	float:none;
	vertical-align: middle;
	text-align:center;
}
.footer a {
	text-decoration: none;
	vertical-align:middle;
	color:#ffffff;
}

/* Menu */

.menuBar {

}

.menu {
	width: 921px;
	height: 42px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	float: none;
	overflow: hidden;
	color:#FFFFFF;
	background-image: url(../images/bg-menu.png);
	background-repeat: repeat-x;

}
.menu ul {
	width: 780px;
	height: 42px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	clear: both;
	float: none;
	overflow: hidden;
	line-height: 42px;
}
.menu li {
	display: inline;
	list-style-type: none;
	width: 130px;
	height: 42px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}
.menu a:link {
	display: inline;
	float: none;
	height: 42px;
	line-height: 42px;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
	vertical-align:middle;
	color:#d7d7d7;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
.menu a:visited {
	display: inline;
	float: none;
	height: 42px;
	line-height: 42px;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
	vertical-align:middle;
	color:#d7d7d7;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
.menu a:hover {
	display: inline;
	float: none;
	height: 42px;
	line-height: 42px;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
.subMenuContainer{


}
.subMenu{
	width:90px;
	height:47px;
	background-image: url(./images/bg-submenu-button.png);
	float:left;
	vertical-align:middle;

}

/* Module Classes */

.audioDetail {

}
.audioNoDetail {

}
.blog {

}
.comments {

}
.commentScroll {

}
.emailField {
	background:#ffffff; 
	border: 1px #113dc9 solid;
	vertical-align: middle;
}
.emailSubmit {
	width:50px;
	vertical-align: middle;
}
.documentTop {

}
.documentContainer {

}
.documentWindow {
	width:100%;
	height:500px;

}
.formContainer {
	width:50%;
}
.formTitle {
	width:50%;
}
.formField {
	width:50%;
}
.formField {
	width:50%;
}
.news {

}
.newsScroll {

}
.pageTextContainer {

}
.searchPhoto {

}
.searchPhoto-field {

}
.searchField {

}
.searchPhoto-drop {

}
.searchPhoto-buttons {

}
.photoGallery-container {

}
.photoGallery-links {

}
.pagePhoto-container {

}
.photoSlideshow {

}
.photoSlideshowNav {

}
.productStats {

}
.productContainer {
	border:1px solid #000000;
	width:100%;
}
.regContainer {

}
.regTitle {
	width:70px;
	
}
.regField-container {
	width:215px;
	
}
.regField {
	width:215px;
	
}
.regSubmit {

	
}
.reg-error {

}
.loginContainer {

}
.videoContainer {

}

/*Property styles*/

#menuNav
{
	width: 100%;
	height: 25px;
	background:#bcbcbd;
	overflow: hidden;
	float: none;
	border: 1px 1px 1px 1px solid;
	padding: 0px 0px 0px 0px;
	outline: solid 1px black;
	text-align: center;
	vertical-align: middle;
	}
	
.menuBox
{ 
	width: 100%;
	height: 25px;
	background:#bcbcbd;
	overflow: hidden; 
	float: none; 
	border: 0px 0px 0px 0px solid;
	padding: 0px 0px 0px 0px;
	outline: solid 1px black; 
	text-align: center;
	vertical-align: middle;
}

.statusBox
{
	float: left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.statsBox
{
	float: left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
  	width: 250px;
  	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.pagesBox
{
	float: right;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
  	width: 250px;
  	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.sortBox
{
	float: right;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
  	width: 170px;
  	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.updownBox
{
	float: right;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	width: 70px;
  	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.numberBox
{
	float: left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	width: 100px;
  	height: 25px;
	text-align: center;
	vertical-align: middle;
}


.topBox
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	width: 100%;
	background: #ffffff;
	background-image: none;
	float:left;
}

.imageBox
{
	float: left;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
  	width: 150px;
  	height: 113px;
	background: #FFFFFF;
}

.dataBox
{
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
  	width: 520px;
  	height: 113px;
	background: #FFFFFF;
}

/* Re-Usable Styles */

#slideshow 
{ 
	float: none; 
	margin: 15px; 
	background-color: transparent; 
}
.diva {
	width:700px;
	height:400px;
	background-color:#FFFFFF;
}
.divb {
	width:700px;
	height:400px;
	background-image: url(div6.png);
	background-repeat:no-repeat;
	background-color: transparent;
}
.divc 
{
	width:700px;
	height:400px;
	background-image: url(div6.png);
	background-repeat:no-repeat;
	background-color: transparent;
}
.divd {
	width:700px;
	height:400px;
	background-image: url(div6.png);
	background-repeat:no-repeat;
	background-color: transparent;
}
dl{
	position:relative;border:0 solid gray;
	margin:auto;
	padding:0.5em;
}
dt {
	text-align: justify;
}
dd {
	text-align: justify;
}
.clicker {
	cursor:pointer;
	color:red;
}

.logo {
	width: 780px;
	height: 155px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.top {
	width: 780px;
	height: 11px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.bottom {
	width: 780px;
	height: 14px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.contentTop {
	width: 780px;
	height: 41px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/contentTop.png);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;

}
.contentMiddle {
	width: 780px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/contentMiddle.png);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;

}
.contentBottom {
	width: 780px;
	height: 41px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/contentBottom.png);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;

}
.slogan {
	width:780px;
	height:111px;
	float:none;
	vertical-align:middle;
	text-align:center;
	background: url(../images/slogan-back.png) no-repeat;
}
.topLayer{
 	z-index: 2;
}
#nav_box
{ 
	width: 95%;
	height: 15px;
	background:#efefef;
	overflow: visible; 
	float: none; 
	border: 0px 0px 0px 0px solid;
	padding: 0px 0px 0px 0px;
	outline: solid 0px black; 
}

#nav_box_float
{ 
	width:95%;
	background:#efefef;
	overflow: visible; 
	float: none; 
	border: 0px 0px 0px 0px solid;
	padding: 0px 0px 0px 0px;
	outline: solid 0px black; 
}

