* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font: 12px Arial;
	background-color: #300;
}

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;
}

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;
}

p {
	line-height: 18px;
}

img {
	border: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none;
}

/* ---------- Layout ---------- */

.wrapper {
	width: 1000px;
	height: 600px;
	margin: -300px 0 0 -500px;
	padding: 0;
	background: url(../images/bg.png) no-repeat center 80px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
}

#header {
	text-align: center;
	height: 80px;
	margin: 0;
}

#header h4 {
	text-transform: uppercase;
	font: 10px Verdana;
}

#main-content {
	height: 368px;
	width: 761px;
	background: url(../images/panel_teal.png) no-repeat 120px 39px;
	padding-top: 40px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 120px;
}

#right-col {
	padding: 55px 0 0;
	position: relative;
	width: 160px;
	float: right;
}

#footer {
	height: 75px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	padding-top: 35px;
}

ul#links {
	height: 25px;
	text-align: center;
	padding-top: 17px;
}

ul#links li {
	display: inline;
}

ul#links li a {
	margin-right: 13px;
	margin-left: 13px;
}

ul#copyright {
	text-align: center;
}

ul#copyright li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	font: 10px Verdana;
}

/* ---------- Typography ---------- */

#main-content h3 {
	color: #ebe5c3;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* service */

#main-content #tabs-1 .section {
	width: 200px;
	height: 110px;
	float: left;
	padding: 22px 0 22px 60px;
}

#main-content #tabs-1 .section img {
	float: left;
	margin-right: 10px;
}

#main-content #tabs-1 .section p {
	line-height: 16px;
}

/* about */

#main-content #tabs-2 p {
	line-height: 18px;
	margin: 10px 40px;
	float: left;
}

/* contact */

#contact-form {
	width: 262px;	
	height: 250px;
	float: left;
	padding-right: 30px;
	padding-left: 36px;
	padding-top: 35px;
	background: url(../images/divider_v.png) no-repeat right center;
}

#contact-form p {
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: left;
	float: left;
	width: 260px;
}

#contact-form label {
	float: left;
	text-align: right;
	padding: 2px;
	color: #ffffff;
	text-align: right;
	font-style: italic;
	width: 50px;
	white-space: nowrap;
}

#contact-form input.inputtext {
	width: 194px;
	border: 1px solid #ffffff;
	background: url(../images/blank.png);
	padding: 2px;
	color: #ffffff;
	float: right;
	height: 16px;
}

#contact-form textarea.textarea {
	width: 194px;
	border: 1px solid #ffffff;
	background: url(../images/blank.png);
	color: #ffffff;
	padding: 2px;
	height: 100px;
	font-style: italic;
	float: right;
}

#contact-form input.button {
	background: url(../images/button.png);
	width: 80px;
	height: 25px;
	border: none;
	float: right;
	color: #ffffff;
	cursor: pointer;
}

ul#social li {
	float: left;
}

dl#info {
	width: 200px;
	float: left;
	margin-top: 35px;
	margin-bottom: 27px;
	margin-left: 5px;
}

dl#info dt {
	float: left;
	font-weight: bold;
	margin-right: 5px;	
}

dl#info dt, dl#info dd {
	line-height: 20px;
}

dl#info dt.company-name {
	color: #ebe5c3;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

dl#info dd.company-name {
	float: left;
	width: 100%;	
	line-height: 17px;
	margin-bottom: 15px;
}

dl#info dd#email a {
	color: #fff;
}

dl#info dd#email a:hover {
	text-decoration: underline;
}
