@charset "utf-8";
/* CSS Document */

/*--------Reset CSS----------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*--------Reset CSS end----------------*/

html{
	background-color:#000;
}

body{
	width:971px;
	margin:0 auto;
}

#container{
	background-image:url(../images/bodybg.png);
	background-position:center center;
	background-repeat: repeat-y;
	min-height:500px;
}

.bgtop{
	background-image:url(../images/bodybg_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:971px;
	height:11px;
}

.bgbottom{
	background-image:url(../images/bodybg_bottom.png);
	background-position: bottom;
	background-repeat:no-repeat;
	width:971px;
	height:10px;
	clear:both;
}

#header{
	margin:0 auto;
	position:relative;
	width:971px;
}


.logo {
	position:absolute;
	left:32px;
	top:0px;
	margin:0 auto;
	width:445px;	
	height:80px;
}

.logo h1{	
	text-indent:-9999px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:445px;
	height:80px;
	background-position:top left;

}

/*#header .topnav{
	float:right;
	display: inline;
	background-image: url(../images/nav_left_bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:38px;
	line-height:38px;
	margin-top:54px;
	text-align:center;
}*/

#header .topnav{
	position:absolute;
	top:55px;
	right:0px;
	width:475px;
	background-image: url(../images/nav_left_bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:38px;
	line-height:38px;

	text-align:center;
}

#header .topnav ul{
	background-image:url(../images/nav_right_bg.png);
	background-position:right bottom;
	height:38px;
	line-height:38px;
	margin-left:18px;
}

#header .topnav ul li{
	float:left;
	display:inline;
	border-right:#000 solid 1px;
}

#header .topnav ul li.last{
	border-right:none;
}

#header .topnav ul li a{
	padding:0 15px;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#000;
	
}

.mast{
	margin-top:93px;
}

.greybox{
	background-image:url(../images/mast_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	height:269px;
	clear:both;
}

.greybox .swf{
	padding-top:9px;
}

#content{
	padding:36px 0;
}

#maincontent{
	width:671px;
	float:left;
	padding-right:20px;
}

#content .box1{
	width:450px;
	margin-left:32px;
	background-image:url(../images/handshake.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-align:center;
	display:inline;
	float: left;
}

#content h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#000;
	border-bottom: #F00 solid 1px;
	display:inline;
}

#content p{
	font-family: Verdana, Geneva, sans-serif;
	padding-left:176px;
	text-align:left;
	margin-top:20px;
	font-size:16px;
}

#content p a{
	text-decoration:none;
	color:#F00;
}

#content p a:hover{
	border-bottom:#F00 dotted 1px;
}

#content .box2{
	width:450px;
	float:left;
	background-image:url(../images/shopping_on_a_cart.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:150px;
	text-align:center;
}

#content .box2 p{
	padding-left:117px;
}

#footer{
	color:#999;
	font-size:10px;
	margin-left:32px;
	padding-top:5px;
}

.mast_products{
	background-image: url(../images/mast_products.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:159px;
	width:971px;
	clear:both;
}

#leftnav{
	background-image:url(../images/leftnav_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	width:211px;
	margin-left:42px;
	float:left;
	display:inline;
	margin-right:20px;
}

#leftnav p.leftnav_bottom{
	background-image:url(../images/leftnav_bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	width:211px;
	height:37px;
}

#leftnav ul li a{
	text-decoration:none;
	color:#000;
	text-align:center;
}

#leftnav ul li {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	text-align:center;
	padding:10px 0;
	background-image: url(../images/leftnav_divider.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#leftnav ul li.active a, #leftnav ul li a:hover{
	color: #FFF;
}

#contentwrapper{
	width:100%;
}

#contentwrapper .breadcrumb{
	font-size:13px;
	text-align:right;
	clear:both;
	margin:10px 0;
}

#contentwrapper .breadcrumb a{
	color:#000;
	text-decoration:none;
}

#contentwrapper .breadcrumb a:hover{
	color:#F00;
	border-bottom:#F00 dotted 1px;
}

#maincontent{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
}

#maincontent .product_image{
	background-image:url(../images/magnifier.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:160px;
	/*height:285px;*/
	float:left;
}

#maincontent .product_image a{
	text-decoration:none;
	font-size:13px;
	color:#666;
	padding-left:35px;
	float:left;
	display:inline;
	padding-top:10px;
}

#maincontent .features {
	padding-left:10px;
	float:left;
	width:440px;
}

#maincontent h2{
	border-bottom:#F00 solid 1px;
	display:inline;
	font-weight:bold;
	font-size:18px;
}

#maincontent .features ul{
	padding:10px 0 10px 20px;
}

#maincontent .features ul li{
	list-style: disc;
	padding-top:5px;
}

#maincontent .info{
	background-image:url(../images/info_button.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:66px;
	width:283px;
	float:left;
	padding:35px;
}

#maincontent .info a{
	text-align:center;
	text-decoration:none;
	display:block;
	padding-bottom:20px;
}

#maincontent .info a span{
	visibility:hidden;
}

#maincontent .applications, #maincontent .description{
	width:500px;
	float:left;
	display:inline;
	padding:10px 0;
}

#maincontent .applications .images{
	padding-top:10px;
}

#maincontent .applications .images a img{
	border:#999 double 2px;
	padding:5px;
}


#maincontent .description p{
	padding-bottom:5px;
}

#maincontent .description > p{
	padding-top:5px;
}

.name{
	line-height:70px;
	padding-bottom:20px;
	
}

.name img{
	float:left;
	text-align:center;
	
}

.mast_contact{
	background-image:url(../images/mast_contact.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:971px;
	height:159px;
	clear:both;
}

#text p{
	padding: 5px 0;
}

#text ul li{
	list-style:disc;
	padding-bottom: 5px;
}

#text ul{
	padding-left: 50px;
}

#text ul li a{
	text-decoration:none;
	color:#000;
}

#text ul li a:hover{
	border-bottom:#F00 dotted 1px;
	color:#F00;
}

#maincontent{
	text-decoration:none;
	font-size:14px;
}

.mast_about{
	background-image:url(../images/mast_about.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:971px;
	height:159px;
	clear:both;
}

#maincontent a.map{
	float:right;
	display:inline;
	padding-top:20px;
}

.address p{
	width:200px;
}

#maincontent p{
	padding-top:5px;
}

#maincontent img.profile{
	float:right;
	display:inline;
	padding:5px;
}

/*Hack to remove Wufoo*/
a.power{
	visibility:hidden;
}