html, body{
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

a {
	color: #101115;
	text-decoration: none;
}

img {
	border-width: 0px;
}

h2 {
	font-size: 14px;
}

.wrapper {
	width: 980px;
	margin: auto;
	text-align: left;
}

.footer {
	width: 980px;
	margin: auto;
	text-align: right;
	color: #777;
	position: relative;
	top: 5px;
	line-height: 20px;
	height: 20px;
}

#logo {
	margin: 15px;
}

#footer {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	background-color: #f2f2f2;
	float: left;
	color: #373737;
}

div.pas {
	float: left;
	width: 100%;
	background-color: #e9e9e9;
	height: 17px;
}

input, textarea {
	border: 2px solid #888;
} 

div.pas1 {
	float: left;	
	width: 100%;
	background-color: #e1e1e1;
	height: 17px;
	margin: 6px 0px 2px 0px;
} 

#menu {
	list-style-type: none;
	font-size: 14px;
	width: 650px;
	float: right;
	margin-top: 30px;
}

#menu li {
	display: block;
	float: left;
	width: 107px;
	background-image: url('./gfx/btn.png');
	height: 26px;
	text-align: center;	
	line-height: 22px;
	margin: 10px;
	-webkit-text-stroke: 1px white;
	text-shadow:
	    -1px -1px 0 #fff,
		 1px -1px 0 #fff,
		-1px 1px 0 #fff,
		 1px 1px 0 #fff;
}

#menu li a:hover{
	color: #000;
	-webkit-text-stroke: 1px #cbdcec;
	text-shadow:
	    1px -1px 0 #cbdcec,
		 1px -1px 0 #cbdcec,
		-1px 1px 0 #cbdcec,
		 1px 1px 0 #cbdcec;
}

#content {
	float: left;
	margin: 20px 0px 20px 0px;
}

#content div {
	text-align: justify;
	float: left;
	width: 783px;
	line-height: 2.2;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
	color: #444;
	margin-top: 0px;
	padding-top: 0px;
	}
	
h2 {
	color: #444;
}

p, ul, h1, h2, b {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

p {
	text-indent: 25px;
	text-align: justify;
}

#footer div.wrapper div{
	float: left;
	width: 370px;
	margin: 10px;
	line-height: 2.0;
}

#footer div.wrapper div ul {
	list-style-image: url('./gfx/dot.gif');
}


/* portfolio */
#slider {
	background-color:#e9e9e9;
	position:relative;
	padding:20px;
	overflow:hidden;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
.inslider {
	float: left;
	position: relative;
}
.inslider a {
	text-decoration:none;
}
.imageholder {
	border: 1px solid #a9a9a9;
	height:300px;
	width: 925px!important;
	overflow: hidden;
	position: relative;
}
.imgslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}
.imagenav {
	position: absolute;
	bottom: 10px; right: 10px;
	 height:30px;
	z-index: 100;
	text-align: center;
	line-height: 32px;
	border: 1px solid #a6c9e2;
	background-color: #fff;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.imagenav a {
	padding: 5px;
	text-decoration: none;
	color: #666;
	margin: 4px;
	position: relative; top: 2px;
}
.imagenav a.active {
	font-weight: bold;
	color: #fff;
	background: #4187bf;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
