*{
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
.clear{
	clear:both;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a{color:#0099cc; text-decoration:none;}
a:hover{text-decoration:underline;}
h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea, select{
	border:1px dotted #CCC;
	padding:5px;
	font-family: Tahoma, Geneva, sans-serif;
}
.header{
	background-color: #242424;
	height: 80px;
	width: 100%;
	margin-bottom:15px;
}
.mainMenu{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #4E4E4E;
	overflow: hidden;
}
.mainMenu li{
	list-style-type: none;
	display: inline-block;
	padding-top: 30px;
	padding-right: 43px;
	padding-left: 43px;
	float: right;
	height: 50px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
}
.mainMenu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.mainMenu li a:hover{
	color: #FFF;
	text-decoration: none;
}

.footer{
	background:#000;
	min-height:50px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footerMenu{
	margin-right: auto;
	margin-left: auto;
}
.footerMenu li{
	list-style-type: none;
	display: inline-block;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.footerMenu li a{
	font-family: Tahoma;
	font-size: 13px;
	color: #999;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}

.footerMenu li a:hover{
	color: #FFF;
	text-decoration: none;
}

.footer p{
	color:#999;
	margin-bottom:10px;
}

.wrapper{
	margin:0px auto;
	width:960px;
	min-height:300px;
}
.top_ad{
	width:580px;
	height:115px;
	overflow:hidden;
	float:left;
}
.top_logo{
	width:380px;
	height:115px;
	overflow:hidden;
	float:left;
}
.content{
	width:650px;
	float:left;
	text-align: right;
	margin-right: 30px;
	line-height: 18px;
}
.content_right{
	width:280px;
	float:right;
}
.content_right h1{
	color:#999;
	border-bottom:1px solid #f0f0f0;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:10px;
	text-align:right;
}
.content ul, .content ol{
	margin-right:30px;
	margin-bottom:10px;
}
.content p, .content h1, .content h2, .content h3, .content h4{
	margin-bottom:10px;
}
.content h1{
	font-size:24px;
}
.content h2{
	font-size:20px;
}
.content h3{
	font-size:18px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	background-color: #FFFAF9;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}
.interact{
	padding:10px;
	text-align:right;
}
.interact p{
	margin-bottom:10px;
}

.entry{
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:10px;
}
.entry img{
	border:5px solid #f5f5f5;
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

.footer_outer{
	height:60px;
	position:relative;
}
.footer_outer h4 {
	position:absolute;
	left:80px;
	top:10px;
	display: inline;
	width:100px;
	height:24px;
}
.footer_outer h4 a {
	display:block;
	width:100px;
	height:24px;
	text-indent:-9999px;
	border-bottom:0!important;
	background-image: url(images/bitwize_logo.png);
	background-position: 0px 0px;
}
.footer_outer h4 a:hover {
	border-bottom:0!important;
	background-position: 0px -24px;
}
.back{
	color: #FFF;
	background-color: #F7941D;
	padding: 5px;
	margin-top: 15px;
	border: 1px dotted #FAB561;
}
.altA{
	padding:5px;
	background:#fff;
}
.altB{
	padding:5px;
	background:#f9f9f9;
}
.success{
	background-color: #CBE4B1;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #693;
}
.error{
	color: #900;
	background-color: #FCC;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #F00;
}
.rotatorHolder {
	position:relative;
	width:280px;
	min-height:280px;
	overflow:hidden;
	margin-bottom:14px;
}
#rotatorNav { position:absolute; top:10px; right:10px; z-index:1000; }
#rotatorNav a {
	background-image: url(images/button_gallery.png);
	text-indent: -9999pt;
	height: 20px;
	width: 20px;
	margin-right: 4px;
	display:block;
	float:left;
	background-repeat: no-repeat;
}
#rotatorNav a:hover {
	background-position: bottom;
}
#rotatorNav a.activeSlide { 
	background-position: bottom;
}
#rotatorNav a:focus { outline: none; }