@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#000 url(../images/bg.jpg) center top no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

#wrap{
	width:680px;
	margin:0 auto 0 auto;
}
.clearFix{
	clear:both;
}
h1{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#e25b68;
}
h2{
	margin:0 0 5px 0;
	font-weight:bold;
	color:#e25b68;
}
h3{
	margin:0 0 2px 0;
	font-weight:bold;
}
.date{
	color:#e25b68;
	margin:3px 0;
}
a{
	color:#e25b68;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* ---------------- MAIN MENU ------------------*/
#head{
}
#smallNav{
	margin-top:30px;
	text-align:right;
	padding-right:10px;
	font-size:13px;
}
	#nav2{
		list-style: none;
		margin:0;
		padding:0;
	}
	#nav2 li{
		display:inline;
		margin:0 0 0 10px;
	}
	#nav2 li a{
		text-decoration:none;
		color:#e25b68;
	}
	#nav2 li a:hover{
		text-decoration:underline;
	}
#mainNav{
	margin-top:10px;
}
	#nav {
		list-style: none;
		margin:0;
		padding:0;
	}
	
	#nav a {
		display: block;
		text-indent: -90000px;
		outline: none;
		float:right;
		margin:0 10px 0 20px;
	}
	
	#nav .home {
		width: 36px;
		height: 17px;
		background: url(../images/menu/home.png) no-repeat top left;
	}
	#nav .work {
		width: 39px;
		height: 17px;
		background: url(../images/menu/work.png) no-repeat top left;
	}
	#nav .brief {
		width: 83px;
		height: 17px;
		background: url(../images/menu/brief.png) no-repeat top left;
	}
	#nav .si {
		width: 70px;
		height: 17px;
		background: url(../images/menu/si.png) no-repeat top left;
	}
	
	#nav a:hover{
		background-position: left bottom;
	}
	#nav a.selected{
		background-position: left bottom;
	}

/* ---------------- END MAIN MENU ------------------*/

/* ---------------- HOME ------------------*/
#homeImage{
	margin-top:10px;
	width:100%;
	height:271px;
	background:url(../images/home.png) top right no-repeat;
	border-bottom:#a68d7d solid 1px;
}
/* ---------------- END HOME ------------------*/

/* ---------------- CONTENT ------------------*/
#webImage{
	margin-top:10px;
	width:100%;
	height:189px;
	background:url(../images/top.png) top right no-repeat;
	border-bottom:#a68d7d solid 1px;
}
#content{
	padding:25px;
	font-size:12px;
	color:#FFF;
	line-height:16px;
}
.titleDiv{
	margin:0 0 10px 0;
}
#leftContent{
	float:left;
	width:420px;
}
	.workBlock{
		margin-bottom:20px;
	}
		.workImg IMG{
			border:#a78e7e solid 5px;
		}
		.workImg{
			margin-bottom:10px;
		}
#rightContent{
	margin-left:435px;
}
	.homeNews{
		margin-bottom:20px;
	}
		.homeNews a{
			color:#e25b68;
			text-decoration:none;
		}
		.homeNews a:hover{
			text-decoration:underline;
		}
	.socialBlock{
		height:34px;
		margin-bottom:10px;
	}
		.socialImg{
			float:left;
		}
		.socialLink{
			margin-left:45px;
			padding-top:10px;
		}
		.socialLink a{
			text-decoration:none;
			color:#e25b68;
			font-weight:bold;
		}
		
.workThumb{
	margin:0 4px 4px 0;
	float:left;
}
	.workThumb img{
		border:#a78e7e solid 5px;
	}
	.workThumb a img{
		border:#a78e7e solid 5px;
	}
	.workThumb a:hover img{
		border:#e25b68 solid 5px;
	}
.workThumb2{
	margin:0 0 10px 0;
	float:left;
}
	.workThumb2 img{
		border:#a78e7e solid 5px;
	}
	.workThumb2 a img{
		border:#a78e7e solid 5px;
	}
	.workThumb2 a:hover img{
		border:#e25b68 solid 5px;
	}
	
#sideUL{
	list-style:none;
	margin:0;
	padding:0;
	
}
	#sideUL li{
		margin:0 0 5px 0;
	}
	
.newsThumb{
	margin:0 0 10px 0;
}
	.newsThumb IMG{
		margin-top:10px;
		margin-bottom:10px;
		border:#a78e7e solid 5px;
	}

/* ---------------- END CONTENT ------------------*/

/* ------------------ FORM ----------------------- */

#theForm{
	width:100%;
}
.formLabel{
	color: #e25b68;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px 0;
}
.formLabel2{
	color: #e25b68;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 4px 0;
}
input, textarea{
	width: 180px;
	color: #000;
	padding:6px;
	font-size:12px;
	margin-bottom:15px;
	background: #a7a08f;
	border: 1px solid #e25b68;
}
select{
	margin-bottom:15px;
}
textarea{
	width: 320px;
	height: 150px;
	margin-bottom:5px;
}
#submitbutton{
	margin-top:10px;
	display:block;
	width:116px;
	height:61px;
	border:none;
	background:transparent url(../images/send.png) no-repeat;
	text-indent:-1000em;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
.errorText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #e25b68;
}

/* ------------------ END FORM ----------------------- */

/* ---------------- FOOTER ------------------*/
#footer{
	color:#e25b68;
	font-size:11px;
	margin-top:15px;
}
	#footLeft{
		float:left;
		padding-left:25px;
		margin-bottom:15px;
	}
	#footRight{
		float:right;
		padding-right:25px;
		text-align:right;
		margin-bottom:15px;
	}
		#footerNav{
			list-style: none;
			margin:0 0 15px 0;
			padding:0;
		}
			#footerNav li{
				display:inline;
				margin:0 0 0 10px;
			}
			#footerNav li a{
				text-decoration:none;
				color:#e25b68;
			}
			#footerNav li a:hover{
				text-decoration:underline;
			}

/* ---------------- END FOOTER ------------------*/

/*------------ ADMIN --------------*/
.imgBox{
	float:left;
	width:48%;
	margin:0 10px 10px 0;
}
.imgOrder{
	float:left;
}
.imgImg{
	float:left;
	margin-right:10px;
}
	img .imgIMG {
		border:solid 2px #e25b68;
	}
.imgTitle{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.leftBox{
	float:left;
	width:400px;
}
.rightBox{
	float:left;
}
	.rightBox img{
		border:solid 2px #e25b68;
	}