* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Verdana, Georgia, Arial, Tahoma, sans-serif;
	height: 100%;
	background: #3a0000 url('../images/bg.jpg') repeat;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}


hr, div .hr {
	display: block;
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0px;
	border: 0;
	background: url('../images/section.png') center repeat-x;
	clear:both;
}


#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

.clear {
	clear:both;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
}

#header .text {	position: absolute;
	overflow: visible;
	left: 50%;
	width: 500px;
	height: 50px;
	margin-top: 50px;
	margin-left: -450px;
	color: #f6d2ae;
	font-size: 12px;
	float: left;
}

#header .logo {
	display: block;	position: absolute;
	overflow: visible;
	left: 50%;
	width: 300px;
	height: 89px;
	margin-top: 40px;
	margin-left: 140px;
	float: left;
	background: url('../images/logo.png') no-repeat;
}

#header .menu {
	position: absolute;
	display: block;
	overflow: visible;
	left: 50%;
	width: 700px;
	height: 30px;
	margin-top: 150px;
	margin-left: -500px;
    list-style: none;
    z-index: 2;
}

#header .menu li {
	display:inline;
	list-style: none;
}

#header .menu li a{
	position: relative;
	float: left;
	width: 90px;
	height: 23px;
	margin: 0 0 0 20px;
	outline: none;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fabe81;
	font-size: 13px;
}

#header .menu li a.active {
	color: #ffd9b2;
	background: url('../images/line_active.png') bottom repeat-x;
}

#header .menu li a:hover {
	color: #ffb060;
}

#header .line {	position: absolute;
	overflow: visible;	width: 100%;
	height: 3px;
	margin-top: 170px;
	background: url('../images/line.png') repeat-x;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 80px;
}

.content a {
	color: #ffb060;
}

.content a:hover {
	color: #ffb060;
}

.content ul {
	margin: 0;
}

.content li {
	margin: 0 0 0 30px;
}


#main {	position: relative;
	left: 50%;
	width: 965px;
	border: none;
	margin: 80px 0 20px -525px;
}


#main .jcarousel-container {
	position: relative;
	display: block;
	width: 955px;
	height: 303px;
	margin: 0;
	border: none;
}

#main .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#main .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#main .jcarousel-list li,
#main .jcarousel-item {
    float: left;
    list-style: none;
    width: 303px;
    height: 303px;
    margin-right: 26px;
}

#main .jcarousel-container-horizontal {
	width: 965px;
    padding: 33px 40px 0 40px;
}

#main .jcarousel-clip-horizontal {
	width: 965px;
    height: 303px;
}

#main .jcarousel-item {
	width: 303px;
	height: 303px;
	background: url('../images/frame.png') no-repeat 0 0;
}

#main .jcarousel-item img {
    margin: 26px;
    border: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#main .jcarousel-item-horizontal {
    margin: 0;
}

#main .jcarousel-next-horizontal {
    position: absolute;
    top: 165px;
    right: 0;
    width: 36px;
    height: 35px;
    cursor: pointer;
    background: transparent url('../images/jcarousel_right.png') no-repeat 0 0;
}

#main .jcarousel-next-horizontal:hover {
    background-position: 0 -35px;
}

#main .jcarousel-next-horizontal:active {
    background-position: 0 -35px;
}


#main .jcarousel-prev-horizontal {
    position: absolute;
    top: 165px;
    left: 0;
    width: 36px;
    height: 35px;
    cursor: pointer;
    background: transparent url('../images/jcarousel_left.png') no-repeat 0 0;
}

#main .jcarousel-prev-horizontal:hover {
    background-position: 0 -35px;
}

#main .jcarousel-prev-horizontal:active {
    background-position: 0 -35px;
}

#about {
	position: relative;
	overflow: visible;
	left: 50%;
	width: 950px;
	border: none;
	margin: 30px 0 0 -475px;
	color: #e9bd8f;
	font-size: 13px;
}

#portfolios {
	display: block;
	position: relative;
	overflow: visible;
	left: 50%;
	width: 1000px;
	border: none;
	margin: 0 0 0 -475px;
}

#portfolios .thumbnail {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 30px;
	background: url('../images/transparency.png') repeat;
	text-decoration: none;
}

#portfolios .thumbnail .r {
	display: block;
	position: relative;
	float: left;
	width: 380px;
	height: 100%;
	margin: 15px 15px 5px 15px;
	padding: 0;
}


#portfolios .thumbnail .r .title {
	display: block;
	position: relative;
	width: 380px;
	height: 20px;
	text-align: center;
	margin: 10px 0 10px 0;
}

#portfolios .thumbnail .r .title a {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #d0a167;
	color: #d0a167;
	font-size: 16px;
}

#portfolios .thumbnail .r .title  a:hover {
	color: #ffb060;
	text-decoration: none;
}

#portfolio {
	display: block;
	position: relative;
	overflow: visible;
	left: 50%;
	width: 950px;
	border: none;
	margin: 0 0 0 -475px;
}

#portfolio .title {
	display: block;
	position: relative;
	width: 950px;
	height: 22px;
	color: #d0a167;
	font-size: 16px;
	margin: 20px 0 20px 0;
	background: url('../images/section.png') bottom repeat-x;
	clear:both;
}

#portfolio .alert {
	position: relative;
	overflow: visible;
	left: 50%;
	width: 600px;
	margin: 70px 0 70px -300px;
	padding: 30px;
	background: url('../images/transparency.png') repeat;
	color: #fccb91;
	font-size: 18px;
	text-align: center;
}

#portfolio .gallery {
	display: block;
	position: relative;
	width: 950px;
}

#portfolio .gallery .pic, .pic a {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

#portfolio .gallery .pic {
	display: block;
	/*
	position: absolute;
	*/
	position:relative;
	float: left;
	margin: 30px;

	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	-webkit-box-shadow: 2px 2px 3px #333333;
	-khtml-box-shadow: 2px 2px 3px #333333;
	-icab-box-shadow: 2px 2px 3px #333333;
	-moz-box-shadow: 2px 2px 3px #333333;
	-o-box-shadow: 2px 2px 3px #333333;
	box-shadow: 2px 2px 3px #333333;
}

#portfolio .gallery .pic a{
	text-indent:-999px;
	display:block;
}

#portfolio #spinner {
	margin: 30px;
	clear:both;
}

#portfolio #spinner img {
	float: left;
	margin-right: 5px;
}

#portfolio #spinner h1 {
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	float: left;
}

#portfolio .indent {
	display: block;	width: 950px;
	height: 20px;
	clear:both;
}

#slideshow {
	position: relative;
	left: 50%;
	width: 500px;
	border: none;
	margin: 20px 0 20px -250px;
}

#slideshow .title {	color: #d0a167;
	font-size: 15px;
	text-align: right;
	margin: 30px 0 5px 0;
}


#services {
	position: relative;
	overflow: visible;
	left: 50%;
	width: 800px;
	border: none;
	margin: 20px 0 20px -400px;
	color: #e9bd8f;
	font-size: 13px;
}

#contact {	position: relative;
	overflow: visible;
	left: 50%;
	width: 400px;
	border: none;
	margin: 120px 0 20px -200px;
	padding: 30px;
	background: url('../images/transparency.png') repeat;
	color: #fccb91;
	font-size: 18px;
}

#error404 {	position: relative;
	overflow: visible;
	left: 50%;
	width: 800px;
	border: none;
	margin: 20px 0 20px -400px;
	color: #e9bd8f;
	font-size: 13px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	display: block;
	position: relative;
	overflow: visible;
	margin: -90px auto 0;
	min-width: 1000px;
	height: 90px;
}

#footer .timetable {	position: absolute;
	overflow: visible;
	left: 50%;
	width: 155px;
	height: 30px;
	margin-left: -440px;
	float: left;
	border: none;
	background: url('../images/timetable.png') no-repeat;
}

#footer .timetable a {	margin-left: 28px;
	color: #eab47b;
	font-size: 13px;
}

#footer .timetable a:hover {
	color: #ffb060;
}

#footer .contact {
	position: absolute;
	overflow: visible;
	left: 50%;
	width: 400px;
	height: 30px;
	margin-left: 100px;
	color: #eab47b;
	float: left;
	text-align: center;
	border: none;
	font-size: 15px;
}

#footer .contact a {
	color: #eab47b;
}

#footer .contact a:hover {
	color: #ffb060;
}

#footer .line {
	position: absolute;
	overflow: visible;
	width: 100%;
	height: 3px;
	margin-top: 30px;
	background: url('../images/line.png') repeat-x;
}

#footer .counter {
	position: absolute;
	overflow: visible;
	left: 50%;
	width: 100px;
	height: 30px;
	margin-top: 45px;
	margin-left: -400px;
	color: #eab47b;
	float: left;
	border: none;
	font-size: 13px;
}

#footer .copyright {
	position: absolute;
	overflow: visible;
	left: 50%;
	width: 300px;
	height: 30px;
	margin-top: 50px;
	margin-left: -150px;
	color: #696952;
	float: left;
	text-align: center;
	border: none;
	font-size: 11px;
}

#footer .developer {
	position: absolute;
	overflow: visible;
	left: 50%;
	width: 200px;
	height: 30px;
	margin-top: 50px;
	margin-left: 300px;
	float: left;
	border: none;
	font-size: 11px;
	color: #696952;
}

#footer .developer a,
#footer .developer a:hover {
	color: #8ce91e;
}


