* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}

body {

	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	
}

/* FROM SITE CSS */

a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

	#logo {
		float: left;
		margin: 20px 0px 17px 0px;	
	}
	
	#navSearch {
		float: right;
		margin: 52px 0px 0px 0px;
	}
	
		#navSearch form {
			background-image: url("http://www.bluemic.com/images/navSearchBG.png");
			background-repeat: no-repeat;
		}
		
		#navSearch form .searchInput {
			background: none;
			border: none;
			color: #FFF;
			font-size: 11px;
			font-weight: bold;
			height: 18px;
			padding: 2px 0px 0px 10px;
			vertical-align: top;
			width: 120px;
		}
		
		#navSearch form .searchBtn {
			height: 20px;
			width: 20px;
		}
		
	#navigation {
		clear: left;
		display: block;
		float: left;
		height: 52px;
	}
	
	.line {
		background-image: url("http://www.bluemic.com/images/lineBG.jpg");
		background-position: center;
		background-repeat: repeat-x;
		clear: left;
		display: block;
		float: left;
		height: 13px;
		width: 100%;
	}
	
	#footer {
		clear: left;
		color: #9d9d9d;
		display: block;
		float: left;
		font-size: 10px;
		padding: 10px 0px 10px 0px;	
		text-align: center;
		width: 100%
	}
	
		#footer .inner {
			background-image: url('http://www.bluemic.com/images/line_double.gif');
			background-repeat: repeat-x;
			display: block;
			margin: 0px auto;
			padding-top: 10px;
			text-align: center;
			width: 900px;
		}
	
		#footer .divider {
			color: #cedafe;
		}	

/* END SITE CSS */

#wrapper {
	display: block;
	text-align: left;
	width: 900px !important;
}

#tabList {
	border: solid #f86216;
	border-width: 0px 0px 4px 0px;
	display: block;
	float: left;
	height: 51px;
	margin-bottom: 10px;
	width: 100%;
}

	#tabList a, #tabList a:hover {
		background-image: url('../images/tab_on.png');
		background-repeat: no-repeat;
		color: #FFF;
		display: block;
		float: left;
		font-size: 16px;
		height: 51px;
		margin: 0px 10px 0px 0px;
		text-align: center;
		text-decoration: none;
		width: 180px;
	}
	
	#tabList a:link, #tabList a:visited, #tabList a:active {
		background-image: url('../images/tab_off.png');	
		color: #FFF;
		text-decoration: none;
	}
		
		#tabList img {
			margin: 9px 0px 0px 0px;	
		}
		
	#tabList .tabDivider {
		background-color: #000;
		display: block;
		float: left;
		height: 36px;
		margin: 0px 10px 0px 0px;
		width: 7px;
	}

#main {
	border: solid #9b9b9b;
	border-width: 0px 1px 0px 0px;
	clear: none;
	float: left;
	padding-right: 15px;
	width: 722px;;
}

.full {
	clear: none;
	float: left;
	width: 100%;
}

.columnlayout {
	clear: left;
	float: left;
	padding-left: 150px;
}
	
#side {
	clear: none;
	float: left;
	padding-left: 5px;
	text-align: center;
	width: 205px;
}

.blue {
	color: #4f85f0 !important;
	text-decoration: none;
}

.sideImage {
	clear: left;
	float: left;
	margin-left: -150px;
	margin-right: 15px;
}

.promoDivider {
	clear: left;
	float: left;
	padding: 15px 0px 15px 0px;
}

.promotionFooter {
	font-size: 8px;	
}
