/* ======================
	   Page Layout
====================== */
body {
	background: url(images/wood_bg.jpg) #ffffff fixed;
	font-family: Garamond, Georgia, serif;
	font-weight: 600;
	color: #535353;
}

img {
	border: none;
}

h5 {
	clear: both;
	text-align: center;
}

#wrapper {
	width: 840px;
	border: #fff 20px solid;
	margin: 20px auto 0px;
	background-color: #dfdfdf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	behavior: url(PIE.htc);
}

#header {
	position: relative;
	background: url(images/logo.jpg) no-repeat;
	height: 217px;
	width: 500px;
	margin-top: -20px;
	margin-left: auto; 
	margin-right: auto;
}

#header h1 {
	text-indent: -9999px;
}

#text {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
}

#text a {
	color: #d70842;
}

#equipment {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	font-size: 14px;
}

#equipment li {
	padding-bottom: 10px;
}

#software {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	font-size: 14px;
}

#software li {
	padding-bottom: 10px;
}

#footer {
	background-color: #535353;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
	clear: both;
}

#footer p {
	color: #dfdfdf;
	padding-top: 20px;
	font-size: 14px;
}

#slider {
	box-shadow: 0 0 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	behavior: url(PIE.htc);
}

#network li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#network img {
	vertical-align: middle;
}

/* ======================
		Menu
====================== */
#menu {
	padding: 0 0 0 38px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	list-style: none;
	width: 412px;
	height: 60px; 
	background: url(images/menu.png);
}

#menu li {
	position: relative;
	float: left;
	margin: 0;
}

#menu li a {
	display: block; 
	height: 36px; 
	line-height: 35px; 
	padding: 0 20px 0 0px; 
	float: left; 
	color: #333; 
	text-decoration: none; 
	font-family: arial, sans-serif; 
	font-size: 11px; 
}

#home,
#gallery,
#tools,
#about {
	background: url(images/divide.png) no-repeat right top;
}

#menu li a b {
	display: block; 
	height: 36px; 
	float: left; 
	padding: 0 0 0 20px;
}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.gallery #menu li#gallery a,
.tools #menu li#tools a,
.about #menu li#about a,
.contact #menu li#contact a {
	background: #999 url(images/divide2.png) no-repeat right top; 
	cursor: pointer; 
	color: #fff; 
	line-height: 35px;
}
	
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.gallery #menu li#gallery a b,
.tools #menu li#tools a b,
.about #menu li#about a b,
.contact #menu li#contact a b { 
	background: #999; 
	cursor: pointer;
}

/* ======================
	Gallery Style
====================== */
#photos {
	padding-left: 42px;
	padding-right: 42px;
}

.photos {
	list-style: none;
	margin: 0;
	padding: 0;
}

.photos li {
	margin: 20px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 175px;
	box-shadow: 0 0 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	behavior: url(PIE.htc);
}

.photos a {
	text-decoration: none;
	color: #666;
}
.photos a:hover {
	color: #000;
	text-decoration: underline;
}
.photos img {
	padding: 20px 0 0 21px;
}
.photos em {
	width: 212px;
	height: 30px;
	background: url(images/picture-frame.png) no-repeat;
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 145px;
}

/* ======================
	Nevo Slider Style
====================== */
.slider_align{
	width: 570px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 25px;
}

#slider {
	position: relative;
    width: 570px;
    height: 382px;
    /*margin-left:190px;*/
	background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	left: 260px;
	bottom: -42px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color: #efe9d1;
    text-decoration: underline;
}