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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
}

pre {
	width: 250px;
	padding: 0px;
	text-shadow: 0px 2px 3px #171717;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #222;
	height: 80px;
}

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

body {
	text-align: center;
	background-color: #F1F1F1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#logo {
	position: absolute;
	top: 0.5em;
	left: 0px;
}

.index-main {
	padding-bottom: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	font-weight: normal;
	line-height: 18px;
	
}

.index-main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
/*	text-shadow: 1px 1px 1px #999;*/
}

.block-about h1 {
	font-family: Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.block-about h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #666;
	text-shadow: -1px 1px 1px #999;
	letter-spacing: -0.5px;
}

.block-about h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #666;
	text-shadow: -1px 0px 1px #999;
	letter-spacing: 1px;
}

.bg-wrapper {
	background-image: url(images/tdm-icon.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;
}

.content-cta {
	height: 370px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/fade0.jpg);
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.content {
	padding-top: 1.5em;
	padding-right: 1.8em;
	padding-bottom: 1em;
	padding-left: 1.8em;
	color: #333;
	overflow: hidden;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px; 
	background-color: #FFF;
	border: 1px solid #CCC;
}

.content-service {
	padding-top: 1.2em;
	padding-right: 1.8em;
	padding-bottom: 1em;
	padding-left: 1.8em;
	color: #333;
	overflow: hidden;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #CCC;
	background-image: url(images/content-container-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

.content-port {
	padding-top: 1.5em;
	padding-right: 1.8em;
	padding-bottom: 1em;
	padding-left: 1.8em;
	color: #333;
	overflow: hidden;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	background-image: url(images/portfolio-head-img.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

.content-about {
	padding-top: 1.2em;
	padding-right: 1.8em;
	padding-bottom: 1em;
	padding-left: 1.8em;
	color: #333;
	overflow: hidden;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #CCC;
	background-image: url(images/content-container-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

.container {
	width:900px;
	line-height:150%;
	vertical-align: middle;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container-content {
	width:900px;
	line-height:150%;
	vertical-align: middle;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	padding: 0px;
}

.container-content-sub {
	width:900px;
	line-height:150%;
	vertical-align: middle;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#shaddow {
	background-image: url(images/shaddow.jpg);
	background-repeat: no-repeat;
	background-position: center 410px;
}

#content-shaddow-index {
	background-image: url(images/content-shaddow.png);
	background-repeat: no-repeat;
	background-position: center 100%;
	position: relative;
	padding-bottom: 1em;
}

#content-shaddow {
	background-image: url(images/content-shaddow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;

}

.content-bot-bg {
	height: 1.40em;
}

.nav-header {
	padding-top: 2em;
	height: 2em;
}



/*------   End Page head images   ------*/


.contact-head {
	margin-left: 7.5em;
	margin-bottom: 10px;
}

.about-head {
	margin-left: 0em;
}

.users-head {
	margin: 0px;
}

.port-head {
	padding-bottom: 3.5em;
}


/*------   End Page head images   ------*/



.port-head-text {
	height: 157px;
	width: 542px;
}

.menu {
	float: right;
}

.cta-header {
	margin-bottom: 0.5em;
}

.sub-header {
	padding: 1em;
}


#sitemap a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
	color: #333;
}

.first-content {
	padding-top: 2.5em;
	padding-bottom: 2em;
	background-image: url(images/tdm-main-txt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*.content-top-bg {
	background-image: url(images/content-container-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 5px;
}*/


#pipe ul {
	display: inline;
} 

#pipe ul li {
	list-style: none;
	display: inline;
}

#pipe ul li.first {
	list-style: none;
	display: inline;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #666;
	letter-spacing: -1px;
	line-height: 1em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	text-shadow: -1px 1px 1px #FFF, -2px 2px 2px #bababa ;

}


h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #999;
	letter-spacing: 0px;
	line-height: 1.1em;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	text-shadow: -1px 0px 1px #bababa;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	font-variant: small-caps;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	font-variant: small-caps;
	text-shadow: -1px 1px 0px #FFFFFF, 0px 1px 1px #cccccc;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #525252;
	font-weight: bold;
	margin: 0em;
	text-shadow: -1px 1px 0px #FFFFFF, 0px 1px 1px #cccccc;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: normal;
	text-align: left;
}
.quote-services {
	width: 100%;
}

em {
	color: #00AFEA;
	font-style: normal;
}

.green {
	color: #BFFF00;
}

.reg-text {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 23px;
	letter-spacing: 0px;
}

/*------- Services Blocks 

.inside{
	width:100%;
	overflow:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
}

--------*/

.inside-sub{
	width:100%;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 1em;
}

.inside-sub-users{
	width:100%;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

.inside-about {
	height: 220px;
	background-image: url(images/about-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	width: 898px;
	margin-left: -27px;
	margin-top: 15px;
}

.inside-contact {
	height: 220px;
	background-image: url(images/contact-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	width: 898px;
	margin-left: -27px;
	margin-top: 5px;
}

.sub-steps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding: 1em;
	background-color: #E4F1F3;
	line-height: 2em;
}

a.nav:link,a:visited,a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #00AFEA;
	text-decoration: underline;
	font-weight: bold;
}

#twitter-icon {
	position: fixed;
}


/*----- Portfolio Fancy Box Styles -----*/


.container .grid_6 {
	width:820px;
}

.portfolio {
	overflow: hidden;
}

.portfolio li {
		margin:0px 20px 7px 0px;
		position: relative;
}

.portfolio li a:hover {
			border:none;
}
		
.portfolio li.last {
			margin-right:0px;
}
		
.portfolio260 { /* Container for images in the "portfolio" section */
	background:url("images/thumb-bg.png") no-repeat;
	width:250px;
	height:152px;
	padding:11px 5px 15px 5px;
}


/* Boxes
-------------------------------------------------------------- */


.boxgrid { 
	width: 250px; 
	height: 180px; 
	float:left;
	overflow: hidden;
	position: relative; 
	padding-right: 10px;
	margin-right: 20px;
	padding-top:0px;
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxgrid p { 
	padding-top: 120px; 
	padding-left: 10px;
	color:#fff; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif;
	line-height: 20px;
}
	
.last {
	margin-right:0px;
}


.block-about-team h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #666;
	padding-top: 0.25em;
	padding-bottom: 0.75em;
	text-shadow: 1px 1px 2px #999;
	letter-spacing: -0.5px;
}


/*---------- Fast Button ---------*/

#fast-btn {
	float: right;
}

#fast-btn a, #fast-btn-work a {
	display:block;
	width:80px;
	color:#333;
	text-decoration: none;
	text-shadow: 1px 1px 2px #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 7px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/button-states.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#fast-btn a:hover, #fast-btn-work a:hover {
	background-position: -93px 0;
	text-shadow: 0px 0px 2px #fff;
	color: #00AFEA;
	font-weight: bold;
}

#fast-btn a:active, #fast-btn-work a:active {
	background-position: -185px 0;
	text-shadow: 0px -1px 1px #fff;
	color:#008BB9;
	font-weight: bold;
}


/*----- Fast BTN More WORK ----*/

#fast-btn-work {
	float: right;
	padding-top: 9px;
}

/*-------- End Fast Button -------*/




/*---------- Port Button ---------*/

#port-bd-btn, #port-pd-btn {
	float: left;
}

#port-wd-btn a, #port-wd-btn a:hover{
	display:block;
	width:249px;
	height: 101px;
	text-decoration: none;
	background-image: url(images/wd-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



#port-bd-btn a, #port-bd-btn a:hover {
	display:block;
	width:249px;
	height: 101px;
	text-decoration: none;
	background-image: url(images/bd-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#port-pd-btn a, #port-pd-btn a:hover {
	display:block;
	width:249px;
	height: 101px;
	text-decoration: none;
	background-image: url(images/pd-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*----- Port BTN  ----*/



/*------- Block About Styles ---------*/

.block-txt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.3em;
	height: 135px;
}

.block-txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #09C;
	line-height: 1.3em;
	letter-spacing: 0px;
	text-decoration: underline;
}

.block-txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	line-height: 1.3em;
	letter-spacing: 0px;
	text-decoration: underline;
}

.block-about-team-img1 {
	padding-top: 1.6em;
}

.block-about-team h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #666;
	padding-top: 0.25em;
	padding-bottom: 0.75em;
	text-shadow: 1px 1px 2px #999;
	letter-spacing: -0.5px;
}

.block-about {
	width:500px;
	height:100%;
	float: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.block-about-team {
	width:295px;
	height:16.5em;
	float:left;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1.5em;
}

 E-mail block styles 

.block-left-email {
	width:500px;
	height:100%;
	float: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.block-right-email {
	width:280px;
	float:left;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1.0em;
}

.block-email {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0em;
	text-align: left;
	background-color: #E4F1F3;
	padding: 1em;
}

.block-left-email h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 1px 1px 2px #999;
}

.block-left-email h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #666;
	text-shadow: 1px 1px 2px #999;
	letter-spacing: -0.5px;
}

 End E-mail block styles 

.block-users {
	width:100%;
	height:100%;
	float: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.small-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-style: italic;
	line-height: 1.2em;
}
.small-text-no-it {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333;
	background-color: #F4EAD5;
	padding: 1em;
}
.small-port-link-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #00AFEA;
}

.block1 {
	width:260px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	float: left;
	margin-right: 1.5em;
	height: 270px;
}

.block1-content, .block3-content  {
	margin-top: 0em;
	margin-right: 1.2em;
}

.block2-content {
	margin-top: 0em;
	margin-right: 0em;
}

.block1 h2, .block2 h2, .block3 h2  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	color: #666;
	padding-bottom: 0.75em;
	text-shadow: 0px -1px 1px #999999;
	letter-spacing: -0.5px;
	font-weight: normal;
}

.block1 h1 a, .block2 h1 a, .block3 h1 a {
	font-style: normal;
	text-decoration: none;
	color: #666;
}

.block1 h3, .block2 h3, .block3 h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #00AFEA;
	padding-bottom: 0.75em;
	/* [disabled]text-shadow: 0px -1px 1px #999; */
	letter-spacing: -0.5px;
}

.block2{
	width:255px;
	float: left;
	height: 270px;
}

.block2-img {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}

.block3{
	width:272px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	float: left;
	margin-right: 1.5em;
	height: 270px;
}

.block-btn3 {
	width:100%;
	float:left;
	text-align: right;
	padding-top: 1em;
}

.block-btn {
	margin-top: 0em;
	float: right;
	margin-right: 0.5em;
}

.block-btn-img {
	margin: 0em;
	padding-top: 0em;
	padding-right: 0.7em;
	padding-bottom: 0em;
	padding-left: 0em;
}

/* --- Block Port ----*/

.block1-port {
	float: left;
	margin-right: 2.6em;
	padding-bottom: 2em;
	padding-top: 2em;
	width: 249px;
}

.block2-port {
	float: left;
	margin-right: 2.6em;
	padding-bottom: 2em;
	padding-top: 2em;
}

.block3-port {
	float: left;
	padding-bottom: 2em;
	padding-top: 2em;
}

/* --- End Block Port ----*/


/*------- Contact Form Styles ----*/

#contact p, label, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.8em;
}

#contact hr {
	color: #FFF;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
}


/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 22px;
	line-height: 25px;
	width: 155px;
	font-size: 1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#contact input, textarea, select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1em;
}   

#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFF;
	color:#333;
}

#contact input.submit {
	width: 85px;
	cursor: pointer;
	border: 1px solid #222;
	background:#333;
	color:#FFF;
}

#contact input.submit:hover { 
	background:#444; 
}

#contact input[type="submit"][disabled] {
	cursor: default;
	background-color: #888;
}

#contact fieldset {
	padding:22px;
	border:1px solid #eee;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#contact legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
}

#contact span.required{
	font-size: 13px;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */

#message {
	margin: 10px 0;
	padding: 0px;
}

.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ul.error_messages {
	margin: 0 0 0 15px;
	padding: 0px;
}
ul.error_messages li {
	height: 22px;
	line-height: 22px;
	color:#333;
}

.loader {
	padding: 0px 10px;
}

#contact #success_page h1 {
	background: url('../assets/success.gif') left no-repeat;
	padding-left:22px;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.pd-col-1 {
	width: 235px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-right: 20px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/stripe-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	color:#CCC;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 6px #555;
	-moz-box-shadow:1px 1px 6px #555;
	-webkit-box-shadow: 10px 10px 20px #000;
	box-shadow:1px 1px 6px #555;
	behavior: url(ie-css3.htc); 
}

.pd-col-1 a {
	font-size: 0.9em;
	font-weight: bold;
	color: #00AFEA;
	text-decoration:none;
}

.pd-col-1 a:hover {
	text-decoration:underline;
}

.pd-col-3 a {
	font-size: 0.9em;
	font-weight: bold;
	color: #00AFEA;
	text-decoration:none;
}

.pd-col-3 a:hover {
	text-decoration:underline;
}

.pd-col-1 h2, .pd-col-3 h2 {
	text-shadow: 0px -1px 1px #000, 0px 1px 0px #555;
	color:#CCC;
	font-size: 1.2em;
	font-weight: bold;
}

.pd-col-1 h3, .pd-col-3 h3 {
	text-shadow: 0px -1px 1px #000, 0px 1px 0px #555;
	color: #BFFF00;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0px;
	line-height: 20px;
	font-weight: bold;
}

.pd-col-3 {
	width: 235px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-right: 00px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/stripe-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	color:#CCC;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 6px #555;
	-moz-box-shadow:1px 1px 6px #555;
	-webkit-box-shadow: 10px 10px 20px #000;
	box-shadow:1px 1px 6px #555;
	behavior: url(ie-css3.htc);
}


/*----- Footer Styles ----*/

.spacer {
	clear:both;
	line-height:0;
	font-size:0;
}

ul{
	list-style:none;
}

#footer_cointainer {
	margin:0em;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(images/footer-bg.jpg);
	height: 270px;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#footer_cointainer div.footer {
	width:900px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0em;
}

#footer_cointainer div.footer ul {
	width:200px;
	float:left;
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 4em;
}

#footer_cointainer div.footer ul li {
	margin:0em;
	background:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-top: 0.05em;
	padding-right: 0em;
	padding-bottom: 0.05em;
	padding-left: 0em;
}

#footer_cointainer div.footer ul li h4 {
	color:#00AFEA;
	background-color:inherit;
	padding:0 0 6px 0;
	margin:0;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}

#footer_cointainer div.footer ul li a {
	color:#999;
	background-color:inherit;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}

#footer_cointainer div.footer ul li a:hover {
	color:#666;
	background-color:inherit;
}

#footer_cointainer div.footer div.copyright {
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	padding-top: 4em;
	letter-spacing: 1px;
	float: left;
	text-align: center;
	text-decoration: none;
}

#footer_cointainer div.footer ul li.no-border {
	border-bottom:none;
}


/*----- End of footer Styles ----*/


/*----- Start of menu Styles ----*/


#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	width:110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
}

#menu ul li a span{
    display:block;
}

#menu ul li a span.title{
	color:#FFF;
	font-size: 1.5em;
	letter-spacing: -2px;
	line-height: 1em;
	font-weight: bold;
}

#menu ul li a:hover{

}

#menu ul li a:hover span.title{
	color:#C3ED00;

}

#menu ul li a span.text{
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1em;
	visibility:hidden;
	color:#01b9ff;
	text-align:center;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	text-shadow: 1px 1px 2px #000;
}

#menu ul li a:hover span.text{
    visibility:visible;
}

#menu ul li a span.top-nav {
	color:#CCC;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	text-indent: 0em;
	text-shadow: 2px 2px 5px #111;
	padding-bottom: 2px;
}

#menu ul li a:hover span.top-nav {
	color:#BFFF00;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	text-indent: 0em;
	text-shadow: 2px 2px 3px #000;
	padding-bottom: 2px;
}


/* ----- End of MENU ----*/


/*--- Start of Port Hover Styles ---*/

#port-hover ul li{
	float:left;
}

#port-hover ul li a{
	display:block;
	text-decoration:none;
}

#port-hover ul li a span{
    display:block;
}

#port-hover ul li a span.text{
	font-size: 0.8em;
	font-weight: bold;
	visibility:hidden;
	color:#BFFF00;
	padding-top: 2.9em;
	padding-left: 1.7em;
	text-shadow: 1px 1px 2px #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#port-hover ul li a:hover span.text{
    visibility:visible;
}


/*---- End of Port Hover ---*/


#header_wrapper { /* Container to display the top black background */
	width:100%;
	background:url("../img/background/header.png") repeat-x;
	z-index:20;
	position:fixed; /* Sticks to the top */
	top:0;
	left:0;
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

	#header { /* Centered container for the header, contains the menu and the logo */
	width: 900px;
	height: 95px;
	margin:0px auto;
	position: relative;
}


/*------ End of Menu Styles -----*/

/*----- Start of Motion Gallery Styles ---*/

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 255px; /* Set to gallery width, in px or percentage */
	height: 120px; /* Set to gallery height */
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
	padding: 1px;
	margin: 0px;
}

#motioncontainer a:hover img {
	border: 1px dotted #666; /* Set image border hover color */
}

#statusdiv {
	border: 1px solid #999;
	position: absolute; /* Stop Editing Gallery Styles */
	visibility: hidden;
	background-color: #EAFBFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0BAAEE;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

.right-move {
	background-image: url(images/work-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 246px;
	position: relative;
	top: 5em;
	right: 0em;
	bottom: 0em;
	left: 0.35em;
	z-index: 1001;
	clear: both;
	overflow: hidden;
}

/* End Gallery Styles */


.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 20px;
}

.twitter_img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#port-links {
	color: #CCC;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 2.5px;
}

#port-links a{
	color: #999;
	text-decoration: none;
	text-shadow: 0px -2px 1px #fff, 0px 1px 2px #BCBCBC;
}

#port-links a:hover{
	color: #999;
	text-decoration: none;
	text-shadow: 1px -1px 1px #fff, 0px 2px 0px #fff;
}
.foot-contact {
	font-size: 1.1em;
	padding-bottom: 6px;
}

.footer-contact a:hover{
	text-decoration: none;
	color: #09C;
}
.link-c {
	text-decoration: none;
}

