@charset "UTF-8";
/* 

:: Screen CSS ::

:: Web site design by Scribblevision Designs - 2008 version 1.0 ::
:: Copyright 2008. All rights reserved ::
:: Contact - info@scribblevisiondesigns.com.au ::

:: Client -  Ace Radio ::

*/

/****** global *****************************************************************************/

* {
	margin: 0px; /* zero out browser defults */
	padding: 0px; /* zero out browser defults */
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #1D252E;
}

.clearfloats { /* clear floats with <br/> tag */
	clear: both; 
}
#rightCol ul{
	list-style: none;
}

#rightCol ul li{ /* list items with tick */
	display: block;
	padding-left: 30px;
	background: url(../ace_images/tick.gif) no-repeat 15px 5px;
	color: #CCC;
}

/****** header ****************************************************************************/

#headerStretch {
	height: 228px;
	background: #ECECEC url(../ace_images/header-bg.gif) repeat-x left top;
}

#headerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 228px;
	position: relative;
}

.logo {
	height: 128px;
	width: 140px;
	background: url(../ace_images/logo.jpg) no-repeat;
	position: absolute;
	bottom: 38px;
	left: 18px;
	text-indent: -9000px;
}
#logos {
	background: #ECECEC;
	border: 1px solid #62778C;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#logoFlow {
	height: 130px;
	width: 357px;
	position: absolute;
	bottom: 38px;
	left: 195px;
	color: #666;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

#header-img1 { /* speaker image */
	position: absolute;
	top: 0px;
	right: 0px;
	height: 228px;
	width: 333px;
	text-indent: -9000px;
	background: url(../ace_images/ACE_RADIO_V1_r1_c19.jpg) right top;
} 
 
/** top navigation **/

#nav {
	font-size: 14px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	background: url(../ace_images/ACE_RADIO_V1_r1_c6.gif) no-repeat left top;
}

#nav ul li a {
	color: #666;
	text-decoration: none;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

#nav ul li a:hover, .activeNav {
	color: #265A9B;
	background: #FFF url(../ace_images/ACE_RADIO_V1_r1_c6.gif) no-repeat left top;
}

/****** content ***************************************************************************/

#contentStretch {
	background: #1D252E;
	border-bottom: 3px solid #FFF;
	padding-bottom: 20px;
}

#contentWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #9FA5A7;
	font-size: 13px;
	line-height: 22px;
}

/** left col main menu **/

#mainMenu {
	border-right: 1px solid #51687E;
	border-left: 1px solid #51687E;
}

#leftColWrapper {
	width: 250px;
	float: left;
}

#leftCol {
	background: url(../ace_images/main-menu.gif) no-repeat left top;
	padding-top: 37px;
	border-bottom: 1px solid #647A8D;
}

#leftCol .link a{
	background: url(../ace_images/main-menu-bg.gif) repeat-x;
	display: block;
	color: #B4B4B4;
	text-decoration: none;
	font-size: 16px;
	padding-left: 33px;
	line-height: 36px;
}

#leftCol .link a:hover {
	color: #FFF;
}

#ad { /* advertise with ace */
	text-indent: -9000px;
	background: url(../ace_images/advertisment.jpg);
	height: 149px;
	margin-top: 10px;
	display: block;
}

/** right col content **/

#rightCol {
	float: right;
	width: 620px;
}

#rightCol img {
	padding-bottom: 10px;
}

.paraGap { /* paragraph indent spacing on home page */
	padding-left: 15px;
	line-height: 24px;
	padding-bottom: 20px;
}

#rightCol a {
	color: #FFF;
	text-decoration: none;
}

#rightCol a:hover {
	color: #CBFE01;
	text-decoration: underline;
}

#rightCol h1 {
	color: #CCC;
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

#rightCol h2 {
	color: #CCC;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#rightCol h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

.rightFloat { /* download buttons float */
	float: right;
	padding-left: 20px;
}

#innerLeftCol {
	width: 300px;
	float: left;
}

#innerRightCol {
	width: 300px;
	float: right;
}

/****** footer link bar **********************************************************************/

#linkBarStretch {
	background: #51687E;
	height: 170px;
}

#linkBarWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
	color: #FFF;
	font-size: 13px;
	background: url(../ace_images/footer-sep.gif) no-repeat right top;
}

#linkBarWrapper h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 5px;
}

#linkBarWrapper a {
	text-decoration: none;
	color: #CAFB34;
	line-height: 60px;
}

#linkBar1 {
	float: left;
	width: 185px;
	height: 170px;
	background: url(../ace_images/tower.jpg) no-repeat left top;
	color: #FFF;
	padding-left: 115px;
}

#linkBar2 {
	float: left;
	width: 185px;
	height: 170px;
	background: url(../ace_images/cdmixer.jpg) no-repeat left top;
	padding-left: 115px;
}

#linkBar3 {
	float: left;
	width: 172px;
	height: 170px;
	background: url(../ace_images/record.jpg) no-repeat left top;
	padding-left: 128px;
}

/****** footer *****************************************************************************/

#footerStretch {
	background: #1D252E url(../ace_images/footer-shadow.gif) repeat-x left top;
	height: 85px;
}

#footerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	font-size: 12px;
	line-height: 18px;
	color: #858A8C;
	position: relative;
}

#footerLinks {
	color: #CCC;
	padding-top: 15px;
}

#footerLinks a {
	color: #CCC;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#footerLinks a:hover {
	color: #647A8D;
	text-decoration: underline;
}

#copy-info {
	position: absolute;
	top: 15px;
	right: 0px;
}

.sd  {
	text-decoration: none;
	color: #9B0048;
}

/****** END STYLES **********************************************************************/

