/* ---------------------------------------- */
/*   CSS RESETS                             */
/* ---------------------------------------- */
@import url('reset.css');
/* ---------------------------------------- */
/*   BODY                                   */
/* ---------------------------------------- */
body {
	background: url(../images/bg.gif) 0 0 repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}
/* ---------------------------------------- */
/*   HEADER                                 */
/* ---------------------------------------- */
#header {
	margin: 0 auto;
	width: 759px;
}
#header .logo {
	height: 80px;
	width:759px;
	overflow: hidden;
	display:block;
	margin: 6px auto 0;
}
#header .video {
	width:759px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
/* ---------------------------------------- */
/*   NAV                                    */
/* ---------------------------------------- */
#nav {
	background: url(../images/nav.png) 0 0 no-repeat;
	height: 53px;
	margin: 7px auto 2px;
	position: relative;
	width: 775px;
}
#nav ul {
	left: 29px;
	position: relative;
	top: 12px;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	display: block;
	height: 22px;
	text-indent: -9999px;
}
#nav a.home {
	background: url(../images/nav_home.gif) 0 0 no-repeat;
	width: 55px;
}
#nav a.about {
	background: url(../images/nav_about.gif) 0 0 no-repeat;
	width: 67px;
}
#nav a.services {
	background: url(../images/nav_services.gif) 0 0 no-repeat;
	width: 83px;
}
#nav a.clients {
	background: url(../images/nav_clients.gif) 0 0 no-repeat;
	width: 75px;
}
#nav a.case {
	background: url(../images/nav_case.gif) 0 0 no-repeat;
	width: 112px;
}
#nav a.web {
	background: url(../images/nav_web.gif) 0 0 no-repeat;
	width: 96px;
}
#nav a.seo {
	background: url(../images/nav_seo.gif) 0 0 no-repeat;
	width: 49px;
}
#nav a.interactive {
	background: url(../images/nav_interactive.gif) 0 0 no-repeat;
	width: 104px;
}
#nav a.contact {
	background: url(../images/nav_contact.gif) 0 0 no-repeat;
	width: 81px;
}
#nav a:hover, #home #nav a.home, #about #nav a.about, #services #nav a.services, #clients #nav a.clients, #case #nav a.case, #web #nav a.web, #seo #nav a.seo, #interactive #nav a.interactive, #contact #nav a.contact {
	background-position: 0 -22px;
}
/* ---------------------------------------- */
/*   HOME MAST                              */
/* ---------------------------------------- */
#home #mast {
	background: url(../images/mast_home.jpg) 0 0 no-repeat;
	height: 233px;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
	width: 759px;
}
#home #mast .form {
	background: url(../images/mast_form_bg.gif) 20px 61px no-repeat;
	display: block;
	float: left;
	height: 195px;
	padding: 21px 17px 17px 25px;
	position: relative;
	width: 148px;
}
#home #mast .form h2 {
	background: url(../images/mast_form_skygate.png) 0 0 no-repeat;
	height: 34px;
	text-indent: -9999px;
	width: 148px;
}
#home #mast .form ul {
	margin-top: 9px;
	margin-left: 3px;
}
#home #mast .form li {
	margin-bottom: 11px;
}
#home #mast .form li input, #home #mast .form li textarea {
	border: 0;
	background-color: transparent;
	color: #fff;
	font:  normal 0.75em Arial;
}
#home #mast .form li input {
	height: 18px;
	width: 134px;
}
#home #mast .form li textarea {
	height: 58px;
	margin-top: 1px;
	padding-top: 2px;
	width: 134px;
}
#home #mast div.form input.submit {
	background: url(../images/text_submit.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 10px;
	width: 52px;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
#home #mast div.logos {
	background: url(../images/mast_divider.gif) 0 0 no-repeat;
	float: left;
	height: 228px;
	overflow: hidden;
	padding: 5px 0 0 1px;
	position: relative;
	width: 568px;
}
#home #mast div.logos div.image {
	display: inline;
	height: 111px;
	float: left;
	margin: 0 1px 1px 0;
	position: relative;
	width: 188px;
}
/* ---------------------------------------- */
/*   INNER PAGES MAST                       */
/* ---------------------------------------- */
#mast.inner {
	height: 97px;
	margin: 0 auto 10px;
	width: 759px;
}
/* ---------------------------------------- */
/*   CONTENT                                */
/* ---------------------------------------- */
#content {
	margin: 0 auto 6px;
	position: relative;
	width: 775px;
}
#content #contentTop {
	background: url(../images/content_top.png) 0 0 no-repeat;
	height: 16px;
	width: 775px;
}
#content #contentMid {
	background: url(../images/content_mid.png) 0 0 repeat-y;
	width: 775px;
}
#content #contentBg {
	background: #fff url(../images/content.gif) 0 0 repeat-x;
	margin: 0 9px;
	padding: 9px 19px 22px 21px;
	overflow: hidden;
	position: relative;
	width: 717px;
}
#content #contentBottom {
	background: url(../images/content_bottom.png) 0 0 no-repeat;
	height: 16px;
	width: 775px;
}
#content #globeBg {
	bottom: -30px;
	left: -88px;
	position: absolute;
	z-index: 1000;
}
/* ---------------------------------------- */
/*   MAIN                                   */
/* ---------------------------------------- */
#content #main h1 {
	color: #2e2e2e;
	font: bold 1.25em Georgia;
	padding-bottom: 12px;
}

#content #main h2 {
	color: #404040;
	font: bold 0.7em Tahoma;
	text-align: justify;
		
	
	
}
#content #main p {
	color: #404040;
	font: normal 0.7em Tahoma;
	padding-bottom: 17px;
	text-align: justify;
}

#content #main .contact-pic {
	
	padding-bottom: 1px;
	text-align: justify;
}



#content #main ul.disc {
}
#content #main li {
	color: #404040;
	font: normal 0.7em Tahoma;
}
/* ---------------------------------------- */
/*   HOME / ABOUT MAIN                      */
/* ---------------------------------------- */
#home #main, #about #main {
	border-bottom: 39px solid #222;
	float: left;
	min-height: 496px;
	position: relative;
	width: 526px;
}
/* ---------------------------------------- */
/*   HOME / ABOUT - SIDE                    */
/* ---------------------------------------- */
#home #side, #about #side {
	float: right;
	min-height: 532px;
	position: relative;
	width: 172px;
}
#home #side #testimonial, #about #side #testimonial {
	margin: 12px auto 25px;
	min-height: 68px;
	padding: 8px 10px;
	position: relative;
	width: 150px;
}
#home #side #testimonial p, #about #side #testimonial p {
	font: normal 0.7em Tahoma;
	color: #404040;
	padding-bottom: 5px;
	text-align: justify;
}
#home #side #testimonial p.writer, #about #side #testimonial p.writer {
	font-weight: bold;
	padding: 10px 0 0;
	text-align: right;
}
#home #side .webDesign, #about #side .webDesign  {
	display: block;
	height: 120px;
	margin-bottom: 16px;
	width: 172px;
}
#home #side .box, #about #side .box {
	display: block;
	margin-bottom: 12px;
	position: relative;
	width: 172px;
}
#home #side .box.last, #about #side .box.last {
	margin-bottom: 0;
}
#home #side .box h2, #about #side .box h2 {
	color: #404040;
	height: 38px;
	position: relative;
	text-indent: -9999px;
	width: 172px;
}
#home #side .box h2.emarketing, #about #side .box h2.emarketing {
	background: url(../images/e-marketing.gif) 0 0 no-repeat;
}
#home #side .box h2.inspiration, #about #side .box h2.inspiration {
	background: url(../images/inspiration.gif) 0 0 no-repeat;
}
#home #side .box .content, #about #side .box .content {
	border: 1px solid #222;
	min-height: 68px;
	padding: 8px 10px;
	width: 150px;
}
#home #side .box .content p, #about #side .box .content p {
	color: #404040;
	font: normal 0.7em Tahoma;
	padding-bottom: 5px;
	text-align: justify;
}
#home #side .box .content p.writer, #about #side .box .content p.writer {
	font-weight: bold;
	padding-bottom: 0;
	text-align: right;
}
/* ---------------------------------------- */
/*   SERVICES / WEB DESIGN / SEO- MAIN      */
/* ---------------------------------------- */
#services #main, #web #main, #seo #main {
	border-bottom: 39px solid #222;
	float: left;
	min-height: 325px;
	overflow: hidden;
	position: relative;
	width: 448px;
}
#services #main h1, #web #main h1, #seo #main h1 {
	font: bold 1.25em Georgia;
	padding-bottom: 12px;
}
#services #main ul.disc, #web #main ul.disc, #seo #main ul.disc {
	float: left;
	list-style: disc;
	margin: 0 20px 20px;
	position: relative;
}
#services #main p, #web #main p, #seo #main p {
	clear: both;
}
/* ---------------------------------------- */
/*   SERVICES / WEB DESIGN / SEO - SIDE     */
/* ---------------------------------------- */
#services #side, #web #side, #seo #side {
	float: right;
	min-height: 325px;
	position: relative;
	width: 244px;
}
#services #side h2, #web #side h2, #seo #side h2 {
	font: bold 1em Georgia;
	padding-bottom: 15px;
}
#services #side .content, #web #side .content, #seo #side .content {
	background: #ddd url(../images/side_services.gif) 0 0 no-repeat;
	min-height: 225px;
	padding: 30px 30px;
	width: 184px;
}
#services #side ul, #web #side ul, #seo #side ul {
	font: normal .7em Tahoma;
	margin-left: 10px;
}
#services #side li, #web #side li, #seo #side li {
	margin-bottom: 7px;
}
#services #side a, #web #side a, #seo #side a {
	color: #404040;
	text-decoration: none;
}
/*#services #side a:visited, #web #side a:visited, #seo #side a:visited {
	color: #000;
	text-decoration: none;
}*/

#current{
color:#000000;

}

#services #side a:hover, #web #side a:hover, #seo #side a:hover {
	color: #000;
}
/* ---------------------------------------- */
/*   CLIENTS MAIN                           */
/* ---------------------------------------- */
#clients #main {
	border-bottom: 39px solid #222;
	min-height: 325px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
	width: 716px;
}
#clients #main .box {
	border-bottom: 1px solid #b9b9b9;
	float: left;
	height: 150px;
	margin: 13px 13px;
	position: relative;
	text-align: center;
	width: 212px;
}

#clients #main .box2 {
	border-bottom:none;
	float: left;
	height: 150px;
	margin: 13px 13px;
	position: relative;
	text-align: center;
	width: 212px;
}
/* ---------------------------------------- */
/*   CASE STUDIES MAIN                      */
/* ---------------------------------------- */
#case #main {
	border-bottom: 39px solid #222;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
	width: 716px;
}
#case #main td {
	height: 113px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 360px;
}
/* ---------------------------------------- */
/*   INTERACTIVE MAIN                       */
/* ---------------------------------------- */
#interactive #main {
	border-bottom: 39px solid #222;
	min-height: 325px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
	width: 716px;
}
#interactive #main .box {
	border-bottom: 1px solid #b9b9b9;
	float: left;
/*	height: 235px;*/
	margin: 0 1px;
	position: relative;
	text-align: center;
	width: 212px;
}
#interactive #main .box img {
	padding: 50px 0;
}
/* ---------------------------------------- */
/*   CONTACT MAIN                           */
/* ---------------------------------------- */
#contact #main {
	border-bottom: 39px solid #222;
	overflow: hidden;
	position: relative;
	width: 716px;
}
#contact #main h1 {
	background: url(../images/website_contact_form.gif) 0 0 no-repeat;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 189px;
}
#contact #main form {
	float: left;
	position: relative;
	width: 455px;
}
#contact #main form li {
	margin-bottom: 20px;
}
#contact #main form li input.text {
	background: transparent;
	border: 0;
	color: #404040;
	font: normal 1em Tahoma;
	padding: 5px;
	height: 17px;
	width: 207px;
}
#contact #main form li.name, #contact #main form li.email, #contact #main form li.phone {
	background: url(../images/textinput.gif)  0 0 no-repeat;
	display: inline-block;
	height: 27px;
	width: 217px;
	float: left;
	position: relative;
}
#contact #main form li.email {
	margin-left: 17px;
}
#contact #main form li.message {
	background: url(../images/textarea.gif) 0 0 no-repeat;
	clear: both;
	height: 129px;
	width: 448px;
}
#contact #main form li.message textarea {
	background: transparent;
	border: 0;
	color: #404040;
	font: normal 1em Tahoma;
	height: 119px;
	padding: 5px;
	width: 435px;
}
#contact #main form li.send {
	text-align: right;
}
#contact #main form li.send input {
	background: url(../images/btn_send_message.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 47px;
	margin-right: 5px;
	width: 151px;
}
/* ---------------------------------------- */
/*   CONTACT SIDE                           */
/* ---------------------------------------- */
#contact #side {
	float: right;
	margin-top: -20px;
	position: relative;
	width: 244px;
}
#contact #side h2 {
	background: url(../images/contact_skygate_media.gif) 0 0 no-repeat;
	display: block;
	height: 10px;
	padding-bottom: 15px;
	text-indent: -9999px;
	width: 239px;
}
#contact #side .content {
	background: url(../images/side_contact.gif) 0 0 no-repeat;
	height: 130px;
	padding-top: 15px;
	text-align: center;
	width: 244px;
}
#contact #side .content h3 {
	color: #404040;
	font: bold 0.7em Tahoma;
	padding: 5px 0 13px;
}
#contact #side .content p {
	color: #404040;
	font: normal 0.7em Tahoma;
	padding-bottom: 13px;
	text-align: center;
}
#contact #side .content h3.email {
	padding-top: 15px;
}
/* ---------------------------------------- */
/*   FOOTER 1                               */
/* ---------------------------------------- */
#footer1 {
	background: #222 url(../images/footer.gif) 0 0 repeat-x;
	border-bottom: 5px solid #2e2e2e;
	min-height: 168px;
	margin: 0 auto;
	width: 759px;
}
#footer1 .top {
	height: 39px;
	width: 759px;
}
#footer1 .top ul {
	height: 39px;
	left: 64px;
	position: relative;
	top: 13px;
	z-index: 20;
}
#footer1 .top li {
	border-left: 1px solid #8c8c8c;
	float: left;
	font: normal 0.7em Tahoma;
	line-height: 0.7em;
	position: relative;
}
#footer1 .top li:first-child {
	border-left: 0;
}
#footer1 .top a {
	color: #8c8c8c;
	display: block;
	height: auto;
	margin: 0 16px;
	text-decoration: none;
}
#footer1 .top a:hover {
	color: #fff;
}
#footer1 .bottom {
	min-height: 101px;
	overflow: hidden;
	padding: 21px 0 10px;
	width: 759px;
}
#footer1 .bottom .link {
	color: #8c8c8c;
	float: left;
	display: block;
	margin-right: 45px;
	position: relative;
	width: auto;
}
#footer1 .bottom .link:first-child {
	margin-left: 120px;
}
* html #footer1 .bottom .link.first {
	margin-left: 60px;
}
#footer1 .bottom .link h2 {
	font: bold 0.7em Tahoma;
	padding-bottom: 10px;
}
#footer1 .bottom .link ul {
	margin-left: 15px;
}
#footer1 .bottom .link li {
	font: normal 0.7em Tahoma;
	list-style: disc outside;
}
#footer1 .bottom .link a {
	color: #8c8c8c;
	text-decoration: none;
}
#footer1 .bottom .link a:hover {
	color: #fff;
}
/* ---------------------------------------- */
/*   FOOTER 2                               */
/* ---------------------------------------- */
#footer2 {
	margin: 0 auto;
	text-align: center;
	width: 759px;
}
#footer2 p, #footer2 li {
	color: #ffffff;
	font: 0.71em Tahoma;
	font-weight:normal;
	line-height: normal;
	text-shadow: #000000 0px 0px 3px;
}
#footer2 p, #footer2 li {
	FILTER: Shadow(Color=#000000, Direction=3, Strength=2);
}
#footer2 .copyright {
	padding-bottom: 23px;
}
#footer2 .copyright a {
	color: #ffffff;
	text-decoration: none;
}
#footer2 .cities {
	margin: 15px auto;
	overflow: hidden;
	text-align: justify;
	width: 640px;
	color: #ffffff;
}
#footer2 .cities p {
	padding-bottom: 10px;
	color: #ffffff;
	line-height: normal;
}
#footer2 .cities table {
	margin: 0 auto 20px;
}
#footer2 .cities td {
	border-left: 1px solid #fff;
	position: relative;
	padding: 0 10px;
	vertical-align: top;
}
#footer2 .cities td:first-child, #footer2 .cities td.first {
	border-left: none;
	padding-left: 0;
}

a.dept:link {text-decoration: none; color: #000000;}
a.dept:visited {text-decoration: none; color:#898a87;}
a.dept:active {text-decoration: none;}
a.dept:hover {text-decoration: underline; color:#00a9f8;}


a:link {text-decoration: none; color:#339999;}
a:visited {text-decoration: none; color:#898a87;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline; color:#444444;}




#flashcontent{
width:212px;
height:113px;


}
