/* CSS Document */
html, body{
	margin:0px;
	background-color:#EBEBEB;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:12px;
}
.titleh1{
	font-weight:bold;
	font-size:20px;
	color:#49281C;
}
.titleh3{
	font-size:14px;
	color:#FCBF00;
	background-color:#000000;
	padding:5px;
	margin-right:20px;
}
#wrapper{
	width:780px;
	margin:10px auto;
	border:solid #000000 1px;
	background-color:#FFFFFF;
}
#header{
	height:132px;
	background-image:url(../images/header.gif);
}
#main{
	background-image:url(../images/pagebkg.jpg);
	background-repeat:no-repeat;
	min-height:200px;
}
#contact{
	background-color:#005A9A;
	color:#FFFFFF;
	padding:5px;
	clear:both;
	border-bottom:solid #000000 2px;
}
#footer{
	background-color:#49281C;
	color:#FFFFFF;
	padding:5px;
}
/*HOME PAGE ONLY*/
#homeleft{
	float:left;
	width:300px;
	display:inline;
}
#homeright{
	float:right;
	width:480px;
	display:inline;
	margin-top:10px;
}
#insideright{
	float:right;
	width:470px;
	display:inline;
	margin-top:10px;
}
#insidebottom{
	clear:both;
	margin:100px 20px 0px 50px;
	padding:0px 10px;
	border-right: solid #005A9A 1px;
	border-left: solid #005A9A 1px;
	border-top: solid #005A9A 2px;
	background-color:#FFFFFF;
}

/*NAVIGATION*/
ul#navigation {
	z-index: 10;
	position: relative;
	top: 100px;
	left: 275px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#FFFFFF;
}

ul#navigation a {
	display : block;
	height : 20px;
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	overflow : hidden;
	/*padding-top:15px;*/
	padding-top:12px;
}
/*BUTTONS and ROll overs*/			
li#n1 {position : absolute; top : 0px; left : 0px; width : 50px;}
li#n2 {position : absolute; top : 0px; left : 50px; width : 62px;}
li#n3 {position : absolute; top : 0px; left : 112px; width : 58px; height : 30px;}
li#n4 {position : absolute; top : 0px; left : 170px; width : 62px; height : 30px;}
li#n5 {position : absolute; top : 0px; left : 232px; width : 62px; height : 30px;}
li#n6 {position : absolute; top : 0px; left : 294px; width : 62px; height : 30px;}
li#n7 {position : absolute; top : 0px; left : 356px; width : 62px; height : 30px;}
li#n8 {position : absolute; top : 0px; left : 418px; width : 62px; height : 30px;}
li#n1 a:hover { background-color:#000000; }
li#n2 a:hover { background-color:#000000; }
li#n3 a:hover { background-color:#000000; }
li#n4 a:hover { background-color:#000000; }
li#n5 a:hover { background-color:#000000; }
li#n6 a:hover { background-color:#000000; }
li#n7 a:hover { background-color:#000000; }
li#n8 a:hover { background-color:#000000; }
/*Classes*/
a.white{
	color:#FFFFFF;
}

/*********************/
/*HOME NAVIGATION*/
ul#home {
	z-index: 10;
	position: relative;
	left: 52px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#FFFFFF;
}

ul#home a {
	display : block;
	/*height : 50px;*/
	color:#FFFFFF;
	text-decoration: none;
	overflow : hidden;
}

/*Motion Gallery*/
#caption{ /*image border color*/
	margin-left: 10px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#motioncontainer{ /*image border color*/
	/*margin-top: 5px;*/
}

#motioncontainer a img{ /*image border color*/
/*border: 1px solid #ccc;*/
}

#motioncontainer a:hover img{ /*image border hover color*/
/*border: 1px solid navy;*/
}

#motioncontainer a:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: lightyellow;
	/*border: 1px solid gray;*/
	visibility: hidden;
}
hr{
	color:#49281C;
	background-color:#49281C;
	height: 3px;
	width:98%;
	margin-top:20px;
	margin-bottom:20px;
}
.quote{
	background-color:#EBEBEB;
	padding:10px;
	border:solid #000000 1px;
}
.enews{
	background-color:#49281C;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	border: solid #000000 1px;
}
a.enews:hover{
	background-color:#000000;
	color:#FFFFFF;
}
.dvd{
	background-color:#FCBF00;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	border: solid #000000 1px;
}
a.dvd:hover{
	background-color:#000000;
	color:#FFFFFF;
}
.request{
	background-color:#0D6BAA;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	border: solid #000000 1px;
}
a.request:hover{
	background-color:#000000;
	color:#FFFFFF;
}
.blue{
	font-weight:bold;
	color:#0D6BAA;
}
.images_inside{
	padding:5px;
	background-color:#CCCCCC;
	border: solid #000000 1px;
}