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

/*===== FONTS =====*/

@font-face {
  font-family: "futuraMed";
  src: url(../fonts/futuraMed.otf) format("truetype");
}
@font-face {
  font-family: "futuraLight";
  src: url(../fonts/futuraLight.otf) format("truetype");
}


/*===== CSS =====*/

body{
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #333;
	display: block;
	background: #f9f9f9 url(../img/bg-body.png) repeat left top;
	line-height: 18px;
}
#wrapTopBG {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 0;
	height: 131px;
	background: url(../img/img-top-full.png) repeat-x left top;
}
#wrapTop {
	width: 1000px;
	margin: 0 auto 0;
	position: relative;
	padding: 0 98px 0;
	height: 131px;
	background: url(../img/bg-top-wrapper.gif) no-repeat left top;
}

#top {
	background: url(../img/bg-top.jpg) no-repeat left top;
	position: relative;
	height: 131px;
	width: 1000px;
}
#top #logo {
	position: absolute;
	height: 60px;
	width: 126px;
	top: 60px;
	left: 40px;
}
#top #phoneNumber{
	font-size: 17px;
	line-height: 26px;
	color: #eee;
	position: absolute;
	top: 70px;
	right: 30px;
	font-family: Helvetica, Arial, sans-serif;
}
#iconGuy {
	background: url(../img/icon-sfm-guy.png) no-repeat left top;
	position: absolute;
	height: 208px;
	width: 116px;
	left: 35px;
	top: -130px;
}
#wrapTop #topLeft {
	background: url(../img/img-top-left.png) no-repeat left top;
	position: absolute;
	height: 131px;
	width: 98px;
	left: -98px;
	top: 0px;
}
#wrapTop #topRight {
	background: url(../img/img-top-right.png) no-repeat left top;
	position: absolute;
	height: 131px;
	width: 98px;
	top: 0px;
	right: -98px;
}

#wrap{
	width: 1000px;
	margin: 0 auto 0;
	position: relative;
	padding: 0 98px 0;
	background: url(../img/bg-main-full.gif) repeat-y left top;
}
#main {
	position: relative;
	height: auto;
	width: 1000px;
	padding: 50px 0 50px;
	background: #fff;
	margin: 0 auto 0;
}
#nav {
	position: relative;
	height: 45px;
	width: 650px;
	margin: 0 auto 0;
	text-align: center;
	padding: 0;
	font-family: futuraMed, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.5px;
}
#nav ul {
	font-size: 13px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#nav ul li {
	position: relative;
	width: auto;
	padding: 0 23px 0;
	float: left;
	margin: 0 auto;
	display: inline-block;
	text-shadow: 0 -1px 0 #000C8F;
	-webkit-text-stroke: 0 -1px 0 #000C8F;
}
#nav ul li a {
	color: #fff;
}
#nav ul li a:hover {
	color: #FFE900;
	text-decoration: none;
}
#nav ul li a.current {
	color: #FFE900;
}
#homeBoxes {
	position: relative;
	height: auto;
	width: 930px;
	margin: 10px auto 0;
}

#homeBoxes #boxOne {
	position: relative;
	height: 480px;
	width: 266px;
	float: left;
	background: url(../img/bg-home-box.gif) no-repeat left top;
	padding: 0 17px 22px;
	margin: 0 5px 0;
}
#homeBoxes #boxTwo {
	position: relative;
	height: 480px;
	width: 266px;
	float: left;
	padding: 0 17px 22px;
	background: url(../img/bg-home-box.gif) no-repeat left top;
	margin: 0 5px 0;
}
#homeBoxes #boxThree {
	position: relative;
	height: 480px;
	width: 266px;
	float: left;
	padding: 0 17px 22px;
	background: url(../img/bg-home-box.gif) no-repeat left top;
	margin: 0 5px 0;
}
#homeBoxes #boxLower {
	position: relative;
	height: auto;
	width: 300px;
	float: left;
	margin: 0 5px 0;
}
#boxLower #title {
	position: relative;
	height: 46px;
	width: 251px;
	margin: 0 auto;
}
#boxLower #btnSeeMore {
	position: relative;
	height: 51px;
	width: 198px;
	margin: 10px auto 10px;
	background: url(../img/btn-see-more.jpg) no-repeat left top;
}
#btnSeeMoreOne a {
	position: relative;
	height: 51px;
	width: 198px;
	background: url(../img/btn-see-more.jpg) no-repeat left top;
	float: left;
}
#btnSeeMoreOne a:hover {
	position: relative;
	height: 51px;
	width: 198px;
	background: url(../img/btn-see-more.jpg) no-repeat left -51px;
	float: left;
}
#boxOne #hlFlower {
	position: absolute;
	height: 480px;
	width: 40px;
	left: -23px;
	top: 0px;
	background: url(../img/hl-flower.jpg) no-repeat left top;
}
#boxThree #hlChart {
	position: absolute;
	height: 484px;
	width: 58px;
	top: -37px;
	background: url(../img/hl-chart.jpg) no-repeat left top;
	left: 283px;
}
#mainInternal {
	position: relative;
	height: auto;
	width: 1000px;
	padding: 10px 0 50px;
	background: #fff;
	margin: 0 auto 0;
}

#pageTitle {
	position: relative;
	padding: 10px 20px 10px;
}

#imageFull {
	background: #f9f9f9 url(../img/img-about.jpg) no-repeat left top;
	position: relative;
	height: 300px;
	width: 900px;
	margin: 0 50px 0;
}
#contentFull {
	position: relative;
	height: auto;
	width: 900px;
	padding: 10px 50px 20px;
	text-align: justify;
}
#contentLeft {
	position: relative;
	height: auto;
	width: 425px;
	float: left;
	padding: 10px 25px 10px 50px;
	text-align: justify;
}
#contentRight {
	position: relative;
	height: auto;
	width: 425px;
	float: left;
	padding: 10px 50px 10px 25px;
	background: url(../img/bg-divider.png) no-repeat left top;
	text-align: justify;
}
#portThumb {
	position: relative;
	height: 120px;
	width: 190px;
	padding: 7px;
	float: left;
	margin: 0 10px 60px 10px;
	background: url(../img/design/bg-port-thumb.png) no-repeat left top;
}
#portThumb a {
	position: relative;
	z-index: 250;
}
#portThumbLast {
	position: relative;
	height: 120px;
	width: 190px;
	padding: 7px;
	float: left;
	margin: 0 0 60px;
	background: url(../img/design/bg-img-off.png) no-repeat left top;
}
#portTitle {
	font-size: 12px;
	position: relative;
	height: auto;
	width: 190px;
	float: left;
	top: 10px;
	color: #007DAF;
	text-transform: uppercase;
}

#manBox {
	position: relative;
	height: auto;
	width: 266px;
	float: left;
	margin: 0 51px 0 0;
}
#manBoxLast {
	position: relative;
	height: auto;
	width: 266px;
	float: left;
	margin: 0;
}
#manBox #title {
	font-size: 16px;
	position: relative;
	height: auto;
	width: 266px;
	line-height: 26px;
	color: #0E149E;
	text-transform: uppercase;
}
#manBox #box {
	background: url(../img/bg-box-management.png) no-repeat left top;
	position: relative;
	height: 480px;
	width: 266px;
}
#manBoxLast #title {
	font-size: 16px;
	position: relative;
	height: auto;
	width: 266px;
	line-height: 26px;
	color: #0E149E;
	text-transform: uppercase;
}
#manBoxLast #box {
	background: url(../img/bg-box-management.png) no-repeat left top;
	position: relative;
	height: 480px;
	width: 266px;
}
#markTitle {
	background: url(../img/bg-mark-stroke.png) no-repeat left 27px;
	position: relative;
	height: 28px;
	width: 900px;
}
#markAdTop {
	background: url(../img/bg-mark-ad-top.jpg) no-repeat left top;
	position: relative;
	height: 30px;
	width: 569px;
	margin: 20px auto 0;
}
#markAdMain {
	background: url(../img/bg-mark-ad-center.jpg) repeat-y left top;
	position: relative;
	height: auto;
	width: 529px;
	margin: 0 auto 0;
	padding: 0 20px 0;
}
#markAdBtm {
	background: url(../img/bg-mark-ad-btm.jpg) no-repeat left top;
	position: relative;
	height: 30px;
	width: 569px;
	margin: 0 auto 20px;
}
#markSEO #content {
	position: absolute;
	height: auto;
	width: 390px;
	left: 250px;
	top: 100px;
}
#markAdMain #title {
	position: relative;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #0430cf;
	text-decoration: underline;
	width: 529px;
}
#markAdMain #left {
	float: left;
	height: auto;
	width: 130px;
	position: relative;
}
#markAdMain #right {
	float: left;
	height: auto;
	width: 390px;
	position: relative;
}
#markAdMain #plus {
	background: url(../img/btn-plus.png) no-repeat left top;
	position: relative;
	height: 15px;
	width: 15px;
	float: left;
}
#markSEO {
	background: url(../img/bg-mark-seo.png) no-repeat left top;
	position: relative;
	height: 257px;
	width: 664px;
	margin: 20px auto 20px;
}
#markSEO #searchBox {
	position: absolute;
	height: 28px;
	width: 300px;
	top: 26px;
	left: 245px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}
#markLocal {
	position: relative;
	height: auto;
	width: 569px;
	margin: 20px auto 20px;
}
#markLocal #map {
	background: url(../img/img-mark-local-map.jpg) no-repeat left top;
	height: 184px;
	width: 316px;
	float: left;
	margin: 10px 0 0;
}
#markLocal #content {
	position: relative;
	height: auto;
	width: 248px;
	float: left;
	padding: 0 0 0 5px;
	margin: 10px 0 0;
}
#markLocal #title {
	font-size: 16px;
	line-height: 22px;
	color: #0430cf;
	text-decoration: underline;
}
#markLocal #content #title {
	position: relative;
	height: 26px;
	width: 170px;
	float: left;
	line-height: 26px;
	font-size: 16px;
	color: #0430cf;
}
#markLocal #content #star {
	background: url(../img/img-local-star.png) no-repeat left top;
	position: relative;
	height: 21px;
	width: 22px;
	float: left;
}
#markLocal #content #bar {
	background: url(../img/bg-mark-local-tag.png) no-repeat left top;
	position: relative;
	height: 23px;
	width: 184px;
	color: #157bf6;
	font-size: 11px;
	line-height: 23px;
	padding: 0 0 0 30px;
}

#contactBox {
	background: url(../img/bg-contact-box.jpg) no-repeat left top;
	position: relative;
	height: 360px;
	width: 238px;
	float: left;
	margin: 0 3px 0 0;
	padding: 120px 30px 0;
	line-height: 26px;
	font-size: 14px;
}
#contactForm #thanks {
	position: relative;
	padding: 20px;
	background: #DFFFE0;
	border: 1px solid #53BF58;
	color: #226F26;
}
#contactBoxLast {
	background: url(../img/bg-contact-box.jpg) no-repeat left top;
	position: relative;
	height: 360px;
	width: 238px;
	float: left;
	margin: 0;
	padding: 120px 30px 0;
}
#contactBox #title {
	font-size: 18px;
	line-height: 28px;
	color: #0E149E;
}
#contactBoxLast #title {
	font-size: 18px;
	line-height: 28px;
	color: #0E149E;
}
#contactBox #imgPhone{
	background: url(../img/img-phone.png) no-repeat left top;
	position: absolute;
	height: 79px;
	width: 117px;
	top: 25px;
	left: -21px;
}
#contactBox #imgEnvelope{
	background: url(../img/img-mail.png) no-repeat left top;
	position: absolute;
	height: 69px;
	width: 93px;
	left: -8px;
	top: 40px;
}
#contactBoxLast #sfmGuy {
	background: url(../img/img-sfm-guy.png) no-repeat left top;
	position: absolute;
	height: 165px;
	width: 152px;
	top: 310px;
	right: -65px;
}
input {
	font-size: 13px;
	line-height: 20px;
	background: #f9f9f9;
	height: 20px;
	width: 200px;
	border: #d5d5d5 1px solid;
	padding: 4px 5px 4px;
}
textarea {
	font-size: 13px;
	line-height: 20px;
	background: #f9f9f9;
	height: 60px;
	width: 200px;
	border: #d5d5d5 1px solid;
	padding: 5px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 5px;
}
h1 {
	color: #0070BC;
	font-size: 28px;
	line-height: 40px;
	text-shadow: 0 0 0 #1A1AFF;
	font-family: futuraMed, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	color: #0070BC;
	font-size: 18px;
	line-height: 24px;
	font-family: futuraMed, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	color: #0070BC;
	font-size: 16px;
	line-height: 22px;
	font-family: futuraMed, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h4 {
	color: #aaa;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}
h5 {
	color: #aaa;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding: 0 0 10px 0;
}
.url {
	color: #090;
}
.grey11 {
	font-size: 11px;
	color: #aaa;
}
.lightBlue {
	color: #157bf6;
}
.title {
	font-size: 16px;
	line-height: 24px;
	color: #0430cf;
	text-decoration: underline;
}



/*=================== PORTFOLIO TAB =========================*/

#menu { padding: 0; }
#menu li { display: inline; }
#menu li a { background: #fff; padding: 5px 30px 5px; float:left; border-bottom: none; text-decoration: none; color: #111; font-weight: normal;}
#menu li.active a { background: #eef; font-weight:bold; }


label {
	font-size:10px;
	color:#555;
	}

.seeMore {
	clear: both;
	position:relative;
	display:block;
	height: 51px;
	width: 198px;
	background:url(../img/btn-see-more.jpg) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.seeMore span.hover {
	position: absolute;
	display: block;
	height: 51px;
	width: 198px;
	background: url(../img/btn-see-more.jpg) no-repeat;
	background-position: bottom;
}
.button {
	background: url(../img/btn-contact.jpg) no-repeat center 0px;
	position: relative;
	height: 37px;
	width: 146px;
	border: none;
	padding: 0;
	margin: 0;
	cursor:pointer;
	display:block;
}
.button span.hover {
	background: url(../img/btn-contact.jpg) no-repeat center -37px;
	display: block;
	position: absolute;
	height: 37px;
	top:0;
	width: 146px;
	border: none;
	padding: 0;
	margin: 0;
	cursor:pointer;
}

.seeMore {
	clear: both;
	position:relative;
	display:block;
	height: 51px;
	width: 198px;
	background:url(../img/btn-see-more.jpg) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.seeMore span.hover {
	position: absolute;
	display: block;
	height: 51px;
	width: 198px;
	background: url(../img/btn-see-more.jpg) no-repeat;
	background-position: bottom;
}

.portThumb span.hover {
	position: absolute;
	display:block;
	height: 120px;
	width: 190px;
	padding: 7px;
	top:0;
	left:0;
	background: url(../img/design/bg-port-thumb.png) no-repeat left -134px;
	z-index:200;
}

