@charset "UTF-8";
/* Created by TM for brochureware css.  Can be merged back into main css if required. */

.navigation {
	margin: 0px;
	padding: 0px;
}

#top_nav_left a {
	width: 125px;
	height: 25px;
	float: left;
	background-image:url(/images/web_nav_left.jpg);
	font-size:15px;
	padding-top:9px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;

}

#top_nav_mid a {
	width: 125px;
	height: 25px;
	float: left;
	background-image:url(/images/web_nav_middle.jpg);
	font-size:15px;
	padding-top:9px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;

}

#top_nav_right a {
	width: 125px;
	height: 25px;
	float: left;
	background-image:url(/images/web_nav_right.jpg);
	font-size:15px;
	padding-top:9px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;

}

.hp_images {
	margin: 0px;
	padding: 0px;
}

#hp_wrapper {
	width:100%;
	height:250px;
}

#desc {
	float:left;
	width:44%;
}

#call_action {
	float:right;
	width:100%;
	vertical-align:bottom;
	text-align:right;
}

#demo_image {
	float:right;
	width:55%;
}


.product_pod {
	width:100%;
	margin:0px;
	padding:0px;
	float:left;
	
}

#review_pod {
	width:100%;

}

#img_pod {
	float:left;
	width:50%;
	
}

#notes_pod {
	float:right;
	width:49%;
	
}

.buy_button {
	float:left;
	height:34px;
	width:100%;
}

#buy_button_left {
	float:left;
	width:12px;
	height:34px;
	background-image:url(/images/button_left.jpg);
}

#buy_button_right {
	float:left;
	width:12px;
	height:34px;
	background-image:url(/images/button_right.jpg);
}

#buy_button_mid a {
	float:left;
	height:25px;
	background-image:url(/images/button_mid.jpg);
	text-decoration:none;
	background-repeat:repeat-x;
	font-size:15px;
	padding-top:9px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;

}