body {
background:url(../images/bg.jpg) repeat;
margin:0;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 12px;
}

#content {
text-align:left;
margin:0 auto;
width:918px;
color:#fff;
line-height:18px;
}

a#logo {
background:url(../images/logo.png) no-repeat;
width:420px;
height:80px;
float:left;
text-indent:-9999px;
margin:20px 0 50px 0;
}

/* menu */
#menu {
margin:0 auto;
height:10px;
float:right;
padding-top:40px;
}

#menu ul, #menu ul li, .work ul, .work ul li, #portfolio ul, #portfolio ul li, #footer ul, #footer ul li, #contact ul, #contact ul li {
display:block;
list-style:none;
padding:0;
margin:0;
}

#menu ul li, #portfolio ul li, #footer ul li, ul#portfolio_menu {
float: left;
}

#menu ul a:link, #menu ul a:visited {
text-decoration: none;
display: block;
margin-left:30px;
padding:5px;
}

#menu a {
border:none;
color:#fff;
font-style:italic;
font-size:14px;
}

#menu a:hover {
background:#cc0033;
color:#fff;
}

#topic {
background:url(../images/topic.png) no-repeat;
width:897px;
height:64px;
clear:both;
margin-bottom:20px;
}

.scissors {
background:url(../images/scissors.png) no-repeat;
width:914px;
height:18px;
margin-bottom:20px;
clear:both;
}

.gotop {
float:right;
height:22px;
}


/* work, carousel */
.work {
background:url(../images/news_bg.png) repeat-y;
width:918px;
float:left;
clear:both;
margin-bottom:10px;
padding:20px 0;
}

.carousel-control {
display:none;
}

.work ul li {
width:858px;
float:left;
padding:0 30px;
}

.work .image {
width:280px;
margin-left:18px;
float:left;
padding-top:30px;
}

.work .item {
width:530px;
margin-right:20px;
float:right;
color:#412610;
}

.work .item .title, #about .title {
color:#00a7e5;
font-size:22px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
display:block;
margin-bottom:14px;
}

span.buttons {
cursor:pointer;
display:inline;
background:#2e1c0f;
height:19px;
color:#fff;
font-size:14px;
float:left;
padding:2px 9px;
}

.buttons:hover {
background:#cc0033;
}

/* portfolio */
#portfolio, #about, #contact {
width:918px;
clear:both;
margin-bottom:20px;
}

#portfolio_topic {
background:url(../images/work.png) no-repeat left;
width:918px;
height:22px;
margin-bottom:20px;
}

#portfolio ul li {
width:220px;
margin:0 9px 30px 0;
float:left;
}

#portfolio a:link img, #portfolio a:visited img {
border:1px solid #2e1c0f;
margin-bottom:6px;
width:220px;
}

#portfolio a:hover img {
border-color:#402614;
}

#portfolio a:link span, #portfolio a:visited span {
color:#00a7e5;
font-size:18px;
font-style:italic;
display:block;
margin-bottom:6px;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

#portfolio a:hover span {
color:#cc0033;
}

/* about */

#about_topic {
background:url(../images/about.png) no-repeat left;
width:918px;
height:22px;
margin-bottom:20px;
}

#about .image  {
width:318px;
float:left;
}

#about .text {
width:600px;
float:right;
}

/* contact */
#contact_topic {
background:url(../images/contact.png) no-repeat left;
width:918px;
height:22px;
margin-bottom:20px;
}

#contact .forms {
width:318px;
float:left;
}

#contact .text {
width:500px;
float:right;
} 

form label, form label.required {
display:block;
color:#fff;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-bottom:5px;
}

form label.required:after {
content:'*';
color:#a12d1a;
margin-left:1px;
}

form input.textfield, textarea {
padding:6px;
background:#fff url(../images/forms_bg.jpg) repeat-x left top;
border:1px solid #2e1c0f;
color:#110904;
width:100%;
margin-bottom:10px;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 12px;
}

form input.textfield:focus, textarea:focus {
-moz-box-shadow:#110904 0px 0px 4px;
box-shadow:0 0 4px #110904;
-webkit-box-shadow:0 0 4px #110904;
border:1px solid #110904;
background:#261308;
color:#fff;
}

form textarea {
line-height:16px;
height:180px;
color:#110904;
}

/* footer */
#footer {
width:918px;
font-size:11px;
color:#fff;
clear:both;
height:40px;
}

#footer ul li {
margin-left:14px;
}

#footer ul li:first-child {
margin:0;
}

#footer ul a {
text-decoration: none;
color:#fff;
padding:0 5px;	
}

#footer ul a:hover {
color:#00a7e5;
}

#footer .copyright {
float:right;
text-align:right;
}

#footer .copyright a:link, #footer .copyright a:visited {
color:#00a7e5;
text-decoration: none;
}

#footer .copyright a:hover {
text-decoration:underline;
}

/* lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



a:link, a:visited {
text-decoration:none;
color:#cc0033;
}

a:hover {
color:#00a7e5;
}

/*reset css */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.submitform {
	float:left;
	clear:both;
	display:block;
	border:none;
	background:url(../images/send.jpg) no-repeat;
	width:100px;
	height:30px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	margin-top:10px;
}
