@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	letter-spacing: .07em;
	color: #f3f3f3;
	font: 100% Tahoma, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: #131313;
}


a {
	text-decoration: none;
	color: #f3f3f3;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #f3f3f3;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #f3f3f3;
}

img
{  border-style: none;
}

input::-moz-focus-inner {
	border: 0;
}

input:focus, textarea:focus {
	outline: 0;
	outline: none;
}

object, embed {
	outline: 0;
}

#header {
	height: 58px;
	width: 100%;
	margin: 0 auto;

	padding: 0;
	display: block;
	background: url(../images/nav_bg_sm.jpg) repeat-x;
	border-bottom: 1px solid #3a3a3a;
	clear: both;
	position: relative;
	overflow: visible;
}

#header_logo {
	width: 256px;
	height: 59px;
	background: url(../images/hdr_logo.png) no-repeat;
	float: left;
	display: inline;
	margin-left: 60px;
}

#content_container {
	width: 100%;
	background: url(../images/bg_large.jpg) repeat-y;
	margin: 0;
	height: auto;
	padding: 10px 0 0;
}

#content {

	width: 980px;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	clear: both;
	position: relative;
	visibility: visible;
	overflow: visible;
}

#bar {
	width: 100%;
	height: 37px;
	border-top: 1px solid #8c001d;
	background: url(../images/bar_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: static;
	visibility: visible;
	overflow: visible;
}

#bar_content {
	width: 980px;
	margin: auto;
	padding: 0;
}

#footer {
	width: 100%;
	background: #131313 url(../images/footer_fader.png) repeat-x;
	border-top: 1px solid #3a3a3a;
	font-size: 100%;
	color: #6a6a6a;
	margin: auto auto 0;
	position: relative;
	display: block;
	visibility: visible;
	overflow: visible;
	padding-bottom: 77px;
	padding-top: 15px;
}

#footer a {
	color: #6a6a6a;
}

#footer a:hover {
	text-decoration: underline;
	color: #f80114;
}

#footer_menu {
	width: 980px;
	height: 280px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

ul#links {
	width: 145px;
	float: left;
	list-style-type: none;
	text-align: left;
	visibility: visible;
	overflow: visible;
	margin-left: 7px;
	display: inline;
}

ul#links li {
	width: 145px;
	height: 15px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	display: inline;
}

ul#links li a {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

ul#solutions {
	width: 220px;
	float: left;
	list-style-type: none;
	text-align: left;
	display: inline;
}

ul#solutions li {
	width: 220px;
	height: 15px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}

ul#solutions li a {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

ul#services {
	width: 220px;
	float: left;
	list-style-type: none;
	text-align: left;
	display: inline;
}

ul#services li {
	width: 220px;
	height: 15px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}

ul#services li a {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

ul#networking {
	width: 120px;
	float: left;
	list-style-type: none;
	text-align: left;
	overflow: visible;
	visibility: visible;
	font-weight: bold;
	display: inline;
}

ul#networking li {
	width: 120px;
	height: 31px;
	float: left;
}

ul#networking li a {
	line-height: 180%;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	text-decoration: none;
}

.networking_icon {
	float: left;
	width: 30px;
	margin: 0 7px 0 0;
	padding: 0;
	display: inline;
}

.footer_spcr {
	background-color: #3a3a3a;
	width: 1px;
	height: 190px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-top: 25px;
	visibility: visible;
	overflow: hidden;
}

#sub_footer {
	width: 980px;
	height: 20px;
	color: #6a6a6a;
	padding-bottom: 25px;
	margin: 0 auto;
	font-size: 65%;
}

#sub_footer a {
	font-size: 100%;
}

/* contact page */

#contact_container {
	overflow: hidden;
	padding: 0 10px 15px;
	width: 330px;
	color: #262626;
	float: left;
	margin: 5px auto 0 120px;
	font-size: 90%;
	line-height: 90%;
	letter-spacing: .05em;
	clear: left;
	position: relative;
	display: inline-block;
}

#contact_container a {
	color: #262626;
}

#contact_container a:hover {
	text-decoration: underline;
}

#sendbtn {
	width: 172px;
	height: 50px;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
	margin-top: 10px;
	background: url(../images/sendbtn_off.png) no-repeat;
	cursor: pointer;
}

#sendbtn:hover {
	background: url(../images/sendbtn_on.png) no-repeat;
}

#drop_menu {
	font-size: 85%;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
}

.form_box {
	width: 291px;
	height: 23px;
	display: inline-block;
	background: url(../images/form_bg.png) no-repeat;
	border-style: none;
	padding-left: 7px;
	padding-bottom: 3px;
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 100%;
}

#message_box {
	width: 291px;
	height: 91px;
	background: url(../images/message_bg.png) no-repeat;
	border-style: none;
	font: 100%/120% Tahoma, Helvetica, Geneva, sans-serif;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	letter-spacing: .05em;
}

ul#contact_options {
	width: 400px;
	float: right;
	overflow: hidden;
	margin: 0 80px 0 auto;
	padding: 0 10px 15px;
	color: #262626;
}

ul#contact_options li {
	float: left;
	display: inline-block;
	position: relative;
	visibility: visible;
	overflow: visible;
	width: 370px;
	height: 232px;
	text-align: left;
	list-style-type: none;
	padding: 10px;
	color: #262626;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-top: 15px;
}

ul#contact_options li a {
	color: #262626;
}

ul#contact_options li a:hover {
	text-decoration: underline;
	color: #f80114;
}

h2 {
	letter-spacing: .05em;
	font: normal normal bold 100%/115% Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.contact_title {
	letter-spacing: .05em;
	font: normal normal bold 100%/115% Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0 0 1px;
	padding: 0;
}

.contact_title a {
	
}

.contact_title a:hover {
	text-decoration: underline;
	color: #f80114;

}

.form_title {
	letter-spacing: .05em;
	font: normal normal bold 95%/115% Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#contact_txt {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 160%;
}

/* end */

/* interior pages */

#interior_container {
	margin: 0 auto;
	width: 980px;
	color: #262626;
	padding: 0 0 15px;
	text-align: left;
	display: inline-block;
	position: relative;
	visibility: visible;
	overflow: visible;
	clear: both;
}

#interior_container a {
	color: #262626;
}

#interior_container a:hover {
	text-decoration: underline;
	color: #f80114}

ul.solutions {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul.solutions li {
	float: left;
	display: block;
	text-align: left;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 90%;
	line-height: 110%;
	letter-spacing: .05em;
	position: relative;

	clear: right;
	height: 222px;
	margin: 1px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	width: 312px;
}

ul.solutions li a {
	font-size: 90%;
	text-align: left;
}

ul.solutions li a:hover {
	text-decoration: underline;
}

.big_title {
	letter-spacing: .01em;
	font: normal 120%/130% Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	text-indent: 2%;
	margin: 0;
	padding: 0;
}

#media_container {
	width: 600px;
	height: 400px;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline-block;
	float: left;
	visibility: visible;
	overflow: visible;
}

.project_img {
	width: 304px;
	height: 175px;
	padding: 0;
	margin: 4px;
}

.facebook_img {
	width: 113px;
	height: 175px;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 0 0 95px;
	float: left;
}

.web_link {

	text-align: center;
	display: block;
	float: right;
	margin-right: 120px;
}

.fb_link {

	text-align: center;
	display: block;
	float: right;
	margin-right: 100px;
}

.fb_link:hover {
	text-decoration: underline;
}

#map {
	width: 600px;
	height: 380px;
	padding: 0;
	margin: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #d1d1d1;
}

ul#map_txt {
	float: right;
	width: 310px;
	margin: 0 30px 0 auto;
	padding: 0;
	list-style-type: none;
	clear: right;
}

ul#map_txt li {
	float: right;
display: block;
	text-align: left;
	margin: 1px;
	padding: 7px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 90%;
	line-height: 110%;
	letter-spacing: .05em;
	position: relative;
	width: 310px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
}

.map_title {
	letter-spacing: .05em;
	font: normal normal bold 100%/115% Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0 0 1px;
	padding: 0;
}

#about_img {
	width: 521px;
	float: left;
	margin: 10px 0 0;
	height: 322px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

#about_txt {
	width: 370px;
	height: 290px;
	margin: 10px 25px 10px 10px;
	text-align: left;
	float: right;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 95%;
	line-height: 130%;
	letter-spacing: .05em;	
	padding: 15px;
	clear: right;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
}

.service_title {
	letter-spacing: .05em;
	font: normal normal bold 120%/120% Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#flash_container {
	overflow: hidden;
	padding: 0;
	width: 100%;
	color: #262626;
	margin: 0 auto;
	font-size: 90%;
	line-height: 90%;
	letter-spacing: .05em;
	position: relative;
	display: inline-block;
	height: 100%;
}

#flash_container a {
	color: #262626;
}

#flash_container a:hover {
	text-decoration: underline;
}

#flashContent {
	z-index: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#otherContent {
	z-index: 1;
	color: #f80114;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font: bold 100%/130% Helvetica, Geneva, sans-serif;

	overflow: hidden;
	visibility: visible;
	height: 100%;
	width: 980px;
	clear: both;
}

#multimedia_container {
	margin: 0 auto;
	color: #262626;
	text-align: left;
	display: inline-block;
	position: relative;
	visibility: visible;
	overflow: visible;
	padding: 0;
	width: 980px;
}

#multimedia_container a {
	color: #262626;
}

#multimedia_container a:hover {
	text-decoration: underline;
	color: #f80114}


#multimedia_img {
	width: 521px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#multimedia_txt {
	width: 370px;
	height: 285px;
	margin: 10px 30px 10px 10px;
	text-align: left;
	float: right;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 95%;
	line-height: 130%;
	letter-spacing: .05em;
	
	padding: 15px;
	background: url(../images/about_bg.png) no-repeat;
	clear: right;
}
/* end */

#flashContent {
	z-index: 0;
	height: 100%;
	width: 100%;
}

.fb_video_bg {
	position: relative;
	right: 100px;
}

#other_content_container {
	z-index: 1;
	display: inline-block;
	position: relative;
	visibility: visible;
	overflow: visible;
	width: 100%;
	margin: 0 auto;
	background: url(../images/fader_bg.jpg) repeat-x;
	top: -100%;
	padding: 0;
}

#other_content {
	width: 980px;
	margin: 15px auto 0;
	display: block;
	position: relative;
	height: 800px;
	padding: 0;
}

/* Pre-loaded Images */

#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

/* End Pre-loaded Images */
