/* -------------------------------------------------------------- 
CSS by Razworks http://razworks.com
  
/* Boilerplate resets and default styles   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Body
-------------------------------------------------------------- */

body {
	background:#232323 url(../images/layout/body-bg2.png) 50% 0 repeat-y;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
}

a {
	color:#fff;	
	text-decoration:underline;
}

a:hover {
	color:#fff;	
	text-decoration:none;
	
}

img {
	padding-right:30px
}

/* Page
-------------------------------------------------------------- */

#page { 
	margin: 0 auto; 
	width: 900px;
	height:1175px;
	border-left:#3e3e3e solid 20px;
	border-right:#3e3e3e solid 20px;
}


/* Header
-------------------------------------------------------------- */

#header {
	display:block;
	background:url(../images/layout/header.png) 50% 0 no-repeat;
	height:138px;
}

/* Nav
-------------------------------------------------------------- */

#nav {
	z-index:100;
	display:block;
	background:url(../images/layout/nav-bg.png) 34px 0 repeat-y;
	height:1175px;
	width:252px;
	position:absolute;
	padding-left:49px;
}

#navcontainer { 
	width: 171px; 
	margin-top:150px;
}

#navcontainer ul {
margin:0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
font-size:13px;
}

#navcontainer a {
display: block;
padding: 3px 3px 3px 13px;
width: 171px;
background-color:none;
}

#navcontainer a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #323232;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover {
background-color: #323232;
color: #fff;
}

#counter {
	display:block;
	background:url(../images/layout/counter.png) 50% 0 no-repeat;
	width:190px;
	height:96px;
	margin-top:30px;
}
#counter-header {
	display:block;
	text-align:center;
	height:70px;
	color:#0f6f1c;
	font-size:14px;
	font-weight:bold;
}
#counter-display {
	display:block;
	text-align:center;
	height:22px;
	color:#0f6f1c;
	font-size:14px;
	font-weight:bold;

	
}

/* Content
-------------------------------------------------------------- */

#content {
	display:block;
	background:url(../images/layout/home-krufka.png) 50% 0 no-repeat;
	height:604px;
}

/* Footer
-------------------------------------------------------------- */
#footer { 
	display:block;
	background:transparent;
	height:200px; 
}

#footer-content { 
	display:block;
	margin-left:252px;
	padding:35px 10px 5px 10px;
}

#footer p{ 
	color: #c2c2c2; 
	font-size:11px;
	line-height:8px;
	letter-spacing:1px;
	text-align:center;
}

#footer a{ 
	color: #c2c2c2; 
	font-size:11px;
	line-height:8px;
	letter-spacing:1px;
	text-align:center;
}

#sendinfo a {
	display:block;
	float:right;
	background: url(http://sunbeltsolarenergy.com/wp-content/themes/sunbelt-solar/images/send-info-button.png) 0 0 no-repeat;
	width:147px;
	height:23px;
	position:relative;
	top:113px;
	margin-right:2px;
}