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




/*DIV Borders for debug */

/*div {
	border:1px solid #fff;
	}*/
	
.clearfloat {
	height:1px;
	clear:both;
}
	
body {
	margin:30px 0px;
	padding:0px;
	text-align:center;
	background:#000 url(/new_website/img/bkg.jpg) no-repeat left top;
	color:#CCC;
	font: 11px Arial, Helvetica, sans-serif;
	}

#container #body .column h3 {
	color: #5C9AC8;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}
	
#container {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}

#header { }

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

#header #baseline {
	margin-top: 30px;
	font-size: 29px;
}

#header #title {
	font-size: 14px;
	color: #5C9AC8;
}

#header #menu #mainmenu {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	list-style: none;
	float: right;
	margin: 0px;
}

#container #body a {
	color: #5C9AC8;
	border-style: none;
}

#container #body a:hover {
	color: #000;
	background: #5E9AC8;
}

#container #body img { border-style: none; }

#container #body .column p strong {
	text-transform: uppercase;
	font-weight: normal;
}

#header #menu {
	background: url(../img/divider_scissor.gif) no-repeat left bottom;
	border-bottom: thin solid #5C9AC8;
	margin-top: 30px;
}

#body .column {
	float: left;
	width: 300px;
	margin-bottom: 40px;
	margin-left: 15px;
}

#header #menu #mainmenu li {
	display: block;
	margin: 0px 15px;
	float: left;
	height: 22px;
}

#header #menu #mainmenu li .selected {
	background: url(../img/selected.gif) no-repeat center bottom;
	display: block;
	height: 22px;
}

#container #header #menu #mainmenu a {
	text-decoration: none;
	color: #4A7BA0;
}

#container #header #menu #mainmenu a:hover {
	text-decoration: none;
	color: #CEE4E9;
}

#container #body {
	background: url(../img/divider_scissor.gif) no-repeat left bottom;
	border-bottom: thin solid #5C9AC8;
	margin-top: 30px;
}

#container #body .column h1 {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 16px;
	color: #5E9AC8;
	line-height: normal;
	margin: 0px 0px 20px;
}
/*form*/
#cForm p{
	margin:0;
	padding:0 0 10px 0;
}
#posName, #posEmail, #posRegard, #posText{
	background:#0e1c1f;
	border:1px solid #1d383d;
	padding:7px;
	color:#48656b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#posName, #posEmail, #posRegard{
	width:80%;
}
#posText{
	width:95%;
}
.button-bg{
	color:#f8fbf9;
	border:0;
	background:#5E9AC8;
	padding:8px 10px;
}

.my-services ul{
	list-style:none;
}
.my-services ul li{
	padding:0 0 10px 0;
	display:block;
}
/*button link*/
.buttonlink{
	padding:6px 10px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
.buttonlink:hover{
	padding:6px 10px;
	background:#3ca0b3;
	color:#081f24;
	text-decoration:none;
}
