body
{
	font-size: 11px;
	color: #2f2f2f;
	font-family: "Lucida Grande", Arial, Verdana;
	margin: 0;
	padding: 0;
}
a {
color:#0086FF;
	font-weight:bold;
	outline:none !important;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,h4
{
	color:#000;
	margin-top: 0;
	margin-bottom: 10px;
}
h1
{
	font-size: 60px;
	font-weight: normal;
	float: left	;
}
h2
{
	font-size: 24px;
	font-weight: normal;
}
/*---SOME DEFAULTS--*/
.clearfix
{
	display: block;	
	clear: both;
	height: 1px;
	line-height: 1px;
}
.hr
{
	display: block;
	height: 1px;
	background: url(../images/global/dot.gif) repeat-x;
	margin: 20px 0;
}
h1 a
{
	color: #000;
	text-decoration: none;	
}
#container
{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.work
{
	width: 315px;
	float: left;
	margin: 0 20px 20px 0;
}
.thumbnail
{
	display: block;
	height: 315px;
	width: 315px;
	position: relative;
	margin-bottom: 10px;
}
.thumbnail a
{
	display: block;
	width: 295px;
	height: 295px;
	border: 10px solid #d3d3d3;
	top: 0;
	left: 0;
}
.thumbnail a:hover
{
	border: 10px solid #5f5f5f;
}
.last{
	margin-right: 0 !important;
}
#footer
{
	position: relative;
}
.notice
{
	font-weight: bold;
	font-size: 14px;
	color: #BDBF0B;
	border: 1px solid #BDBF0B;
	background: #FFFFCF;
	padding: 20px;
}
.feedback
{
	font-weight: bold;
	font-size: 14px;
	color: green;
	border: 1px solid green;
	background: #BFFFC8;
	padding: 20px;
}
.error
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	border: 1px solid red;
	background: pink;
	padding: 20px;
}
/*----FORMS----*/
form label
{
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
form textarea, form .text
{
	border: 1px solid #ccc;
	padding: 5px;
}
form .text
{
	width: 230px;
}