body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
body {font-size:13px;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}






html {
	min-height: 100%;

}
body {
	background-image: url(../images/back.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #fcf6dc;
	color: #333333;
	font-size: 85%;
}
p {
	margin: 0;
	padding: 14px 0 0 0;

}


h2 {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
}
h3 {
	margin-top: 10px;
	font-size: 130%;
	font-weight: bold;
}


a img {
	border: none;
}
#wrapper {
	width: 620px;
	margin-left: 100px;
	z-index: 500;
	padding-bottom: 120px;
}
#radish-power {
	text-indent: -999999px;
	overflow: hidden;
}
h1 {
	background-image:url(../images/wrap_back_top.png);
	background-repeat:no-repeat;
	background-position: top left;
	height:6px;
	
	text-indent: -999999px;
	overflow: hidden;
	
	
	margin-top: 20px;
}
#wrap_mid {
	background-image:url(../images/wrap_back.png);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	
	overflow: hidden;
}
#wrap_bottom {
	background-image: url(../images/wrap_back_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom left;

	height:5px;
	text-align: right;
}




div.content {
	padding-left: 10px;
}

ul#main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
	position: fixed;
	_position: absolute;
	top: 60px;
	left: 10px;
	text-align: right;
	z-index: 1000;
	overflow: hidden;
}
ul#main-menu a, ul#main-menu a:link, ul#main-menu a:visited, ul#main-menu a:active {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	padding-right:3px;
	line-height: 150%;
	margin-bottom: 2px;
	background-color: #fcf6dc;
}
ul#main-menu a:hover {
	color:#000000;
	
	
	background-color: #f2ecd3;
	background-repeat:repeat-y;
	background-position: left;
}
ul#main-menu a.current{
	display: block;
	color: #a5160e;
	cursor: default;
}
ul#main-menu a.current:hover{
	background: none;
}

#change-lang {
	position: absolute;
	top: 65px;
	left: 120px;
	z-index: 1200;
	font-weight: bold;
	font-size: 85%;
	color: #a5160e;
}
#change-lang a, #change-lang a:link, #change-lang a:active, #change-lang a:visited{
	display: block;
	float: left;
	width: 17px;
	height: 12px;
	background-repeat:no-repeat;
	background-position: 0 0;
	
	text-decoration: none;
	color: #666666;
	
	text-indent: -999999px;
	overflow: hidden;
	
}
#change-lang a:hover {
	color:#000000;
	background-position: 0 -17px;
}

#change-lang div {
	width: 24px;
	height: 12px;
	float: left;
}






div.clear {
	clear: both;
	height:1px;

}








div.protfolio-client {
	width: 270px;
	background-image: url(../images/client_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 186px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
	
}



/*
	===================== Contact Form ============================
*/

form#contactForm input:hover, form#contactForm textarea:hover {
	border-color:#8b9177;
}
form#contactForm input:focus, form#contactForm textarea:focus {
	border-color:#8b9177;
	background-color: #e6f0c4;
}
form#contactForm input, form#contactForm textarea {
	border: 1px solid #b9c19e;
	border-left-width: 3px;
	background-color: #d3dcb3;
	width: 200px;
	padding: 0.3em 2px;
	
	_border-color:#8b9177;
	_background-color: #dde6bc;
}


form#contactForm div.field-pair, div#submission-div{
	clear: both;
	margin-top: 10px;
}


form#contactForm label {
	line-height: 1.6em;
	display: block;
	width: 150px;
	font-weight: bold;
}
div#submission-div {
	width: 365px;
}
div#submission-div input {
	width: 100px;
	font-weight: bold;
	color: #a5160e;
}


/* errors and messages */
div.error {
	font-size: 85%;
	color: #a5160e;
	text-indent: 160px;
}






div.field {
	text-align: left;
	vertical-align: text-top;
}

span.fixer {
	clear:both;
}



#recaptcha_area {
	direction: ltr;
}
