body, html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	cursor: default;
	background-color: white;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

div, img {
	behavior: url(../extras/pngfix/iepngfix.htc);
}

embed, object {
	border: 1px solid #DDD;
}

h2.gearhead {
	font-size: 14px;
}

dd, dt {
	margin: 0;
	padding: 0;
	height: 30px;
}
dt {
	margin-top: 2px;
	float: left;
	width: 100px;
	font-weight: bold;
}

form.contactform {
	margin-top: 40px;
	width: 300px;
	height: 300px;
	padding: 30px 40px;
	border: 1px #DDDDDD dashed;
	float: left;
}
form.contactform.address {
	width: 200px;
	margin-left: 30px;
	padding-top: 40px;
	height: 290px;
	text-align: center;
}
form.contactform.address * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dd input {
	width: 180px;
}
dd textarea {
	width: 185px;
	height: 100px;
}

dt.fielderror {
	color: #ed1c24;
}

form input[type='submit']{
	width: 100%;
}

#master {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 175px;
	width: 700px;
	margin: 0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0 18px;
}

#menu {
	list-style-type: none;
	padding: 0;
	display: inline;
	width: 700px;
	height: 175px;
}

#menu a {
	text-decoration: none !important;
	color: black !important;
}

#menu li {
	display: block;
	width: 133px;
	height: 38px;
	float: left;
	text-align: center;
	background-image: url(../images/menubtt.png);
	margin-left: 3px;
	position: relative;
	top: 137px;
	left: 156px;
	font-size: 12px;
	vertical-align: middle;
}
#menu li:hover {
	background-position: -133px 0;
	cursor: hand;
	cursor: pointer;
}

#menu li cufon {
	margin: 13px 0;
}

#featured {
	width: 100%;
	background-image: url(../images/featured_bgrepeater.png);
	height: 208px;
}
#featuredwrapper {
	width: 700px;
	margin: 0 auto;
}

#featured div#desc {
	float: left;
	font-size: 11px;
	color: white;
	margin-top: 17px;
	margin-bottom: 14px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	width: 238px;
	/* line-height: 30px; */
	text-align: justify;
}
#featured div#desc a {
	color: white;
}
#featured div#desc a:hover {
	text-decoration: underline !important;
}

#featured div#image {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}

#content {
	width: 700px;
	margin: 25px auto 80px;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

#featured .cufon, #content .cufon{
	margin: 4px 0;
}

.footer {
	height: 17px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: solid #cccccc 1px;
	padding: 9px 0 7px;
	text-align: center;
	font-size: 10px;
	background: white;
	z-index: 10 !important;
}
.footer1 {
	bottom: 33px;
}

div#napplogo {
	display: block;
	float: right;
}

#flashcontent {
	z-index: 8 !important;
	position: relative;
	display: block;
}

img#devider {
	margin: 10px 275px;
	opacity: .5;
	-moz-opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

body#mygear div#content li {
	list-style-type: none;
	padding 0;
}