
/********************************************  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,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%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }
* { text-shadow: #39434d 0 0 1px; }
.clearFloat { clear: both; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	color: #00d000;
	font-size: 1.375em;
	margin: 0 0 1em 0;
}
h2 {

}
p {
	color: #fff;
	font-size: .75em;
	line-height: 160%;
	margin: 0 0 1em 0;
}
a { color:#ffffff;

}

a:hover{
	color:#00d000;
}


/**********************************************  HEADER  **********************************************/

#header {
	width: 980px;
	margin: 0px auto;
	position: relative;
	padding: 150px 0 0 0;
}

#header .homeLink {
	width: 396px;
	height: 116px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top: 31px;
	left: 0px;
}
#controls {
	position: absolute;
	top: 130px;
	right: 18px;
}
#controls {
	font-size: .6em;
}
#controls li {
	float: left;
	margin: 0 0 0 15px;
	line-height: 140%;
}
#controls .email a { background-image: url('../images/icons/ico-header-mail.gif'); }
#controls .bookmark a { background-image: url('../images/icons/ico-header-bookmark.gif'); }
#controls a {
	color: #8b8b8b;
	text-decoration: none;
	background: no-repeat left center;
	padding: 0px 0 0px 20px;
	display: block;
}
#controls a:hover {
	text-decoration: underline;
}


/***********************************************  MENU  ***********************************************/

#menu {
	height: 73px;
	width: 980px;
}
#menu li {
	float: left;
}
#menu li a {
	height: 73px;
	width: 122px;
	display: block;
	text-indent: -9999em;
}
#menu #menuItemHome a { background: url('../images/menu/home.gif'); width: 124px; }
#menu #menuItemProducts a { background: url('../images/menu/products.gif'); }
#menu #menuItemSuppliers a { background: url('../images/menu/suppliers.gif'); }
#menu #menuItemGallery a { background: url('../images/menu/gallery.gif'); }
#menu #menuItemAbout a { background: url('../images/menu/about-us.gif'); }
#menu #menuItemTestimonials a { background: url('../images/menu/testimonials.gif'); }
#menu #menuItemHobbies a { background: url('../images/menu/hobbies.gif'); }
#menu #menuItemContact a { background: url('../images/menu/contact-us.gif'); width: 124px; }

#menu a:hover { background-position: bottom !important; }

.home #menu #menuItemHome a,
.products #menu #menuItemProducts a,
.suppliers #menu #menuItemSuppliers a,
.gallery #menu #menuItemGallery a,
.about #menu #menuItemAbout a,
.testimonials #menu #menuItemTestimonials a,
.hobbies #menu #menuItemHobbies a,
.contact #menu #menuItemContact a { 
	background-position: bottom !important; 
}



/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/
.nav {
	height: 73px;
	width: 980px;
	background: url(../images/menu/menu-bg.gif) no-repeat;
	position: relative;
}
.nav li {
	float: left;
}
.nav a {
	height: 73px;
	width: 122px;
	display: block;
	text-indent: -9999em;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 73px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 23px;
		width: 76px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../images/menu/menu-bg.gif) no-repeat -23px -49px;
	}
	.nav .home a:active {
		background: url(../images/menu/menu-bg.gif) no-repeat -23px -98px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../images/menu/menu-bg.gif) no-repeat -23px -147px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 23px;
		width: 76px;
		height: 48px;
		background: url(../images/menu/menu-bg.gif) no-repeat -23px -49px;
	}
	.nav-home-click {
		background: url(../images/menu/menu-bg.gif) no-repeat -23px -98px;
	}



	.nav .about a:link, .nav .about a:visited {
		left: 100px;
		width: 82px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(../images/menu/menu-bg.gif) no-repeat -100px -49px;
	}
	.nav .about a:active {
		background: url(../images/menu/menu-bg.gif) no-repeat -100px -98px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(../images/menu/menu-bg.gif) no-repeat -100px -147px;
		cursor: default;
	}
	.nav-about, .nav-about-click {
		position: absolute;
		top: 0;
		left: 100px;
		width: 82px;
		height: 48px;
		background: url(../images/menu/menu-bg.gif) no-repeat -100px -49px;
	}
	.nav-about-click {
		background: url(../images/menu/menu-bg.gif) no-repeat -100px -98px;
	}



	.nav .services a:link, .nav .services a:visited {
		left: 183px;
		width: 97px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background: url(../images/menu/menu-bg.gif) no-repeat -183px -49px;
	}
	.nav .services a:active {
		background: url(../images/menu/menu-bg.gif) no-repeat -183px -98px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background: url(../images/menu/menu-bg.gif) no-repeat -183px -147px;
		cursor: default;
	}
	.nav-services, .nav-services-click {
		position: absolute;
		top: 0;
		left: 183px;
		width: 97px;
		height: 48px;
		background: url(../images/menu/menu-bg.gif) no-repeat -183px -49px;
	}
	.nav-services-click {
		background: url(../images/menu/menu-bg.gif) no-repeat -183px -98px;
	}


	
	.nav .contact a:link, .nav .contact a:visited {
		left: 281px;
		width: 97px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../images/menu/menu-bg.gif) no-repeat -281px -49px;
	}
	.nav .contact a:active {
		background: url(../images/menu/menu-bg.gif) no-repeat -281px -98px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../images/menu/menu-bg.gif) no-repeat -281px -147px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 281px;
		width: 97px;
		height: 48px;
		background: url(../images/menu/menu-bg.gif) no-repeat -281px -49px;
	}
	.nav-contact-click {
		background: url(../images/menu/menu-bg.gif) no-repeat -281px -98px;
	}





/**********************************************  FOOTER  **********************************************/

#footer {
	margin: 0px auto;
	width: 980px;
	height: 77px;
	background: url('../images/footer-bg.jpg');
	position: relative;
}
#footer img {
	position: absolute;
	left: -30px;
	top: -41px;
}
#footer div {
	position: absolute;
	right: 0px;
	bottom: -35px;
	color: #fff;
	font-size: 1.125em;
	width: 300px;
}


/***********************************************  NAV  ************************************************/

#nav {

}


/***********************************************  BODY  ***********************************************/

body {
	background: #1a1a1a;
	font-family: arial, sans-serif;
}
#wrapper {
	background: #1a1a1a url('../images/bg.jpg') no-repeat center top;
	min-height: 850px;
	height: auto !important;
	height: 850px;
	min-width: 980px;
}
#content {
	margin: 0px auto;
	width: 980px;
	height: 473px;
	background: url('../images/content-bg.jpg');
	position: relative;
}


/*******************************************  PAGE LAYOUT  ********************************************/

#main {
	padding: 20px 0 0 50px;
	width: 470px;
}
.home #main {
	padding: 70px 0 0 50px;
}
#main p {
	width: 430px;
}
.photoSet {
	position: absolute;
	right: 18px;
	bottom: 16px;
}
.photoSet img {
	border: 3px #01c401 solid;
	margin: 0 0 0 5px;
}


/********************************************  HOME PAGE  *********************************************/




/**********************************************  COMMON  **********************************************/

.contentPhoto {
	float: right;
	margin: 0 1px 0 0;
}
.contentList {
	margin: 0 0 1em 15px;
}
.contentList li {
	color: #fff;
	background: url('../images/icons/bullet-list.gif') no-repeat left .8em;
	font-size: .75em;
	line-height: 160%;
	padding: 0 0 0 20px;
}

#item a{
	width:150px;
	float:left;
	margin:10px 4px 0px 0px;
	border:1px solid #000000;
}

#item a:hover{
	border:1px solid #00D000;
}



