body,h1,h2,h3,h4,p,quote,ul,small,form,input,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}


body{
	/* Setting default text color, background and a font stack */
	color:#333333;
	font-size:12px;
	font-family:"Century Gothic";
	background-image: url(img/bg.png);
	/*text-shadow: 0px 1px 1px #FFFFFF;*/
	font-weight:normal;
}

form {
	font-weight: normal;
	color: #666666;
	text-shadow: 0px 1px 1px #FFFFFF;
	/*background:url(img/panel3.jpg) repeat-x bottom center #CCCCCC;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	/* CSS3 Rounded Corners */
	/*-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;*/
}
.email {
	font-family:"Century Gothic";
	background:url(img/panel3.jpg) repeat-x bottom center #CCCCCC;
	/*background-image:url(img/bgtop.png);*/
	color:#FFFFFF;
	border:none;

	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	text-shadow: 0px 1px 1px #666666;
}
.email_btn {
	background-image:url(img/btn_bg.png);
	height: 20px;
	font-weight: normal;
	color: #999999; 
	border:none;
	text-shadow: 0px 1px 1px #FFFFFF;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	margin: 0px 0px 10px 0px;
}

.email_btn:hover {
	background-image:url(img/btn_bg2.png);
	height: 20px;
	font-weight: normal;
	color: #FFFFFF; 
	border:none;
	text-shadow: 0px 1px 1px #FFFFFF;
}

/* Gallery styles */

#gallery{
	background:url(img/panel.jpg) repeat-x bottom center #e6e6e6;
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
	position:relative;
	z-index: 10;
}

#slides{
	/* This is the slide area */
	height:400px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
	text-align: center;
}

#slide_text{
	/* The width of the gallery */
	width:850px;
	position:absolute;
	z-index: 50;
	height: 50px;
	padding: 350px 50px 0px 20px;
	text-align: right;
	overflow:hidden;
}
.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	/*-moz-box-shadow:0 0px 20px #666666;
	-webkit-box-shadow:0 0px 20px #666666;
	box-shadow:0 0px 20px #666666;*/
	
	height:20px;
	text-align: center;
	/*float:left*/
	background-image:url(img/panel.jpg);
	position:relative;
	z-index: 30;
}

ul{
	margin:0px;
	padding:0px 0px;
}

li{
	/* Every thumbnail is a li element */
	/*width:20px;*/
	display:inline-block;
	list-style:none;
	/*height:20px;*/
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(img/pic_bg.png) repeat;*/
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	/*width:2px;*/
	/*background:url(img/divider.png) no-repeat right;*/
}

li a{
	display:block;
	/*background:url(img/divider.png) no-repeat right;*/
	/*height:20px;*/
	padding-top:0px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-size:28px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
	text-shadow: 0px 0px 3px #FFFFFF;
	background:url(img/panel2.jpg) repeat-x bottom center;
	position:inherit;
	background-color: #B3353B;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	z-index: 11;
}

h2{
	font-size:18px;
	text-shadow: 0px 0px 3px #FFFFFF;
	color:#FFFFFF;
	font-weight:normal;
	padding: 0px 5px 0px 5px;
	text-shadow: 0px 0px 3px #FFFFFF;
	background-image:url(img/h2.png);
	-moz-box-shadow:0px 0px 5px #340f11;
	-webkit-box-shadow:0px 0px 5px #340f11;
	box-shadow:0px 0px 5px #340f11;
	position:inherit;
	z-index:70;
}
h3{
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
}
h4{
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
p {
	font-size: 12px;
	color:#666666;
	text-shadow: 0px 1px 1px #FFFFFF;
	font-weight:normal;
	padding: 5px 5px 10px 5px;
	background-color: #E5E5E5;
	background:url(img/panel.jpg) repeat-x bottom center #e6e6e6;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	z-index: 69;
	position: inherit;
	margin: 0px 0px 10px 0px;
}

#main{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0px 0px 20px #666666;
	-webkit-box-shadow:0px 0px 20px #666666;
	box-shadow:0px 0px 20px #666666;
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:920px;
	position:relative;
}

#middle{
	margin:0px auto;
	width:100%;
	background-image: url(img/bg.png);
	background-color: #E5E5E5;
}
#middle2{
	margin:0px auto;
	width:920px;
	background-color: #E5E5E5;
}
#content{
	margin:0px 0px 0px 10px;
	width: 620px;
	position: relative;
	bottom: 0%;
	float:left;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
#services{
	margin:10px 10px 10px 0px;
	width: 240px;
	position: relative;
	bottom: 0%;
	float:right;
	padding: 10px 10px 0px 10px;
	background-color: #CCCCCC;
	-moz-box-shadow:0px 0px 3px #666666;
	-webkit-box-shadow:0px 0px 3px #666666;
	box-shadow:0px 0px 3px #666666;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	background:url(img/panel3.jpg) repeat-x bottom center #CCCCCC;
	z-index: 71;
}

#contact {
	margin:0px auto;
	width: 620px;
	position: relative;
	bottom: 0%;
	float:left;
	background-color: #b3353b;
	padding: 0px 20px 0px 20px;
	text-align: left;
}
#mailform {
	margin:10px 0px 0px 10px;
	width: 620px;
	position: relative;
	bottom: 0%;
	float:left;
	background-color: #e5e5e5;
	padding: 0px 10px 10px 10px;
	text-align: left;
}
#copyright {
	width: 840px;
	height:40px;
	position: relative;
	bottom: 0%;
	float:left;
	padding: 0px 20px 0px 20px;
	text-align: center;
	-moz-box-shadow:0px 0px 3px #666666;
	-webkit-box-shadow:0px 0px 3px #666666;
	box-shadow:0px 0px 3px #666666;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	background:url(img/panel.jpg) repeat-x bottom center #E5E5E5;
	margin: 0px 20px 0px 20px;
}


#footer{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0px 0px 20px #340f11;
	-webkit-box-shadow:0px 20px 10px #340f11;
	box-shadow:0px 0px 20px #340f11;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	border:#b3353b;
	background:url(img/panel.jpg) repeat-x bottom center #e6e6e6;
	margin:0px auto 0px 0px;
	width: inherit;
	position:relative;
	bottom: 0%;
	float:left;
	background-color: #e5e5e5;
	z-index: 20;
	padding-bottom: 20px;
}



a, a:visited {
	color:#999999;
	text-decoration:none;
	outline:none;
}

a:hover{
	/*text-decoration:underline;*/
}


/* navigation*/
#nav {
	height:20px;
	list-style: none;
	background-color: #E5E5E5;
	/*background:url(img/panel.jpg) repeat-x bottom center #e6e6e6;*/
	position:relative;
	z-index:80;
}

#nav li a {
	height: 20px;
	display: block;
	padding: 0px 15px ;
	text-decoration: none;
	font-weight: normal;
	color: #666666; 
	text-shadow: 0px 1px 1px #FFFFFF;
	}
#nav li a:hover {
	color: #FFFFFF;
	background-image:url(img/btn_bg2.png);
	height: 20px;
	}

#border {
	background:url(img/border.png);*/
	/* The width of the gallery */
	background-color:#000000;
	width:820px;
	position:absolute;
	z-index: 50;
	height: 50px;
	padding-top:350px;
	padding: 350px 50px 0px 50px;
	text-align: center;
}

