@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #fff9d6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 999px;
}

#header-broadcast {
	position: relative;
	margin: 0;
	padding: 0;
	height: 280px;
	/*background: #5a5a5a;*/
	background-image:url(images/broadcast_header.jpg);
	background-repeat: no-repeat;
	width: 999px;
}

#header-home {
    position: relative;
	margin: 0;
	padding: 0;
	height: 280px;
	/*background: #5a5a5a;*/
	background-image:url(images/home_header.jpg); 
	background-repeat: no-repeat;
}

#header-filmvideo {
    position: relative;
	margin: 0;
	padding: 0;
	height: 280px;
	/*background: #5a5a5a;*/
	background-image:url(images/filmvideo_header.jpg); 
	background-repeat: no-repeat;
}

#header-sound {
    position: relative;
	margin: 0;
	padding: 0;
	height: 280px;
	/*background: #5a5a5a;*/
	background-image:url(images/sound_header.jpg); 
	background-repeat: no-repeat;
}

#broadcast_topContent {
	margin: 0;
	padding: 0;
	height: 422px;
	background: #5a5a5a;
	background-image:url(images/broadcast_topContent.jpg);
	background-repeat: no-repeat;
	width: 999px;
}

#home_topContent {
	margin: 0;
	padding: 0;
	height: 422px;
	background: #5a5a5a;
	background-image:url(images/home_topContent.jpg); 
	background-repeat: no-repeat;
}

#navigation {
	margin: 0;
	padding: 0;
	height: 59px;
	background: #5a5a5a;
	background-image:url(images/navigation.jpg);
	background-repeat: no-repeat;
	width: 999px;
}

#contentbucket {
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(images/body.jpg);
	background-repeat:repeat-y;
	width: 999px; /* DO NOT REMOVE else it'll trigger IE6 bug */
	min-height: 225px;
	height:auto !important;
	text-align: left;
}

#contentbucketTop {
	margin: 0 0 0 0;
	padding: 0;
	width:999px; /* DO NOT REMOVE else it'll trigger IE6 bug */
;
}

#content {	
	margin: 20px 20px 0 30px;
	padding: 0;
}

#c1 {
	float: left;
	width: 490px;
	margin-right: 50px;
	margin-left: 10px;
}

#c2 {
	margin: -100px 0 0 30px;
	padding: 0;
	width: 520px;
	float: left;
}

#c3 {
	padding: 0;
	float: left;
	width: 890px;
	margin-left: 30px;
	margin-bottom: 15px;
}

#c4 {
	padding: 0;
	width: 410px;
	float: left;
	margin-top: 90px;
	margin-left: 12px;
	height: 225px;
}

#c5 {
	float: right;
	width: 400px;
	background-image: url(images/serviceBox.jpg);
	height: 292px;
	background-repeat: no-repeat;
}

#c6 {
	margin: 75px 0 0 20px;
	padding: 0;
	width: 320px;
	float: left;
}

#c7 {
	float: right;
	width: 400px;
	background-image: url(images/soundBox.jpg);
	height: 292px;
	background-repeat: no-repeat;
	margin-top: 100px;
}



#footer {
	margin: 20px 0 0 0;
	padding: 0;
	height: 200px;
	text-align: center;
}

#footer a {
	color: #8b7700;
}

#cta {
    left: 525px;
    position: absolute;
    top: 222px;
}

#offer_details {
    bottom: 9px;
    left: 44px;
    position: absolute;
}

a img {
    border: 0;
}

#nav {
	margin: 300px 0 0 20px;
	padding: 0px;
	height: 18px;
	position: absolute;
	top: 0px;
	width: 999px;
}
	
#nav ul{
	margin: 0;
	padding: 0; 
	list-style-type: none;
	height: 16px;
}

#nav ul li{
	float: left;
	height: 16px;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
}
	
#nav ul li a{
	display: block;
	height: 16px;
}

#home {
	width: 140px;
}
#home a {
	width: 140px;
	color: #FFFFFF;
}

#broadcast {
	width: 240px;
}
#broadcast a {
	width: 200px;
	color: #FFFFFF;
}

#sound {
	width: 190px;
}
#sound a {
	width: 190px;
	color: #FFFFFF;
}

#film {
	width: 200px;
}
#film a {
	width: 200px;
	color: #FFFFFF;
}

#home a:hover, #home .on, #broadcast a:hover, #broadcast .on, #sound a:hover, #sound .on, 
#film a:hover, #film .on {
	color: #8b7700;
}









h1 {
	margin: 0;
	padding: 0;
    font-size: 24px;
}


h2 {
	margin: 0;
	padding:0;
	font-size: 14px;
	color: #CC0000;
	font-weight:100;
}

p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #0000FF;
	
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form, fieldset, legend {
    margin: 0;
    border: 0;
    padding: 0;
}


fieldset {
    position: relative;
    border-top: 1px solid black;
    width: 300px;
    height: 320px;
}

fieldset#billing, fieldset#payment {
    float: left;
}

fieldset#payment {
    margin-left: 30px;
    margin-right:-100px; /* fixes weird IE6 bug */
}

fieldset#delivery {
    margin-top: 10px;
    height: 250px;
}

fieldset legend {
/*    display: block;
    float: left;
    width: 100%;*/
    font-weight: bold;
    color: black;
    padding-right: 5px;
    
}

fieldset p {
    margin-top: 10px;
    font-size: 11px;
}

fieldset label {
	float:left;
	line-height:2em;
    width:95px;
}

fieldset input[type="text"] {
    width: 195px;
}

fieldset#payment label {
    width:130px;
}

fieldset#payment input[type="text"] {
    width: auto;
}

fieldset#payment input[type="checkbox"] {
    float: left;
    margin: 1px 4px 3px 0;
}

div#errors {
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 10px;
}

div#errors p {
    color: red;
}

ol.privacy_policy {
    list-style: none;
    counter-reset: item;
}

ol.privacy_policy li:before { 
    content: counters(item, "."); 
    counter-increment: item;
    margin-right: 0.5em;
}

ol.privacy_policy ol ol li:before {
    content: "(" counter(item, lower-alpha) ")";
}

ol.privacy_policy li {
    margin-bottom: 1em;
}

table {
  width: 100%;
}

td {
	vertical-align: top;
}

tfoot {
  border-top: 1px solid black;
}

