body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 1em;
	background-color:#000000;
	position: relative; /* required for floating footer - DJ */
}
h1 {
	font-size:0.72em;
	margin:0px 0px 3px 0px;
}
p {
	font-size:0.7em;
	margin:0px 10px 3px 0px;
}

.legalstuff{
	font-size:0.7em;
	margin-top:0px;
	margin-bottom:5px;
}
h1 {
	font-weight:bold;
	text-transform:uppercase;
}
dt {
	float:left;
	width:75px;
	text-align:right;
	margin:0px 5px 0px 0px;
}
dd {
	margin:-5px 0px 10px 80px;
}
#wrapper {
	width:955px;
	height:600px;
	margin:0 auto;
	background-repeat:no-repeat;
}

/*This is a series of classes that determine the page background image.*/
.home1 {
	background-image:url(/images/home_bg_1.jpg);
}
.wordsunite {
	background-image:url(/images/words_unite_bg.jpg);
}
.b2bawards {
	background-image:url(/images/b2b_awards.jpg);
}
.sanyo {
	background-image:url(/images/sanyo.jpg);
}
#logo {
	float:left;
	margin-top:20px;
}
#logo img {
	border:none;
}

/*Settings for the top menu. */
#menutop {
	float:right;
	text-align:right;
	margin-right:20px;
	font-size:0.7em;
	color:#FFFFFF;
	text-transform:uppercase;
	width:500px;
}
#menutop ul li {
	list-style:none;
	list-style-type:none;
	display:inline;
	margin-left:10px;
}
#menutop ul li a:link, #menutop ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menutop ul li a:hover {
	text-decoration:underline;
}
#menutop ul li a:active {
	text-decoration:underline;
	color:#FF0000;
}
#menutop ul li a img {
	border:none;
	padding-top:5px;
	margin-right:5px;
}
#menutop label {
	text-align:right;
	font-weight:bold;
}

/* container for floating footer - DJ */
#footerholder {
	width: 955px;
	height: 100%;
	max-height: 615px;
	min-height: 300px;
	position:fixed;
	top: 0;
	left: 50%;
	margin-left: -455px;
}

/* floating footer - DJ */
#footer {
	text-align:left;
	width:890px;
	height:120px;
	background-color:#FFFFFF;
	position:absolute;
	left: 0;
	bottom: 20px;
	padding:0px 0px 20px 20px;
	color:#000000;
}
#main {
	position:absolute;
	width:890px;
	top:0;
	left:50%;
	margin-left:-455px;
}

/*Settings for the footer and bottom menu
#footer {
	text-align:left;
	width:890px;
	height:120px;
	background-color:#FFFFFF;
	margin:280px 0px 0px 0px;
	padding:0px 0px 20px 20px;
	color:#000000;
}*/

#video {
	text-align:center;
	padding:75px 175px 0px 0px;
}
#map {
	position:relative;
	top:150px;
	left:200px;
	width:500px;
	height:250px;
	text-align:center;
}

#showreel_footer {
	text-align:left;
	width:890px;
	height:120px;
	background-color:#FFFFFF;
	margin:82px 0px 0px 0px;
	padding:0px 0px 20px 20px;
	color:#000000;
}

#map_footer {
	text-align:left;
	width:890px;
	height:120px;
	background-color:#FFFFFF;
	margin:185px 0px 0px 0px;
	padding:0px 0px 20px 20px;
	color:#000000;
}

#menumain {
width:370px;
float:left;
}

.menubottom {
	float:left;
	padding:0px;
	margin: 0px 15px 0px 0px;
	display:block;
	list-style:none;
	list-style-type:none;
	font-size:0.65em;
	text-transform:uppercase;
}

/*.inactive, .active {
	margin-left:30px;
	text-indent:-30px;
	}*/

.inactive a:link, .inactive a:visited {
	color:#000000;
	text-decoration:none;
}
.active a:link, .active a:visited {
	color:#FFFFFF;
	background-color:#FF0000;
}
.inactive a:hover {
	color:#FFFFFF;
	background-color:#FF0000;
}
.active a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

#pagecontent {
	float:left;
	width:520px;
	height:105px;
	overflow:hidden;
	
}
.paginglink {
	float:left;
	text-align:right;
	height:15px;
	margin-top:5px;
}
.box a:link, .box a:visited {
	background-image:url(/images/page_link_inactive.gif);
	background-repeat:no-repeat;
	width:15px;
	text-decoration:none;
	margin:0px 0px 0px -5px;
}
.box a:hover, .boxactive {
	background-image:url(/images/page_link_active.gif);
	background-repeat:no-repeat;
	width:15px;
	text-decoration:none;
	margin:0px 0px 0px -5px;
}
.paginglink img {
	border:none;
}
.primary {
	width:325px;
}
.secondary {
	width:540px;
}


/*Utility classes*/
.clearer {
	clear:both;
}

.scroll-track{
height:12px;
width:12px;
background:#CCCCCC;
cursor:pointer;
}

.scroll-handle{
border: 1px solid;
height:12px;
width:12px;
background:#FF0000;
cursor:n-resize;
/*background-image:url(/images/scroller.gif);
/*background-repeat:no-repeat;*/
background-position:center;
}

/*Rails validation errors*/
.fieldWithErrors input, .fieldWithErrors textarea {
  border:  1px solid #c66 !important;
  background-color: red;
  color:white;
}