/*
STYLE SHEET
Created by Jordan Stiens-Magill - www.jsmportfolio.co.uk
Master CSS sheet 
www.roland.co.uk

		Table of contents :)
		
			1. General Layout Divs 
			2. Generic Classes
			3. Text paragraphs Heading 1,2,3 etc
			4. Main navigation style
			5. Sub navigation style

/********************************************************
* LAYOUT DIVS
********************************************************/

* {
	padding:0;
	margin:0;
}

body {
	margin:0px;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height:auto;
}

/********************************************************
* TOP
********************************************************/

#topWrapper {
	width:100%;
	height:80px;
	padding:0;
	margin:0;
	background-image:url(../images/layout/topContainer.gif);
	background-repeat:repeat-x;
}

#topContainer {
	margin: 0px auto;
	padding: 0px;
	width: 955px;
	height:68px;
}

.logo {
	width:121px;
	height:22px;
	float:left;
	margin:0;
	padding-top:1.6em;
	padding-left:1.5em;
}

#links {
	height:30px;
	float:right;
	margin:0;
	padding-top:2.1em;
	padding-right:2.5em;
}

#links p {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;	
}

#links a {
	color:#333333;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;	
}

#links a:hover {
	color:#000;
	text-decoration:underline;	
}


/********************************************************
* HEADER
********************************************************/

#headerWrapper {
	width:100%;
	height:274px;
	padding:0;
	margin:0;
	background-image:url(../images/layout/headerContainer.jpg);
	background-repeat:repeat-x;
}

#headerContainer {
	margin: 0px auto;
	padding: 0px;
	width: 911px;
	height:269px;
}

.headerImage {
	width:911px;
	height:269px;
	margin-top:4px;

}

/********************************************************
* NAVIGATION
********************************************************/

#navigationWrapper {
	width:100%;
	height:75px;
	padding:0;
	margin:0;
	background-image:url(../images/layout/navigationContainer.jpg);
	background-repeat:repeat-x;
}

#navigationContainer {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
}

#navigation {
	width:790px;
	height:75px;
	margin:0;
	padding-top:0.3em;
}

#navigation li {
	display: inline;
	text-transform:uppercase;
	float:left;
	margin-left:0.5em;
}

#navigation li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	padding-top:10px;
}

#navigation li.menu {
	display:block;
	height: 33px;
	width: 148px;
	background-repeat: no-repeat;
	background-image:url(../images/buttons/normal-button.gif);
	padding-top:0.5em;
	text-align:center;
}

#navigation ul.one, #navigation ul.two, #navigation ul.three {
    list-style: none;
}

/*ACTUAL DROP DOWN MENU */

#navigation ul li ul.one {
    list-style: none;
	position:absolute;
    left: 23px;
    top: 45px;
    display: none;
}

#navigation ul li ul.two {
    list-style: none;
	position:absolute;
    left:170px;
    top: 45px;
    display: none;
}

#navigation ul li ul.three {
    list-style: none;
	position:absolute;
    left: 320px;
    top: 45px;
    display: none;
}

#navigation ul li:hover ul.one, #navigation ul li:hover ul.two, #navigation ul li:hover ul.three { 
	display:inline;
}

#navigation ul li ul a {
	font-size:0.7em;
	margin-right:15px;
	text-transform:none;
}

/********************************************************
* EXTRA NAVIGATION
********************************************************/

#menu-sound-module, #menu-audio-interface, #menu-live-performance {
	display: none;
	position:relative;
}
.submenu {
	display: block;
	width: 770px;
	height: 30px;
	margin-top: -36px;
	margin-left: 0px;
}

.submenu a {
	font-size:0.8em;
	font-weight:bold;
	color:#FFF;
	margin-right:0.5em;
	text-decoration:none;
}

.submenu a:hover {
	font-size:0.8em;
	font-weight:bold;
	margin-right:0.5em;
	text-decoration:underline;
}

.submenu ul li {
	display: inline;
}
#menu-sound-module {
	padding-left:30px;
	position:absolute;
}
#menu-audio-interface {
	padding-left:181px;
	position:absolute;
}
#menu-live-performance {
	padding-left:329px;
	position:absolute;
}

#menuContainer {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
}

/********************************************************
* MAIN CONTENT
********************************************************/

#mainWrapper {
	width:100%;
	padding:0;
	margin:0;
}

*:first-child+html #mainContainer {
	height:1%;
}

#mainContainer {
	margin: 0px auto;
	margin-top:30px;
	width: 901px;
	height:200px;
	background-image:url(../images/layout/mainContainer.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
}

#leftContent {
	width:500px;
	float:left;
}

#leftContent ul {
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
}

#leftContent li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left:5px;
	line-height:1.6em;
	color:#333333;
	list-style:circle;
}

#leftContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-top:30px;
	padding-left:40px;
	color:#000;
}

#leftContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-top:30px;
	padding-left:40px;
	color:#333;
	font-weight:bold;
}

#leftContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-top:0px;
	padding-left:40px;
	color:#333;
	font-weight:bold;
}

#leftContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.6em;
	color:#333;
	padding-top:10px;
	padding-left:40px;
}

#leftContent a {
	color:#000;
	font-weight:bold;
}

#leftContent a:hover {
	color:#000;
	font-weight:bold;
}

.links a {
	font-size:0.9em;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:380px;
	padding:5px;
	background-color:#F5F5F5;
	border:1px solid #CCC;
}

.links a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background-color:#FFF;
}

#rightContent {
	width:380px;
	float:right;
}

.photo {
	margin-top:30px;
}

.border {
	border:1px solid #CCC;
}

#buttonBkg {
	margin-left:0px;
	margin-top:1em;
	width:328px;
	background-color:#F5F5F5;
	border:1px solid #CCC;
}

#buttonBkg p {
	font-size:0.8em;
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

#button {
	padding-top:0.6em;
	margin: 0 auto;
	width:192px;
	height:43px;
}

#button a {
	display:block;
	width:192px;
	height:43px;
	background-image:url(../images/layout/downloadButton.gif);
	background-repeat:no-repeat;
}

#button a:hover {	
	background-image:url(../images/layout/downloadButtonOn.gif);
	background-repeat:no-repeat;
}

/********************************************************
* FOOTER
********************************************************/

#footerWrapper {
	width:100%;
	height:149px;
	float:left;
	padding:0;
	margin:0;
	background-image:url(../images/layout/footerContainer.gif);
	background-repeat:repeat-x;
}

#footerContainer {
	margin: 0px auto;
	padding-top:95px;
	width: 901px;
	height:44px;
	color:#666;
}

#footerContainer a {	
	color:#666;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
}

#footerContainer a:hover {	
	color:#999;
	text-decoration:underline;
}

.left {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin-left:40px;	
	color:#666;
}

.right {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin-left:40px;	
}


/********************************************************
* GENERIC CLASSES
********************************************************/

.clear {
	clear:both;
}

.newHightlight {
	color:#0066CC;
	font-weight:bold;
}

.noBorder {
 	border:none;
}

.displayNone {
	display:none;
}

.icon {
	margin-left:2.5em;
	border:none;
}

.iconPaper {
	margin-top:15px;
	margin-left:2.5em;
	border:none;
}

.ownerButton {
	margin-left:1.5em;
	border:none;
}

/********************************************************
* SITE MAP STYLING
********************************************************/

#siteMapContent {
	width:900px;
	float:left;
}

#siteMapContent ul {
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:25px;
}

#siteMapContent li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left:5px;
	color:#333333;
	list-style:circle;
	margin-bottom:0.3em;
}

#siteMapContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-top:30px;
	padding-left:40px;
	color:#000;
}

#siteMapContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-top:30px;
	padding-left:0px;
	padding-bottom:0.2em;
	color:#333;
	font-weight:bold;
	width:280px;
	border-bottom:1px solid #999;
	margin-left:50px;
}

#siteMapContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#333;
	padding-top:10px;
	padding-left:40px;
}

#siteMapContent a {
	color:#333;
	font-weight:bold;
}

#siteMapContent a:hover {
	color:#000;
	font-weight:bold;
}

#group1 {
	width:450px;
	float:left;
}

#group2 {
	width:450px;
	float:left;
}

/********************************************************
* TABLE STYLING
********************************************************/

#table {
	margin-left:40px;
	margin-top:40px;
	border:none;
}


.table {
	width:440px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Impact;
	background-image:url(../images/layout/table-bkg.gif);
	background-repeat:repeat-y;
}

th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	height:27px;
	background-color:#CCCCCC;
}

.tableheading {
	width:220px;
	text-align:center;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	vertical-align: top;
	text-align:center;
	padding:0.3em;
}

tr a {
	color:#333;
	text-decoration:none;
}

tr a:hover {
	color:#000;
	text-decoration:underline;
}

/********************************************************
* PLAY CLIP - TABLE STYLING
********************************************************/

#table2 {
	margin-left:40px;
	margin-top:40px;
	border:none;
}


.table2 {
	width:440px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Impact;
	background-image:url(../images/layout/table-bkg.gif);
	background-repeat:repeat-y;
}

th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	height:27px;
	background-color:#333;
	color:#FFFFFF;
}

.tableheading2 {
	width:220px;
	height:30px;
	text-align:center;
	padding-top:2px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	vertical-align: top;
	text-align:center;
	padding:0.3em;
}

tr a {
	color:#333;
	text-decoration:none;
}

tr a:hover {
	color:#000;
	text-decoration:underline;
}

.colorOne {
	background-color:#eeeeee;
}

.colorTwo {
	background-color:#fafafa;
}


/********************************************************
* CONTACT FORM
********************************************************/

fieldset {
	margin-left:2.5em;
	margin-right:40px;
	margin-top:1.5em;
	padding-bottom:1.5em;
}

legend {
	color:#333;
	font-weight:bold;
	font-size:0.8em;
	margin-left:1.2em;
	padding:4px;
}

.row {
	padding-top:0.4em;
	clear:both;
}

.row2 {
	clear:both;
}

.formField {
	float:left;
}

.postcode {
	width:75px;
}

.county {
	width:130px;
}


.formLabel {
	width:140px;
	display:block;
	font-size:0.7em;
	color:#333;
	float:left;
	text-align:right;	
}

.formControl {
	float:left;
	padding-left:1.2em;
}

*:first-child+html .submit {
	margin-left:4em;
}

.submit {
	margin-left:5em;
	margin-top:0.6em;
}


/********************************************************
* END OF CSS
********************************************************/



