/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
}

#branding {
	height: 105px;
	border-bottom: 5px solid #DB950F;
	background: #fff url(../images/branding-bg.gif) no-repeat top left;
}

#topnav {
	float: right;
	margin-top: 80px;
}

#maincontent {
	background: #042441 url(../images/main-bg.jpg) no-repeat top right;
	color: #fff;
	padding: 20px;
}

#footer {
	clear: both;
	text-align: right;
	border-top: 5px solid #DB950F;
}

#footer p {
	font-size: 0.8em;
	margin-right: 40px;
}


/* Navigation Styling */

#topnav ul {
	list-style:none;
	margin: 5px;
}

#topnav li {
	display: inline;
	width: 115px;
}

#topnav li a {
	padding: 5px;
	width: 115px;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav-bg.gif) repeat-x top left;
	padding: 7px 10px 8px 10px;
}
#topnav li a:hover {
	padding: 5px;
	width: 115px;
	text-decoration: none;
	color: #000;
	background: url(../images/nav-bg.gif) repeat-x top left;
	padding: 7px 10px 8px 10px;
}

/* Other styles */

p {
	font-size: 0.9em;
	line-height: 19px;
}

ul {
	font-size: 0.9em;
	line-height: 19px;
}

ul ul {
	font-size: 1.0em;
	line-height: 19px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

#maincontent a {
	color: #ff0000;
	text-decoration: none;
}

#maincontent a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.homepic {
	float: left;
	height: 175px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.homepic img {
	border: 1px solid #fff;
}

.picright {
	float: right;
	padding: 20px;
	
}

.kits {
	float: left;
	width: 250px;
	margin-right: 25px;
	border: 1px dashed #fff;
	padding: 7px;
}

.packages {
	float: left;
	border: 1px dashed #fff;
	padding: 8px;
	width:900px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}


/* Form Styling */

/* Form Styling */
.clear {
  clear: both;
}

#maincontent form {
  font-size: 1.0em;
}


/* fieldset styling */
#maincontent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#maincontent legend {
	font-weight: bold;
	color: #ffffff;
}

#maincontent form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#maincontent label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#maincontent input.textfield {
  width: 200px;
}

#maincontent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#maincontent  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#maincontent  input:focus, textarea:focus {
	background: #ffc;
}

#maincontent  input.radio {
    float: left;
	margin-right: 1em;
}

#maincontent  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#player {
	float: right;
	width: 350px;
	margin-right: 25px;
	margin-top: 10px;
	text-align: right;
}
#billf_text {
	width: 600px;
	float: left;
}
#billf_player_wrapper {
	width:264px;
	overflow:hidden;
	text-align: center; 
	float: right; 
	margin-right: 25px;
}
#billf_player {
	width:264px;
	height: 216px;
	overflow:hidden;
}

#stewart {
	width: 200px;
	float: right;
	margin: 10px;
}
#victoriac_text {
	height: 250px;
}