@charset "utf-8";
/* CSS Document */

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

html {
	background-color: #484848;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #c1c1c1;
}

p {
	font-size: 0.7em;
	margin-top: 15px;
}


h1{
	font-size: 0.7em;
	margin: 0px;
	font-weight: normal;
}

h2{
	margin-bottom: 5px;
	font-size: 1.0em;
}

h3{
	font-size: 0.9em;
}

h4{
	margin-bottom: 5px;
}

h5{
	font-size: 0.9em;
}

h6{
	font-size: 0.8em;
	font-weight: normal;
}

a:link{
	color: #c1c1c1;
	text-decoration:none;
}
a:visited{
	color: #c1c1c1;
	text-decoration:none;
}
a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
a:active{
	color: #c1c1c1;
	text-decoration:none;
}

a img {border:none;}

p a:link{
	color: #c1c1c1;
	text-decoration:underline;
}
p a:visited{
	color: #c1c1c1;
	text-decoration:underline;
}
p a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
p a:active{
	color: #c1c1c1;
	text-decoration:underline;
}

#content-box{
	min-height:520px;
	height:auto !important;
  	height:520px;
	width: 820px;
	border: 1px solid #979797;
	margin-top: 30px;
	position: relative;
	padding: 15px;
	float:left;
}

#wrapper{
	margin:0;
	padding:0;
	margin:auto;
	width:820px;
}

#menu {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	width: 360px;
	float: left;
}

#menu li {
	position: relative;
	float: left;
	display: block;
}

#menu li.menu-first{
	display:none;
}

#menu li a {
	display: block;
	height: 25px;
	width: 89px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7f7f7f;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

#menu li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color: #ff9915;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
}
#menu li a:active {
	color: #FFFFFF;
	text-decoration: none;

}


.menu-link {
	position: absolute;
	bottom: 0px;
	left: 10px;
	cursor: pointer;}

#logo{
	float: right;
	margin-top: 5px;
}

#content{
	height: 230px;
	margin-top: 15px;
	position: relative;
	width: 820px;
}

#services{
	margin-top: 110px;
	position: relative;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#services-container {
	position: relative;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
	height: 215px;
}
#services-left{
	width: 50%;
	float: left;
	height: 215px;
	background-image: url(images/services-left.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#services-right{
	width: 50%;
	float: right;
	background-image: url(images/services-right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 215px;
}

#services-left h6 {
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 30px;
	font-weight: bold;
}

#services-left a:link{
	color: #FFFFFF;
}
#services-left a:visited{
	color: #FFFFFF;
}
#services-left a:hover{
	color: #ff9915;
	text-decoration: none;
}
#services-left a:active{
	color: #FFFFFF;
}

#services-left h6+h6 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#services-right h6 {
	margin-left: 45px;
	margin-top: 30px;
}

.clearing{clear:both;}

.copy-bottomright{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #c1c1c1;
	right: 0px;
	bottom: 0px;
	text-align: right;
	width: 100%;
}

.rightside{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #c1c1c1;
	right: 0px;
	bottom: 150px;
	text-align: right;
	width: 100%;
}

#main-image {
	position:absolute;
	bottom:12px;
	width:822px;
}

.dottedline{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

.dottedlinesmall{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c1c1c1;
	margin-left:auto;

}

#about-left{
	width: 48%;
	float: left;
	margin-top: 10px;
}
#about-right{
	width: 48%;
	float: right;
	margin-top: 10px;
}



#footer{
	font-family: Arial, Helvetica, sans-serif;
	width: 850px;
	color: #FFFFFF;
	padding: 0px;
	font-size: 0.7em;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #FFFFFF;
}

#footer-details-left{
	float: left;
	width: 30%;
}
#footer-details-right{
	float: right;
	width: 70%;
	text-align: right;
}





/* ==================== SEVICES =================== */


#serviceContent{
	margin-top: 60px;
	position: relative;
	width: 380px;
	float:left;
	margin-right:50px;
	font-family:Arial, Helvetica, sans-serif;
}

#serviceContent h1{
	font-size:14px;
	font-weight:bold;
}

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

#serviceContent li, #serviceContent li a{
	font-size:12px;
	color:#999999;
	padding-bottom:3px;
}

#subServiceContent{
	margin-top:60px;
	width:180px;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

#subServiceContent h2{
	font-size:11px;
	text-transform:uppercase;
	padding-bottom:12px;
}

#subServiceContent ul{
	margin-left:20px;
}

#subServiceContent li, #subServiceContent li a{
	font-size:11px;
	color:#999999;
	padding-bottom:3px;
}

#leftMenu{
	margin-top:60px;
	margin-left:10px;
	margin-right:28px;
	width:160px;
	position:relative;
	float:left;
}

#leftMenu ul{
	margin:0;
	padding:0;
}

#leftMenu li{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom:8px;
	line-height:12px;
}

#leftMenu li.menu-current{
	list-style-image:url(images/leftDot.gif);
	position:relative;
	margin-left:0;
	padding-left:0;
}

#leftMenu li.menu-current li{
	list-style-image:none;
}

#leftMenu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	color:#CCCCCC;
}

#leftMenu li ul{
	margin:0;
	padding:0;
	margin-left:15px;
	padding-top:8px;
	position:relative;
}

#leftMenu li ul li a{
	font-weight:normal;
	color:#999999;
}