﻿/* aNd Logistix CSS
Aug 2006 - Inorbital
----------------------------------*/

body {
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:  arial, verdana, serif;
	font-size: 12px;
}

#container {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}	

/********** Landing Page **********
- elements specific to the landing page */	

#landingTop	{
	width: 798px;
	height: 495px;
	float: left;
	margin-top:30px;
	background-image: url("musiclanding.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
	
.musicTop{
	height:459px;
	width:798px;
	float:left;
	margin:0px;
	padding:0px;
}

.musicLink{
	float:left;
	width:180px;
	height:70px;
	margin-top:347px;
	padding-left:182px;
}

.music{
	width:284px;
	height:431px;
	float:right;
}

.musicBtns{
	float:left;
	margin-top:12px;
	width:190px;
	color:#ffffff;
	text-align:center;
}

#musicPhotos {
	float:left;
	width:284px;
	height:263px;
	padding-top:135px;
}

a img{
	border:none;
}

a{
	outline:none;
}

/* Easy Slider */

	#musicPhotos ul, #musicPhotos li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#musicPhotos, #musicPhotos li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:284px;
		height:263px;
		overflow:hidden; 
		}
	span#prevBtn a{
		display:block;
		width:60px;
		height:29px;
		float:left;
		margin-top:5px;
		text-decoration:none;
		color:#ffffff;
		background-image:url('musicbtnP.gif');
		background-repeat:no-repeat;
		background-position:center;
		outline:none;
	}
		
	span#nextBtn a{
		display:block;
		width:60px;
		height:29px;
		float:right;
		margin-top:5px;
		text-decoration:none; color:#ffffff;
		background-image:url('musicbtnN.gif');
		background-repeat:no-repeat;
		background-position:center;
		outline:none;
	}					

/* // Easy Slider */

.musicBtns a{
	color:#FFFFFF;
	text-decoration:none;
}
.musicBottom{
	height:36px;
	width:793px;
	float:left;
	padding-top:20px;
	padding-right:5px;
	font-size:10px;
	color:#999999;
	text-align:right;
}

.musicBottom a{
	color:#999999;
	text-decoration:none;
}

#landingInfo {
	width: 362px;
	height: 361px;
	float: left;
	/*background: url("../images/landing_bottom_left.gif") no-repeat bottom;*/
	}
	
#landingInfo p {
	margin-right: 18px;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #6e6e6e;
	text-align: justify;
	}
	
#landingInfo a {
	text-decoration: none;
	color: #0090c4;
	}
	
#landingInfo a:visited {
	text-decoration: none;
	color: #0090c4;
	}
	
#landingInfo a:hover {
	text-decoration: underline;
	color: #bad90a;
	}
	
#landingRight {
	width: 438px;
	height: 361px;
	float: right;
	}
	
#landingBottom	{
	width: 364px;
	height: 365px;
	float: left;
	}


/********** Scrollbar **********
- controls colour of scroll bar in IE only */	

html {
	scrollbar-base-color: #0090c4;
	scrollbar-arrow-color: #0090c4;
	scrollbar-3dlight-color: #f4f4f0;
	scrollbar-darkshadow-color: #F2F2F2;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
}

/********** Header ***********	
- includes Logo and Menu areas */

#header {
	width: 800px;
	height: 42px;
}

#logo {
	width: 210px;
	height: 42px;
	float: left;
}

#menu {
	font-family:  arial, verdana, serif;
	font-size: 90%;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #0090c4;
	text-align: right;
	}

#menu ul {
	text-decoration: none;
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#menu ul li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	}

#menu a:LINK {
	text-decoration: none;
	color: #0090c4;
	}
	
#menu a:VISITED {
	text-decoration: none;
	color: #0090c4;
	}
	
#menu a:HOVER {
	text-decoration: none;
	color: #bad90a;
	}

#menu a.musiclink{
	float:right;
	display:block;
	color: #bad90a;
	width:400px;
	line-height:14px;
	outline:none;
}

#menu a.musiclink:hover{
	color: #0090c4;
}
	

/********** Section Title ***********
- contains title for each section and printer friendly link */	

#section {
	font-family:  arial, verdana, serif;
	font-size: 90%;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0090c4;
	width: 590px;
	height: 69px;
	}

#section #upper {
	width: 590px;
	height: 41px;
	text-align: right;
	}

#section #lower {
	width: 590px;
	height: 28px;
	text-align: right;
	color: #0090c4;
	}

#section #lower a:LINK {
	text-decoration: none;
	color: #0090c4;
	}
	
#section #lower a:VISITED {
	text-decoration: none;
	color: #0090c4;
	}
	
#section #lower a:HOVER {
	text-decoration: none;
	color: #bad90a;
	}

/********** Content ***********
- main body content includes quote, iframe and innercontent */	

#content {
	font-family:  arial, verdana, serif;
	font-size: 100%;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 590px;
	height: 391px;
}

#innercontent {
	color: #6e6e6e;
	margin-right: 15px;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

#innercontent a {
	text-decoration: none;
	color: #0090c4;
	}
	
#innercontent a:visited {
	text-decoration: none;
	color: #0090c4;
	}
	
#innercontent a:hover {
	text-decoration: underline;
	color: #bad90a;
	}

#innercontent p {
	text-align: left;
}

#innercontent h1 {
	font-size: 185%;
	color: #0090c4;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#innercontent h2 {
	font-size: 140%;
	color: #0090c4;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#innercontent h3 {
	font-size: 120%;
	font-weight: bold;
	color: #bad90a;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#innercontent h4 {
	font-size: 100%;
	font-weight: bold;
	color: #bad90a;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#innercontent ul {
	margin: 10px 0 0px 30px;
	padding: 0;
	list-type: none;
}

#innercontent ul li {
	margin: 0;
	padding: 0 0 3px 0px;
}

/************* Menu Inner ************
- This is for a sub menu included within the content page */

#menuinner {
	font-family:  arial, verdana, serif;
	font-size: 90%;
	color: #0090c4;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
	}

#menuinner  a {
	text-decoration: none;
	color: #0090c4;
	}
	
#menuinner  a:VISITED {
	text-decoration: none;
	color: #0090c4;
	}

#menuinner  a:HOVER {
	text-decoration: none;
	color: #bad90a;
	}

/********** Quote area ***********
- must be restricted to two lines plus one line for person name
- only person name should be bold as it automatically breaks and floats right */	

#quote {
	float: left;
	color: #fff;
	font-size: 90%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 560px;
	height: 42px;
	border-bottom: 5px solid #bad90a;
	text-align: justify;
	background: #0090c4 url("../images/quote_bg.gif") repeat-x bottom
}

#quote b {
	float: left;
}

#quote a {
	float: right;
}

#quote a:LINK {
	font-weight: bold;
	text-decoration: none;
	color: #bad90a;
	}
	
#quote a:VISITED {
	font-weight: bold;
	text-decoration: none;
	color: #bad90a;
	}
	
#quote a:HOVER {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
	
/********** Right Side Content ***********
- Flash items for each section */	

#rightcontent {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 210px;
	height: 496px;
}

/********** Footer ************/	

#footer {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 590px;
	height: 36px;
}