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

body {
	background:url(images/BG.jpg) top repeat-x #191d4a;
	background-attachment:fixed;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;;
	margin:0;
	color:#eee;
}
#container {
	width:1102px;
	margin:0 auto 0 auto;
}
#header {
	width:1102px;
	height:276px;
	background:url(images/header.png) top no-repeat;
	margin:0px auto 0 auto;
	padding:0;
	position:relative;
}
#nav {
	padding: 0px 0 0 0;
	text-align:center;
	width:950px;
	margin:0 auto 0 auto;
	position:relative;
	top:250px;
}
#nav a, #nav a:active, #nav a:visited {
	text-decoration:none;
	padding:12px 16px 6px 16px;
	margin:0 10px 0 10px;
	color:#000;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav a:hover {
	background:url(images/navover.jpg) left no-repeat;
	color:#ffc20e;
}



.clear {
	clear:both;
}

#content {
	padding:20px 0 0 0;
	margin:0 auto 0 auto;
	position:relative;
	width:950px;
	background:url(images/contentBG.jpg) top repeat-y;
	min-height:500px;
}

#col-left {
	width:400px;
	float:left;
	margin:10px 5px 10px 20px;
	line-height:18px;
	padding:15px;
}
#col-left-orange {
	width:400px;
	float:left;
	margin:10px 5px 10px 20px;
	line-height:18px;
	background:#f7941e;
	color:#000;
	padding:15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #000;
}
#col-right {
	width:420px;
	float:right;
	margin:10px 40px 10px 5px;
}
#col-right-orange {
	width:400px;
	float:right;
	margin:10px 20px 10px 0px;
	line-height:18px;
	background:#f7941e;
	color:#000;
	padding:15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #000;
}
a:link {
	color: #ffc20e;
}
a:visited {
	color: #ffc20e;
}
a:active {
	color: #ffc20e;
}
a:hover {
	color: #FC0;
}
h1 {
	font-size: 28px;
	margin:0;
	padding:15px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}
h2 {
	font-size: 22px;
	margin:15px 0 5px 0;
	padding:5px 0 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	color:#fff;
}
h3 {
	font-size: 18px;
	margin:15px 0 0 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}
li{
	margin-bottom:10px;
}

#footer {
	margin:0 auto 0 auto;
	width:950px;
	font-size:.7em;
}
big {
	font-size:1.1em;
	color:#ac4bef;
}

#email fieldset {
	width:500px;
	border:2px solid #f7941e;	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin:20px auto 0 auto;
	background-color:#f2f2f2;
	color:#000;
}
#email small {
	color:#000;
}
#email legend {
	font-size:22px;
	font-weight:bold;
	color:#f7941e;
	background:#f2f2f2;
	padding:3px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#email div {
	margin:10px;
}
#email label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:120px;
	color:#000;
	font-size:.8em;
}

#email #submit {
	text-align:center;
}
#imgver input {
	width:100px;
}

input {
	border:1px solid #111;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:200px;
}
textarea {
	border:1px solid #111;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:300px;
	height:120px;
}
select {
	border:1px solid #111;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:auto;
	cursor:pointer;
}

.button{
	background-color:#f7941e;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
	float:right;
}
.button:hover{
	background-color:#d17200;
	color:#FFF;
	cursor:pointer;
}

.order button {
	width:auto;
	border:none;
}
.order input {
	width: auto;
}
.order .button {
	border:none;
}
#viewcart {
	text-align:right;
	float:right;
	width:400px;
	padding-right:50px;
}
#viewcart input {
	width:auto;
	border:none;
}

#videoplayer {
	float:left;
	width:640px;
}
#videolist {
	width:250px;
	float:right;
	margin:10px 20px 10px 0px;
	line-height:18px;
	background:#f7941e;
	color:#000;
	padding:15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #000;
}
#videolist a {
	color:#293677;
}
#videolist a:visited , #videolist a:active {
	color:#006;
}
#videolist a:hover {
	color:#900;
}



