﻿/* 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: 800px;
	height: 136px;
	}
	
#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;
}
