@charset "utf-8";

/*	Global style rules  */

body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Helvetica, Arial;
}

div, p, span, a, li, label, input {
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5a80be;
	width: 580px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 7px;
	margin: 8px 0px 0px 0px;
	cursor: pointer;
	background: transparent url(../images/arrow.png) no-repeat 568px 12px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #191919;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

p {
	color: #191919;
	line-height: 20px;
	margin: 8px 0px 8px 0px;
}

p.quoted {
	margin-left: 15px;
}

a {
	color: #5a80be;
}

ul {
	margin: 8px 0px 8px 0px;
	padding-left: 13px;
	list-style-image: url(../images/listbullet.png);
}

li {
	color: #191919;
	padding-left: 5px;
	line-height: 20px;
}

img {
	border: none;
}

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

label {
	color: white;
	float: left;
	margin-top: 2px;
}

input {
	width: 170px;
	float: right;
	height: 16px;
	color: black;
	background-color: #e8eef2;
	border: none;
	margin-bottom: 8px;
	font-size: 11px;
}

textarea {
	width: 515px;
	float: right;
	height: 95px;
	color: black;
	background-color: #e8eef2;
	border: none;
	margin-bottom: 8px;
	font-size: 11px;
}


/*	Common style classes  */

.clearer {
	font-size: 0px;
	height: 0px;
	clear: both;
}

input.button {
	background: transparent url(../images/sendmessage.png) no-repeat;
	border: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 33px;
	height: 9px;
	cursor: pointer;
}

.wrapper {
	width: 835px;
	margin: 0 auto;
}

#log_res {
	margin: 13px 0px 0px 65px;
	float: left;
	color: #87cf9b;
	padding: 0px;
	font-size: 11px;
	line-height: normal;
}

/*	Message board  */

#messanger {
	background-color: #292d2f;
	padding: 20px 0px 20px 0px;
	border-bottom: 2px solid white;
	height: 170px;
}

#messanger .details {
	width: 240px;
	float: left;
	margin-top: 20px;
}

#messanger .message {
	width: 580px;
	float: right;
	margin-top: 20px;
}

#messanger img {
	display: block;
}

/*	Headline  */

#headline {
	padding: 20px 0px 20px 0px;
	background-color: #3a3a3a;
}

/*	Content */

#content {
	background: transparent url(../images/mainbg.png) repeat-x 0px 2px;
	padding-top: 40px;
}

/*	Sidebar  */

#sidebar {
	float: left;
	width: 100px;
}

#sidebar p {
	margin-top: 8px;
}

#sidebar a:link, #sidebar a:focus, #sidebar a:visited, #sidebar a:active {
	background: transparent url(../images/mailico.png) no-repeat 0px 1px;
	padding-left: 25px;
	color: #4d4d4d;
	text-decoration: none;
}

#sidebar a:hover {
	color: #5a80be;
}

/*	Main  */

#introduction {
	width: 580px;
	float: right;
	margin-top: -25px;
}

.separator {
	margin: 25px 0px 15px 0px;
	height: 15px;
	background: transparent url(../images/separator.png) repeat-x;
	clear: both;
}

#main {
	width: 580px;
	float: right;
}

.resumeBlock {
	padding-bottom: 25px;
}

#footer {
	margin: 30px 0px 15px 0px;
	height: 15px;
	background: transparent url(../images/separator.png) repeat-x;
	clear: both;
}

/*	Alert  */

