* {margin: 0; padding: 0;}
html, body {height: 100%}
a {cursor: pointer;}
img {border: 0;}

body {
	line-height: 130%;
	color: #000;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Verdana, helvetica;
	background-color: #88B3CC;
	background-image: url(../img/body.bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #ee0000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #dd0000;
	padding: 0 0 5px 0;
}

p
{
	padding: 2px 0 3px 0;
}

ul {
	margin: 0 0 4px 20px;
	line-height: 150%;
}

option 
{
	padding: 1px 3px 0 3px;
}


input.text {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Verdana, helvetica;
	font-size: 11px;
	padding: 2px;
	font-weight: normal;
	border: 1px solid #C4C4C4;
	width: 180px;
}


label {
	display: block;
	float: left;
	width: 52px;
	padding-top: 3px;
	text-align: left;
}


#page-wrapper {
	width: 830px;
	padding-left: 50%;
	margin-left: -275px;
	/*margin-right: auto;*/
}

#lc {
	width: 275px;
	float: right;
}

#logo-graff {
	width: 550px;
	height: 160px;
	float: left;
	background: url(../img/logo.graff.png) no-repeat center center;
}


#service-boxes {
	width: 550px;
	height: 155px;
	float: left;
	background-image: url(../img/service-boxes.bg.png);
}

#mail-box {
	padding: 47px 0 0 15px;
	float: left;
	width: 257px;
}

#mail-box div {
	width: 240px;
	padding-top: 3px;
	text-align: left;
}

#mail-box div.login {
	padding: 9px 0 0 52px;
}


#panel-box {
	padding: 47px 0 0 21px;
	float: left;
	width: 257px;
}

#panel-box div {
	width: 240px;
	padding-top: 3px;
	text-align: left;
}

#panel-box div.login {
	padding: 9px 0 0 52px;
}


#job-box {
	margin: 0 0 4px 0;
	width: 534px;
	height: 273px;
	padding: 12px 0 0 16px;
	float: left;
	background-image: url(../img/job-box.bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 135%;
}

#job-box p, #job-box li {
	font-size: 11px;
	line-height: 130%;
}


#contact-box {
	margin-top: 4px;
	width: 534px;
	height: 88px;
	padding: 36px 0 0 16px;
	float: left;
	background-image: url(../img/contact-boxes.bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 135%;
}


#contact-box #leftcol {
	float: left;
	width: 265px;
}

#contact-box #rightcol {
	float: left;
	width: 250px;
}

#contact-box .vcard {
	
}

#contact-box .vcard .org {
	font-weight: bold;
	float: left;
}

#contact-box .vcard .adr {
	float: left;
	clear: left;
}


#contact-box .vcard .vin, #contact-box .vcard .bank {
	font-size: 11px;
	padding-top: 3px;
}


#contact-box .vcard .tel {
}

#brandmarks {
	width: 550px;
	float: left;
	text-align: center;
	padding-top: 20px;
}

	#brandmarks p {
		padding-bottom: 10px;
		color: #000;
		text-align: center;
		font-size: 12px;
	}

