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

body {
	background: url(../images/inner/inner_bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	background-color:#235382;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontainer {
	width: 924px;
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;
}

#heading {
	float: left;
	height: 44px;
	width:924px;
}

#leftheading {
	width: 400px;
	height: 44px;
	float: left;
}

#rightheading {
	width: 524px;
	height: 45px;
	float: left;
	text-align: right;
}

#heading h1 {
	color: #C0BCA2;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 0 10px;
}

#heading h2 {
	color: #C0BCA2;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
	margin: 12px 0 0 0;
}

#nav {
	height: 42px;
	width: 924px;
	float: left;
}

#nav a:link, #nav a:visited, #nav a:hover {
	color: #C0BCA2;
	text-decoration: none;
}

#homenav {
	width: 85px;
	height: 39px;
	float: left;
	background: url(../images/nav/home.png) top no-repeat;
	margin: 0 5px 0 0;	
}

#homenav p {
	color: #C0BCA2;
	font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0 0 20px;
}

#aboutnav {
	width: 212px;
	height: 39px;
	float: left;
	background: url(../images/nav/about.png) top no-repeat;
	margin: 0 5px 0 0;	
}

#aboutnav p {
	color: #C0BCA2;
	font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0 0 10px;
}

#gallerynav {
	width: 107px;
	height: 39px;
	float: left;
	background: url(../images/nav/gallery.png) top no-repeat;
	margin: 0 5px 0 0;	
}

#gallerynav p {
	color: #C0BCA2;
	font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0 0 18px;
}

#showsnav {
	width: 93px;
	height: 39px;
	float: left;
	background: url(../images/nav/shows.png) top no-repeat;
	margin: 0 5px 0 0;	
}

#showsnav p {
	color: #C0BCA2;
	font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0 0 18px;
}

#productsnav {
	width: 218px;
	height: 39px;
	float: left;
	background: url(../images/nav/products.png) top no-repeat;
	margin: 0 5px 0 0;	
}

#productsnav p {
	color: #C0BCA2;
	font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0 0 14px;
}

#contactnav {
	width: 180px;
	height: 39px;
	float: left;
	background: url(../images/nav/contact.png) top no-repeat;
}

#contactnav p {
	color: #C0BCA2;
	font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0 0 14px;
}

#leftside {
	width: 485px;
	height: auto;
	float: left;
}

#phone {
	width: 485px;
	height: 61px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#phone p {
	color:#C0BCA2;
	font-size:16px;
	margin: 37px 0 0 40px;
	font-weight: bold;
}

#flasharea {
	width: 485px;
	height: 272px;
	float: left;
}

#underflash {
	width: 485px;
	height: 86px;
	float: left;
	background: url(../images/inner/underflash.png) top no-repeat;
	text-align: right;
}

#underflash h2 {
	color: #152233;
	font-size: 20px;
	margin: 0 30px 0 0;
	font-weight: normal;
}

#underflash p {
	color: #C0BCA2;
	font-size: 14px;
	margin: 15px 30px 0 50px;
	text-align: justify;
}

#rightside {
	width: 438px;
	height: auto;
	float: left;
	margin: 0;
}

#logo {
	width: 437px;
	height: 159px;
	float: left;
	margin: 0 0 1px 0;
}

#rightimage{
	width: 437px;
	height:258px;
	float: left;
	margin: 1px 0 0 0;
}

#contentarea {
	width: 922px;
	float: left;
	background: url(../images/inner/inner_contentbg.png) top repeat-y;
}

#contentarea h1 {
	font-size: 26px;
	color: #621A04;
	margin: 20px 0 0 10px;
	font-weight: normal;
}	

#contentarea p {
	margin: 15px 15px 0 10px;
	color: #434547;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
}

#bottom {
	width: 922px;
	height: 31px;
	float: left;
	background: url(../images/inner/inner_bottombg.png) top no-repeat;
}

#footer {
	width: 924px;
	height: 150px;
	float: left;
	margin: 10px 0 0 0;
}

#links1 {
	width: 220px;
	height: 150px;
	float: left;
	margin: 5px 0 0 0;
}

#links1 ul li {
	color: #C0BCA2;
	font-size: 10px;
	list-style: none;
		
}

#links2 {
	width: 220px;
	height: 150px;
	float: left;
	margin: 5px 0 0 0;
}

#links2 ul li {
	color: #C0BCA2;
	font-size: 10px;
	list-style: none;
}

#links3 {
	width: 149px;
	height: 150px;
	float: left;
}

#copyright {
	text-align: right;
	width: 335px;
	height: 150px;
	float: left;
}

#copyright p {
	color: #C0BCA2;
	font-size: 12px;
	margin: 15px 40px 0 0;
}

#footer a:link, #footer a:visited {
	color: #C0BCA2;
	text-decoration: none;
}

#footer a:hover {
	color: #621A04;
	text-decoration: none;
}



