@charset "UTF-8";
/* CSS Document */

/***** ERIC MEYER CSS RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** END OF ERIC MEYER CSS RESET *****/

body {
	background: #FFF url(../images/body_bg.jpg) repeat-x;
}

#banner {
	width: 765px;
	height: 134px;
	margin-left: 38px;
	overflow:hidden;
}

.clearfloat {
	clear:both;
}

#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
	background: transparent url(../images/home_container.jpg) no-repeat;
}

#content {
	width: 765px;
	position: relative;
	margin-left: 38px;
	background: white;
}
		#content.home {
			background: white url(../images/home_content_bg.jpg) no-repeat top;
		}
		
		#content h2 {
			font-size: 1.3em;
			font-weight: normal;
			color: #9e4f05;
			font-family: arial;
			padding: 15px 0px 10px 15px;
		}
		
		#content h3 {
			font-size: .875em;
			font-weight: bold;
			color: #82382e;
			font-family: Arial;
			padding: 13px 0px 0px 15px;
			margin-bottom: 2px;
		}
		
		#content h3.blog {
			font-size: 11px;
			font-weight: bold;
			color: #82382e;
			font-family: Arial;
			padding-left: 8px;
			margin-left: 17px;
			margin-bottom: 2px;
			background: url(../images/blue_bullet.jpg) no-repeat 0px 17px;
		}
		
		#content h4 {
			font-size: .688em;
			font-weight: normal;
			color: #cb9d72;
			font-family: Arial, Helvetica, sans-serif;
			padding-left: 25px;
			padding-bottom: 7px;
		}
		
		#content h5 {
			font-size: .688em;
			font-weight: normal;
			color: #cb9d72;
			font-family: Arial;
			padding-left: 25px;
			padding-bottom: 7px;
		}
		
		#content p {
			font-size: 11px;
			line-height: 1.5em;
			font-family: Arial, Helvetica, sans-serif;
			color: #777;
			padding-left: 15px;
			width: 90%;
		}
		
				#content p .date {
					color: #999;
				}
				
				#content p .title {
					font-weight: bold;
					color: #555;
				}
				
				#content p.smaller {
					font-size: 10px;
					line-height: 1.125em;
					margin-top: 18px;
				}
		
		#content ul {
			font-family: Arial, Helvetica, sans-serif;
			color: #777;
			font-size: 11px;
		}
		
		#content li {
			line-height: 15px;
			
		}
		
		#content a {
			color: #82382e;
			font-weight: bold;
			text-decoration: underline;
			font-family: Arial;
		}
		
		#content form {
			text-align: left;
			margin: -30px 0px 30px 15px;
		}
		
		#content form h3 {
			padding-left: 0px;
			margin-left: 0px;
			background: none;
			margin-top: 12px;
			margin-bottom: 3px;
		}
		
		#content form input, #content form textarea {
			border: thin solid #ccc;
			font-size: 11px;
			line-height: 1.25em;
			font-family: Arial, Helvetica, sans-serif;
			color: #777;
			padding: 2px 4px;
			margin-bottom: -10px;
		}
		
		#content form input {
			width: 200px;
		}
		
		#content form textarea {
			width: 300px;
			height: 100px;
		}
		
		#content form #send_btn {
			width: 90px;
			height: 32px;
			margin-top: 13px;
			background: url(../images/send.jpg) no-repeat 0px -32px;
			border: none;
			margin-left: -7px;
		}
		
		#content form #send_btn:hover {
			cursor:pointer;
			background: url(../images/send.jpg) no-repeat 0px 0px;
		}
		
		#content.contact {
			background: url(../images/contact_bg.jpg) top right no-repeat;
		}
		
		#content .bold {
			font-weight: bold;
			margin-bottom: -6px;
		}
		
		#content .italic {
			font-style: italic;
		}
		
		#content.product {
			background: url(../images/product_bg.jpg) no-repeat top right;
		}

#events_wrapper {
	width: 270px;
	margin: 0 auto;
}

		#events_wrapper ul#events_date {
			width: 60px;
			float:left;
		}
		
				#events_wrapper ul#events_date li{
					text-align: right;
					color: #999;
				}
		
		#events_wrapper ul#events_title {
			width: 210px;
			float:left;
		}
		
				#events_wrapper ul#events_title li{
					text-align: left;
					padding-left: 4px;
					font-weight: bold;
					color: #555;
				}

#featured {
	
}
		
		#featured img.featured_logo {
			float:right;
			margin: 0px 20px;
		}

#footer {
	width: 765px;
	height: 80px;
	margin-top: 60px;
	background: transparent url(../images/footer_bg.jpg) no-repeat;
	text-align: center;
	margin-left: 38px;
}

		#footer ul {
			padding-top: 10px;
		}

		#footer li {
			display: inline;
			color: #aaa;
		}
		
		#footer li a {
			font-size: 11px;
			line-height: 1.5em;
			font-family: Arial, Helvetica, sans-serif;
			color: #777;
			text-decoration: none;
		}
		
		#footer li a:hover {
			text-decoration: underline;
		}

		#footer p {
			font-size: 11px;
			line-height: 1.5em;
			font-family: Arial;
			color: #784311;
		}
		
		#footer h5 {
			font-size: .875em;
			font-weight: normal;
			color: #cb9d72;
			font-family: Arial;
			padding-top: 5px;
		}

#header {
	width: 765px;
	height: 87px;
	margin-left: 38px;
	background: transparent url(../images/header.jpg) no-repeat;
}

#home_content {
	width: 483px;
	margin-left: 0px;
	float:left;
}

#home_flash {
	margin-top: 15px;
}

#home_sidebar {
	width: 282px;
	float:left;
}

#nav {
	height: 24px;
	width: 765px;
	margin-left: 38px;
	background: transparent url(../images/nav_bg.jpg) repeat-x;
}

		#nav li {
			display: inline;
			float:left;
		}
		
		#nav li span {
			border-right: thin dotted #bbb;
			float:left;
			height: 12px;
			margin-top: 6px;
			display: block;
		}
		
		#nav li span a {
			display: block;
			height: 24px;
			padding: 0px 10px 0px 10px;
			line-height: 26px;
			text-decoration: none;
			color: white;
			font-size: .7em;
			letter-spacing: .1em;
			margin-top: -6px;
			font-family: Arial;
		}
		
		#nav li a:hover {
			background: transparent url(../images/nav_over_bg.jpg) repeat-x;
		}
		
		#nav li a.active {
			background: transparent url(../images/nav_active_bg.jpg) repeat-x;
		}

#news_wrapper {
	width: 270px;
	margin: 0 auto;
}

		#news_wrapper ul#news_date {
			width: 60px;
			float:left;
		}
		
				#news_wrapper ul#news_date li{
					text-align: right;
					color: #999;
				}
		
		#news_wrapper ul#news_title {
			width: 210px;
			float:left;
		}
		
				#news_wrapper ul#news_title li{
					text-align: left;
					padding-left: 4px;
					font-weight: bold;
					color: #555;
				}

#page_intro {
	width: 100%;
	height: 140px;
}

#page_intro_left {
	width: 420px;
	float:left;
}
		
#page_intro_right {
	width: 245px;
	height: 116px;
	overflow:hidden;
	float:right;
	margin-top: 17px;
	text-align: right;
}

#product_detail_wrap {
	width: 740px;
	margin: 0 auto;
}

		#product_detail_wrap p.tag {
			font-weight: bold;
			margin-top: -10px;
			margin-bottom: 20px;
		}

		#product_detail_wrap p.tag2 {
			font-weight: bold;
		}
		
		#product_detail_wrap hr {
			width: 300px;
			margin-left: 14px;
			color: #ccc;
		}
		
		#product_detail_wrap img.app_logo {
			float:left;
			margin: 10px;
		}
		
		#product_detail_wrap p {
			margin-bottom: 10px;
		}
		
#product_detail_left {
	float:left;
	width: 350px;
	margin-top: 10px;
	padding-top: 10px;
}

#product_detail_right {
	float:left;
	width: 360px;
	padding: 10px;
	padding-top: 10px;
}

		#product_detail_wrap ul {
			list-style: disc;
			margin-left: 20px;
			margin-top: 8px;
			margin-bottom: 10px;
		}
		
		#product_detail_wrap ul.images {
			list-style: none;
			margin: 8px 0px 0px 15px;
		}
		
		#product_detail_wrap ul.images li {
			display: inline;
			margin-bottom: 8px;
			margin-right: 20px;
		}
		
		#product_detail_wrap ul.images li img{
			border: thin solid #ddd;
			padding: 4px;
			width: 200px;
		}
		
		#product_detail_wrap ul.images_right {
			list-style: none;
			margin: 2px 0px 0px 15px;
		}
		
		#product_detail_wrap ul.images_right li {
			display: inline;
			margin-bottom: 4px;
			margin-right: 10px;
		}
		
		#product_detail_wrap ul.images_right li img{
			border: thin solid #ddd;
			padding: 2px;
		}
		
		#product_detail_wrap ul.nolist {
			list-style: none;
			margin-left: 15px;
			margin-bottom: 10px;
		}
		
		#product_detail_wrap ul.nolist li {
			line-height: 1.1em;
			margin-top: 4px;
		}
		
		

#products_wrap {
	width: 740px;
	margin: 0 auto;
	margin-top: 30px;
}

.products_description {
	width: 450px;
	height: 100px;
	float:left;
	margin-bottom: 30px;
}

		#products_wrap .products_description h3{
			font-size: .875em;
			line-height: 1.5em;
			padding-left:15px;
			margin: 0;
			background: none;
		}
		
		.products_description p {
			font-size: 11px;
			line-height: 1.5em;
			font-family: Arial, Helvetica, sans-serif;
			color: #777;
			text-decoration: none;
		}

.products_logo {
	width: 235px;
	height: 100px;
	float:left;
	text-align: right;
	border-right: thin solid #bbb;
}

		.products_logo .product_logo {
			margin-right: 20px;
		}

#subnav {
	height: 22px;
	width: 765px;
	margin-left: 38px;
	background: transparent url(../images/subnav_bg.jpg) repeat-x;
}

		#subnav li {
			display: inline;
			float:left;
		}
		
		#subnav li span a {
			display: block;
			height: 22px;
			padding: 0px 10px 0px 10px;
			line-height: 24px;
			text-decoration: none;
			color: white;
			font-size: 11px;
			letter-spacing: .1em;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#subnav li a:hover {
			color: #1e5188;
			background: transparent url(../images/subnav_over_bg.jpg) repeat-x;
		}
		
		#subnav li a.active {
			color: #1e5188;
			background: transparent url(../images/subnav_over_bg.jpg) repeat-x;
		}