/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#FFF url(/images/background.gif) repeat-x top;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#444;
	font-size:		13px;
	line-height:	20px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#header-wrapper {
	height: 127px;
	width: 100%;
	background: url(/images/header-bg.jpg) 50% 0 repeat-x;
}

#header {
	background: url(/images/header-bg.jpg) 50% 0 repeat-x;
	width: 944px;
	height: 111px;
	margin: 0 auto;
	padding: 16px 16px 0 0;
}

#logo {
	float: left;
}

#social {
	float: right;
	list-style: none;
	margin: 48px 0 0 0;
	padding: 0;	
}

#social li {
	display: inline-block;
	margin-left: 14px;
	zoom:1; /*To Make IE 7 Happy*/
	*display:inline; /*To Make IE 7 Happy*/
}

#main-wrapper {
	width: 960px;
	margin: 0 auto;	
	position: relative;
}

#nav {
	width: 960px;
	height: 51px;
	margin-bottom: 6px;		
}

#navbar {
	width: 543px;
	height: 51px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 179px;
	float: left;
}

#navbar .nav-link, #navbar .nav-link-on {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	padding:16px 20px;
	height:19px;
	line-height:21px;
	color:#217c30;
	text-transform:uppercase;
}

#navbar .nav-link-on, #navbar .nav-link:hover {
	background:#1E1E1E;
}

#navbar .nav-link-on a:hover, #navbar .nav-link a:hover, #navbar .nav-link, #navbar .nav-link-on {
	text-decoration:none!important;
}

/*#navbar li {
	float: left;
	display: inline-block;
	margin: 0;	
}

#navbar li a {
	display: inline-block;
	height: 0;
	padding-top: 51px;
	background-image: url(/images/nav-sprites.gif);
	background-repeat: no-repeat;	
	overflow: hidden;
}*/

#nav-home {
	width: 85px;
	background-position: 0 0;	
}

#nav-home:hover {
	background-position: 0 -51px !important;
}

#nav-blog {
	width: 81px;
	background-position: -85px 0;	
}

#nav-blog:hover {
	background-position: -85px -51px !important;
}

#nav-connected {
	width: 163px;
	background-position: -166px 0;	
}

#nav-connected:hover {
	background-position: -166px -51px !important;
}

#nav-stuff {
	width: 122px;
	background-position: -329px 0;	
}

#nav-stuff:hover {
	background-position: -329px -51px !important;
}

#nav-about {
	width: 92px;
	background-position: -451px 0;	
}

#nav-about:hover {
	background-position: -451px -51px !important;
}

#search {
	float: right;
	height: 33px;
	width: 220px;
	margin: 0;
	padding: 9px;
}

#searchbox {
	float: left;
	width: 170px;
	height: 21px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-right: 0 none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	padding: 5px 8px;
}

#searchbutton {
	float: right;
	height: 33px;
	width: 33px;
	background: url(/images/search-bg.gif) no-repeat;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
}

#logo-bottom {
	position: absolute;
	top: 0;
	left: 9px;	
	z-index: 10;
}

#home-marquee {
	height: 390px;
	width: 948px;
	padding: 6px;	
	margin-bottom: 6px;
}

#slideshow {
	float: left;
	width: 640px;
	height: 390px;	
}

#free-kit {
	float: right;
	width: 274px;
	height: 362px;
	border: 2px solid #ade0b5;
	color: #ade0b5;
	font-size: 15px;
	line-height: 19px;
	padding: 12px;	
	margin: 0;
}

#free-kit-title {
	display: block;
	margin-bottom: 15px;	
}

#free-kit p {
	margin-bottom: 15px;
	height: 57px;	
}

#free-kit label {
	display: block;
	margin-bottom: 4px;	
}

#free-kit .field {
	width: 262px;
	height: 20px;
	border: 0 none;
	background: url(/images/kit-field-bg.gif) no-repeat;
	margin-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 6px;	
	line-height: 20px;
	color: #444;
}

#free-kit #submit {
	width: 274px;
	height: 52px;
	background: url(/images/kit-submit.jpg) no-repeat;
	display: block;
	border: none 0 !important;
	cursor: pointer;	
	margin-top: 3px;
	font:normal 22px/52px 'Oswald', sans-serif;
	color:#fff;
}

#content {

}

#pad {
	padding: 30px 26px 10px 13px;
}

#main-col {
	width: 646px;
	float: left;
	margin-right: -314px;
}

#right-col {
	width: 302px;
	float: right;
	padding: 30px 6px 25px 0;
}

#featured-products {
	background: #1e1e1e;
	padding: 14px;	
	color: #aeaeae;
	margin-bottom: 26px;
}

#featured-products-title {
	display: block;
	margin-bottom: 22px;	
}

#footer-wrapper {
	width: 100%;
	background: url(/images/footer-bg.jpg) 0 50% repeat-x;	
}

#footer {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	color: #a5a5a5;
	font-size: 12px;
	line-height: 17px;
}

#footer a {
	color: #a5a5a5;
}

#footer-links {
	color: #484747;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
}

#footer-links a {
	color: #FFF;	
}

#blog-block {
	width: 618px;
	margin-right: 26px;	
	margin-bottom: 26px;
}

.blog-item {
	width: 264px;
	border: 1px solid #b7b7b7;
	background: #e8e8e8;	
	font-size: 12px;
	line-height: 19px;
	color: #2d2d2d;
	padding: 15px;
	vertical-align: top;
}

.spacer-h {
	height: 26px;
}

.spacer-v {
	width: 26px;
}

.blog-photo {
	float: left;
	border: 3px solid #FFF;
	margin-right: 12px;
	width: 105px;	
}

.blog-title {
	color: #1c1c1c;
	font-size: 20px;
	line-height: 27px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.blog-date {
	font-style: italic;
	font-size: 13px;
	color: #6a6a6a;
	display: block;
	margin-bottom: 15px;
}

#free-kit .oswald {
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:20px;
	color:#fff;
	height:auto;
}

#blogcats div:hover, #blog_right_col .section:hover {
		background-color:#A6D8AE;
		color:#000;
		-webkit-transition:background-color 1s ease-in;  
		-moz-transition:background-color 1s ease-in;  
		-o-transition:background-color 1s ease-in;  
		transition:background-color 1s ease-in;
	}
	#blogcats div, #blog_right_col .section {
		padding:2px;
	}
	#blogcats a, #blog_right_col .section a {
		display:block;
	}
	#blogcats a:hover, #blog_right_col .section a:hover {
		text-decoration:none;
		color:#000;
		-webkit-transition:color 1s ease-in;  
		-moz-transition:color 1s ease-in;  
		-o-transition:color 1s ease-in;  
		transition:color 1s ease-in;
	}


#blog_main_col img, #blog_main_col iframe{
	max-width:100%;
}

/******************** STYLES **************************/

table {

}

a {
	color:			#258233;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.clear {
	clear: both;	
}

.alttext1 {
	font-size:		15px;
	color:			#F7941D;
}

.alttext2 {
	font-size:		18px;
	color:			#258233;
}

.header1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color:			#000;
	font-size:		32px;
	font-weight:	normal;
	line-height:	38px;
}

.header2 {
	font-family: 'Oswald', sans-serif;
	color:			#222222;
	font-size: 		20px;
	font-weight:	bold;
	line-height:	23px;
}

.header3 {
	font-family: 'Oswald', sans-serif;
	color:			#222222;
	font-size:		16px;
	font-weight:	bold;
	line-height:	19px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color:			#000;
	font-size:		32px;
	font-weight:	normal;
	line-height:	38px;
	margin:			0 0 20px 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	color:			#222222;
	font-size: 		20px;
	font-weight:	bold;
	line-height:	23px;
	margin:			0 0 8px 0;
}

h3 {
	font-family: 'Oswald', sans-serif;
	color:			#222222;
	font-size:		16px;
	font-weight:	bold;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#222222;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

