* {
    margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../img/bg-body.gif) repeat;
}

table, img {
	border: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h4 {
	color: #125688;
	font-size: 12px;
	font-weight: bold;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li {
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat 0 5px;
}

a, a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover,
a.selected {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

img.bg {
	min-height: 100%;
	min-width: 1200px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}

@media screen and (max-width: 1200px){
	img.bg {
		left: 50%;
		margin-left: -600px; }
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px;
}

.push {
	height: 24px;
}

/* @group Nav */

#nav-bar {
	position: relative;
	width: 100%;
	height: 60px;
	background: url(../img/bg-top.gif) repeat-x;
}

#nav-container {
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;
}

#logo {
	margin-top: 10px;
	margin-left: 20px;
}

/* @end */

/* @group Home */

#home-container {
	max-width: 935px;
	min-width: 740px;
	margin: 0 auto;
	padding-top: 70px;
	padding-left: 65px;
}

#home-container h1 {
	padding-top: 154px;
	width: 674px;
	height: 0;
	background: url(../img/text-trans.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

.home-box {
	width: 194px;
	height: 139px;
	float: left;
	background: url(../img/white-trans.png) repeat;
	padding: 13px;
	margin-right: 10px;
	margin-top: 70px;
	-webkit-transition: background-color .8s ease;
}

.home-box:hover {
	background-color: #fff;
}

.home-box p {
	margin-top: 10px;
}

/* @end */

/* @group Company */

#company-container {
	max-width: 935px;
	min-width: 740px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 65px;
}

#company-container h2 {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 22px;
	width: 363px;
	height: 0;
	background: url(../img/text-company.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#company-box-container {
	width: 920px;
	height: 430px;;
}

#company-box {
	width: 430px;
	height: 430px;
	float: left;
	background: url(../img/img-company.jpg) no-repeat;
}

#company-box2 {
	float: left;
	padding: 20px;
	width: 449px;
	height: 390px;
	margin-left: 1px;
	background-color: #fff;
}

/* @end */

/* @group Services */

#services-container {
	width: 935px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 65px;
}

#services-container h2 {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 21px;
	width: 167px;
	height: 0;
	background: url(../img/text-services.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#services-box-container {
	width: 900px;
	height: 410px;
	float: left;
	background-color: #fff;
	padding: 10px;
}

#services-box {
	float: left;
	padding: 20px;
	width: 197px;
	height: 370px;
	background-color: #fff;
}

.services-box2 {
	float: left;
	margin-left: 1px;
	padding: 75px 15px 15px;
	width: 190px;
	height: 320px;
	background-color: #ececeb;
}

/* @end */

/* @group Contact */

#contact-container {
	width: 935px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 65px;
}

#contact-container h2 {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 21px;
	width: 146px;
	height: 0;
	background: url(../img/text-contact.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#contact-box-container {
	width: 920px;
	height: 430px;
	float: left;
}

#contact-box {
	float: left;
	padding: 30px;
	width: 429px;
	height: 370px;
	background-color: #fff;
}

.contact-box2 {
	float: left;
	margin-left: 1px;
	width: 430px;
	height: 430px;
	background: url(../img/img-contact.jpg) no-repeat;
}

/* @end */

/* @group Footer */

#footer {
	height: 24px;
	background: url(../img/bg-bottom.gif) repeat-x;
	color: #c1c1c1;
	font-size: 10px;
	line-height: 12px;
}

#footer a {
	color: #fff;
	font-weight: bold;
	-webkit-transition: color .5s ease;
}

#footer a:hover {
	color: #0099ff;
	text-decoration: none;
}

#footer-container {
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;	
}

#footer-container p.left {
	margin-top: 7px;
	margin-left: 20px;
	float: left;
}

#footer-container img {
	margin-top: 8px;
	margin-right: 20px;
	float: right;
}

/* @end */
