@charset "utf-8";
/* CSS Document */
/* SmartWires.net */

/* universal selectors */
* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;         /* required */
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	text-align: justify;
	font-family: Tahoma, Helvetica, Arial;
}

a {
	text-decoration: none;
	color: #009933;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	background-position: 50px;
	list-style-image: url(../images/bullet1.jpg);
	margin-left: 50px;
}

hr {
	line-height: 2px;
	color: #006633;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 6px;
}
.justify {
	text-align: justify;
}

/* top section */
#top {
	width: 970px;
	margin-right: auto;   /* center top div */
	margin-left: auto;
}

#logo {
	float: left;
}

#top_left {
	background-image: url(../images/left_container.gif);
	background-repeat: no-repeat;
	float: left;
	height: 306px;
	width: 472px;
	clear: left;
}

#top_right {
	background-image: url(../images/right_container.gif);
	background-repeat: no-repeat;
	float: right;
	height: 439px;
	width: 498px;
}
#top_anim {
	background-image: url(../images/slideshow-3.jpg);
	background-repeat: no-repeat;
	height: 358px;
	width: 469px;
	position: relative;
	top: 65px;
	left: 4px;
}


/*****navigation start*****/
#navigation {
	float: left;
	height: 43px;
	width: 472px;
	background-image: url(../images/nav_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	clear: left;
}
#navigation span {
  display: none;          /* disables display of text menu link */
}


#home {
	width: 88px;
	height: 43px;
	background-image: url(../images/home_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin-left: 28px;     /* used to offset nav row */
}
#home:hover { 
  background-position: 0 -43px;
}

#about {
	width: 85px;
	height: 44px;
	background-image: url(../images/about_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#about:hover { 
  background-position: 0 -43px;
}

#services {
	width: 88px;
	height: 43px;
	background-image: url(../images/services_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#services:hover { 
  background-position: 0 -43px;
}

#products {
	width: 88px;
	height: 43px;
	background-image: url(../images/products_btn.gif);
	background-repeat: no-repeat;
	float: left;
}
#products:hover { 
  background-position: 0 -43px;
}

#contact {
	width: 95px;
	height: 43px;
	background-image: url(../images/contact_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#contact:hover { 
  background-position: 0 -43px;
}


/* main content */
#center {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}

#main_content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_content.gif);
	background-repeat: repeat-y;
	position: absolute;
}
#content_full {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}


#content_left {             /* used primarily only on index */
	background-image: url(../images/left_content_container.gif);
	background-repeat: no-repeat;
	float: left;
	height: 376px;
	width: 274px;
	margin-left: 35px;
	position: relative;

}

#content_left #title {      /* gives the title for top of module */
	margin-top: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	width: 225px;
}
#content_left #partners {
	height: 60px;
	width: 240px;
	background-image: url(../images/partners.gif);
	position: absolute;
	bottom: 24px;
	left: 14px;
	background-repeat: no-repeat;
}

#content_right {           /* used primarily only on index */
	width: 600px;
	float: right;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 40px;
	position: relative;
}

/* footer */
#bottom {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: relative;
	clear: both;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 970px;
	clear: right;
}






/********* styling **********/
#content_full p {
	font-size: 14px;
}

#top_left p {
	padding-left: 40px;
	padding-top: 5px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #009933;
	margin: 0px;
}
.title_1 {
	font-size: 24px;
	font-weight: normal;
	color: #009933;
}

h2 {
	font-size: 18px;
	color: #3366cc;
	font-weight: normal;
	margin: 0px 0px 8px;
}
.title_2 {
	font-size: 15px;
	color: #3366cc;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.body_home_right {
	font-size: 14px;
}
.body_home_left {
	font-size: 12px;
	padding-left: 24px;
	padding-top: 18px;
	padding-right: 30px;
}
.style_1 {
	color: #009933;
	font-weight:bold;
}

.item {
	background-image: url(../images/item.gif);
	background-repeat: no-repeat;
	height: 318px;
	width: 294px;
	position: relative;
	float: left;
}
.item_title {
	position: relative;
	top: 10px;
	color: #FFFFFF;
	font-size: 20px;
	left: 20px;
	margin-top: 10px;
	width: 200px;
	margin-left: 10px;
}
.item_desc {
	top: 33px;
	font-size: 12px;
	left: 15px;
	height: 230px;
	width: 245px;
	float: left;
	position: relative;
	vertical-align: bottom;
	line-height: 18px;
	margin-left: 6px;
}

.item_desc img {
	float: left;
	padding-right: 8px;
}
.imagebox {
	position: relative;
	height: auto;
	width: 279px;
	float: left;
	text-align: center;
}


/*** contact forms ***/
.formfeild {   
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 220px;
	display: none;
}
#general_inquiry input {
	width: 200px;
	position: relative;
}
#general_inquiry textarea {
	position: relative;
	width: 300px;
}

#project_inquiry input {
	margin-top: 2px;
	margin-bottom: 2px;
}
#project_inquiry select {
	margin-top: 2px;
	margin-bottom: 2px;
}
#project_inquiry textarea {
	margin-top: 2px;
}

#project_inquiry p, #general_inquiry p {
	text-align: left;
	font-size: 12px;
	margin-left: 20px;
	text-indent: 0px;
}
#project_inquiry .submit, #general_inquiry .submit {
	width: 100px;
}

.sitemap li {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	margin-left: 50px;
}
