@charset "UTF-8";
.sendBtn  {
	width:75px;
	height:24px;
	text-align:center;
	background:url(../images/validation/submit-btn-bg.gif) repeat-x 0 0;
	color:#5f5f5f;
	border:1px solid #aaa;
	float:right;
	display:block;
	cursor:pointer;
	font-weight:bold;
	margin-right: 10px;
	}
.sendBtn:hover  {
	background:url(../images/validation/submit-btn-bg-hover.gif) repeat-x 0 0;
	color:#006600;
	border:1px solid #5f5f5f;
}
/* CSS Document */

/* --------------GENERAL---------------- */

body{
	background-image:url(../images/grass.JPG);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#66FF33;
	width:830px;
	margin:0 auto;
	margin-top:100px;
	font-size:12px;
	font-family: Verdana;
}
button{
	border:none;
	background:none;
}

button:active, button:focus {outline:0;}
img:active, img:focus {outline:0;}
:active, :focus {outline:0;}

a:link, a:visited{
	color:#CC9933;
	text-decoration:none;
}
a:hover{
	color:#CC9933;
	text-decoration:underline;
}
h4{
	color:#FFFFFF;
	background-color:#FFCC00;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
h5{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	padding-top:15px;
	padding-bottom:0px;
}
p{
	color:#FFCCCC;
	font-size:11px;
	padding:15px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:16px;
}
p2 {
	font-family: Verdana;
	font-size: 6px;
	color: #CCCCCC;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.show{
	width:810px;
	height:430px;
	background-color:#006600;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
.right_cont{
	float:left;
	width:405px;
	text-align:justify;
	background-color: #006600;
}
.left_cont{
	float:right;
	width:405px;
	text-align:justify;
	background-color: #006600;
}

/* --------------header---------------- */

#header{
	width:870px;
	margin-bottom:0px;
	margin-left: -15px;
}

/* --------------HOME section---------------- */

#show1{
	width:400px;
	height:430px;
	float:left;
	background-color:#006600;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show2{
	width:190px;
	height:430px;
	float:left;
	background-color:#006600;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show3{
	width:200px;
	height:430px;
	float:left;
	background-color:#006600;
	padding:0px;
	margin:0px;
}
#latest_works img{
	margin:10px 0px 0px 10px;
}
.date{
	font-size:11px;
	color:#CCCCCC;
	margin-left:15px;
	font-style:italic;
}
.ft-title{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 380px;
	text-align: left;
	font-size:12px;
}
.bgh{
	list-style:none;
	margin:0px;
}
.bgh li{
	margin-top:-2px;
}

/* --------------ABOUT section---------------- */

.about_me{
	padding:10px;
	padding-bottom:0px;
}

/* --------------WORK section---------------- */

.portfolio{
	padding:10px;
	padding-right:0px;
	padding-bottom:0px;
}
.bg{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.bg li{
	list-style:none;
	display:block;
	float:left;
	padding-right: 20px;
}
.domain{
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	width:375px;
	padding:5px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-size:11px;
}
label {
	color: #CCCCCC;
}

/* --------------CONTACT section---------------- */

fieldset{
	color:#CCCCCC;
	margin:10px;
	padding:7px;
	border:1px solid #999999;
	font-style:italic;
}
legend{
	color:#FFCC99;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
}

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

#footer{
	background-image:url(../images/bottom_background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	padding-top:10px;
}
#footer a:link, #footer a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover{
	color:#626657;
	text-decoration:underline;
}
.textarea  {
	width:370px;
	height:100px;
	border:1px solid #c4c4c4;
	font-family:Arial;
	font-size:11px;
	padding:3px;
}
.input-container  {
	width:370px;
}
