body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #0b1113;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

p {text-align: justify;}

form {
	margin: 0px;
	padding: 0px;
}

#main_div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	background-color: #666666;
	z-index: 200;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	overflow: visible;
}
#secondary_div {
	background-color: #FFFFFF;
	width: 500px;
	height: 200px;
	z-index: 201;
	display: none;
	overflow: visible;
	position: absolute;
	left: 30%;
	top: 10%;

	border: 1px solid black;
	text-align: center;
	font-size: 14px;
}

.left {float:left;}
.right {float:right;}
.clear {
	clear:both;
	height: 0px;
}
img{border:none;}
hr{color: #EFEFEF;}
#wrapper {
	padding: 0px 5px 0px 5px;
	width: 910px;
	margin: 0px auto 0px auto;
}
#header {
	width: 910px;
	height: 130px;
	position: relative;
}
#header #snow {width: 100%; height: 50px; position:absolute; top: 80px; left:0px; background:url(../images/snow.gif) no-repeat; z-index:10;}
#logo {
	height: 78px;
	width: 150px;
	padding-top: 20px;
	padding-left: 3px;
	clear: both;
}
 #menu {
	width: 910px;
	height: 30px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 20;
	clear: both;
	float: left;
	/*position:fixed;
	top: 98px;*/
}

/*#menu {
	width: 910px;
	height: 30px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	z-index: 20;
	position:absolute;
	top: 98px;
	left: 0;
}
*/

#menu ul {
	list-style-type:none;
	margin:0;
	height: 30px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 640px;
}
#menu li {display:inline;}
#menu ul li a {
	color:#FFFFFF;
	font-size: 11px;
	line-height:30px;
	margin:0;
	padding:0 10px;
	text-decoration: none;
	height:30px;
	display:block; float: left;
}
#menu ul li a:hover, #menu ul li a.current {
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center 23px;
}
#menu #blog {
	margin:0;
	padding:0 20px;
	height: 30px;
	width: 50px;
}
#menu #blog a {
	color:#FFFFFF;
	font-size: 11px;
	line-height:30px;
	margin:0;
	padding:0 10px 0 10px;
	text-decoration: none;
	height:30px;
	display:block;
	background-image: url(../images/menublog_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#menu #blog a:hover {
	color:#000000;
}
#menu #rss {
	margin:0;
	padding:0 10px;
	height: 30px;
}
#menu #rss a {
	line-height:30px;
	margin:0;
	padding:0 10px;
}

#menu_footer {
	width: 905px;
	height: 30px;
	/*margin-top: 20px!important;*/
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
}
#menu_footer ul {
	text-align:center;
	list-style-type:none;
	margin:0;
	height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu_footer li {display:inline;}
#menu_footer ul li a {
	color:#FFFFFF;
	font-size: 11px;
	line-height:30px;
	margin:0;
	padding-right: 15px;
	text-decoration: none;
	height:30px;
	display:block; float: left;
}
#menu_footer ul li a:hover, #menu_footer ul li a.current {
	text-decoration: underline;
}
/* SLIDER */

#sli {
	position:relative;
	margin: 0px auto 0px auto;
	height: 275px;
	width: 910px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #efefef;*/
}

#slider {
	height: 275px;
	width: 910px;
	overflow:hidden;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{
	width:910px;
	height:275px;
	overflow:hidden;
	}
#prevBtn, #nextBtn{
	display:block;
	width:37px;
	height:76px;
	position:absolute;
	left:-33px;
	top:120px;
	}
#nextBtn{
	left:906px;
	}
#prevBtn a, #nextBtn a{
	display:block;
	width:37px;
	height:76px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
	}
#nextBtn a{
	background:url(../images/btn_next.gif) no-repeat 0 0;
	}
/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */

/* SLIDER2 */
#slider2 {
	height: 120px;
	width: 320px;
	overflow:hidden;
}
#slider2 p {
	padding: 0 0px 10px 20px;
}

#slider2 ul, #slider2 li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#slider2 li{
	width:320px;
	height:120px;
	overflow:hidden;
}
#prevBtn2, #nextBtn2{
	display:block;
	width:20px;
	height:40px;
	position:absolute;
	left:8px;
	top:45px;
	z-index: 10;
	}
#nextBtn2{
	left:320px;
	}
#prevBtn2 a, #nextBtn2 a{
	display:block;
	width:20px;
	height:40px;
	background:url(../images/btn_prev2.gif) no-repeat 0 0;
	}
#nextBtn2 a{
	background:url(../images/btn_next2.gif) no-repeat 0 0;
	}
/* image replacement */
.graphic, #prevBtn2, #nextBtn2{
	margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */

/* CONTENT */
#content {
	width: 540px;
	padding-right: 5px;
	padding-left: 5px;
	position:relative;

}#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF5611;
}
#content #twittering ul, #content #bloging ul {
	list-style-position:outside;
	list-style-image:none;
	list-style:none;
	margin:0;
	padding:0;
}
#content #twittering ul li span, #content #bloging ul li span {
	font-size:13px;
	display: block;
}
#content #twittering ul li, #content #bloging ul li {
	font-size:10px;
	padding: 0 0 10px 0;
}
#content #twittering ul a, #content #bloging ul a {
	color:#ff5611;
	text-decoration:none;
}
#content #twittering ul a:hover, #content #bloging ul a:hover {
	text-decoration:underline;
}

#content #twittering, #content #bloging {
	width: 250px;
	margin-top: 10px;
}
#content #twittering h3, #content #bloging h3 {
	font-size: 24px;
	color: #2fcbff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
	line-height: 30px;
	position:relative;
}
#content #twittering h3 span, #content #bloging h3 span {
	position:absolute;
	top: 10px;
	right: 0px;
}
#content #twittering h3 {
	color: #2fcbff;
}
#content #bloging h3 {
	color: #ff5611;
}

#sidebar {
	width: 345px;
}
#sidebar .box {
	background-image: url(../images/sidebar_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px!important;
	width: 315px;
	padding: 20px 15px 25px 15px;
	margin: 0;
	position:relative;
	vertical-align: middle;
}
#sidebar .box p {
	margin: 0px;
}
#sidebar .box a {
	display:block;
}

#sidebar .box_cv {
	background-image: url(../images/sidebar_box_cv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px!important;
	width: 315px;
	padding: 10px 15px 0px 15px;
	margin: 0;
	position:relative;
	vertical-align: middle;
}
#sidebar .box_cv p {
	margin: 0px;
}

#sidebar .box_contact {
	background-image: url(../images/sidebar_box2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px!important;
	width: 315px;
	padding: 20px 15px 25px 15px;
	margin: 0;
	position:relative;
	vertical-align: middle;
}
#sidebar .box_contact p {
	margin: 0px;
}

.box_links{
	padding: 0px 0px 10px 0px;
	margin: 0;
}

.footer_menu{
	background-color: #292b2e;
	height: 30px;
}
.footer_menu_content{
	height: 30px;
	margin: 0px auto 0px auto;
}

#footer {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4b4b4b;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#footer #container {
	padding: 0px 5px 0px 5px;
	width: 910px;
	margin: 0px auto 0px auto;
}
#container #share {
	width: 540px;
}
#container #contact {
	width: 330px;
}
#container #contact small, #container #share small {
	font-size: 10px;
	line-height: 12px;
	color:#999999;
}
#container #contact p, #container #share p {
	margin: 5px 0 5px 0;
	padding: 0px;
}

#container #easy_name, #container #easy_email {
	width: 275px;
	height: 30px;
	border: 0px;
	font-size: 12px;
	color: #666666;
	text-indent: 0px;
	padding: 10px 0 0 35px;
}
#container #easy_name {
	background-color: transparent;
	background-image: url('../images/input_name.jpg');
	background-repeat: repeat;
	background-position: center top;
}
#container #easy_email {
	background-color: transparent;
	background-image: url('../images/input_email.jpg');
	background-repeat: repeat;
	background-position: center top;
}

#content a {
	color:#ff5611;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

.quote_link{
	color: #323232;
	width: 250px;
}

a.quote_link{
	color: #323232;
}


.quote_linkR{
	color: #323232;
	background-color:#ebebe4;
	border:1px solid #a5acb2;
	width:250px;
}

.inpt_textarea{
	color: #323232;
	border:1px solid #a5acb2;
	width:505px;
	height: 100px;
}

.inpt_text{
	color: #323232;
	border:1px solid #a5acb2;
	width:250px;
}

.easy_form_error{
	color: #FF4A00;
}

.form_error{
	color: #FF4A00;
}

.project_title{
	color: #FF5611;
}

.smaller{
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
}

ul#twitter_update_list li{
	border-bottom: 1px solid #BBBBBB;
	padding: 10px 0 0 0 !important;
}

ul#blog_update_list li{
	border-bottom: 1px solid #BBBBBB;
	padding: 10px 0 0 0 !important;
}

#twittering h3 {
	margin: 10px 0 0 0;
}

#bloging h3{
	margin: 10px 0 0 0;
}

.btn_send_cv {
	margin: 5px 0 0 -5px;
}