@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	behavior: url("../scripts/hover.htc"); 
}
a {
	text-decoration: none;
}
p {}
h2 {}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {}
h5 {}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body#home a#homelink,
body#works a#workslink,
body#worksx a#workslink222,
body#about a#aboutlink
	{
	background-image: url(../images/backgrounds/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	}
body#home a#homelink2,
body#works a#workslink2,
body#worksx a#workslink1,
body#about a#aboutlink2
	{
	color: #FFFFFF;
	}


.content_wrapper {
	background-image: url(../images/backgrounds/content-wrapper.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.home_content_wrapper {
	background-image: url(../images/home/main02.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;



	*background-position: -350px -68px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}


/* Header CSS */
.header_wrapper {
	width: 100%;
	background-image: url(../images/backgrounds/header2.gif);
	background-repeat: repeat-x;
	height: 67px;
	background-color: #181818;
	background-position: top;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 67px;
}
.logo {
	float: left;
	width: 75px;
	margin-top: 15px;
	margin-bottom: 13px;
}
.main_nav {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 600px;
	clear: both;
}
.main_nav li {
	display: inline;
}

.main_nav li a:link, .main_nav li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 25px;
	float: left;
	margin-right: 38px;
}
.main_nav li a:hover {
	background-image: url(../images/backgrounds/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 25px;
	margin-right: 38px;
	color: #FFFFFF;
}
.home-img {
	position: absolute;
	top: -67px;
	right: -69px;


	*right: -71px;
}
/* End of Header CSS =================================================================== */


/* Footer CSS =================================================================== */
.footer_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/backgrounds/footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5px;
	background-color: #2D2D2D;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 48px;
	padding-top: 0px;
}

#footer p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}

#footer p a:link, #footer p a:visited {
	color: #0099FF;
}
#footer p a:hover {
	color: #FFFFFF;
}



.footer-nav li a:link, .footer-nav li a:visited {
	color: #999999;
	font-weight: bold;
	font-size: 12px;
}
.footer-nav li a:hover {
	color: #FFFFFF;
	background-color: #111111;
}



.footer-twitter-feeds {
	width: 250px;
	float: left;
}


.footer-twitter-feeds  #twitter_update_list li {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-image: url(../images/icons/twitter-posts.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.footer-twitter-feeds  #twitter_update_list li:hover {
	background-color: #111111;
	color: #FFFFFF;

}



.footer-twitter-feeds  #twitter_update_list li a:link, .footer-twitter-feeds  #twitter_update_list li a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.footer-twitter-feeds  #twitter_update_list li a:hover {
	color: #FF0000;
}



.footer-contact {
	width: 255px;
	float: left;
	margin-right: 50px;
	padding-right: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #171616;
}
.footer-contact h3, .footer-nav h3, .footer-twitter-feeds h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.footer-contact ul {
}
.footer-contact li {
	float: left;
	width: 200px;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 18px;
	padding-top: 3px;
	display: block;
	padding-bottom: 1px;
}

.footer-contact li:hover {
	background-color: #111111;
	color: #FFFFFF;
}

.footer-contact li.footer-mobile {
	background-image: url(../images/icons/mobile.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer-contact li.footer-email {
	background-image: url(../images/icons/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer-contact li.footer-skype {
	background-image: url(../images/icons/skype.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.copyrights {
	background-image: none;
	padding-left: 0px;
	width: 600px;
	clear: both;
	float: left;
}

/* End of Footer CSS =================================================================== */


/* Home content  CSS =================================================================== */
#home-content {
	width: 600px;
	height: 670px;


}
#home-content h1{
	margin-bottom: 10px;
	font-weight: normal;
	height: 106px;
	width: 561px;
	background-image: url(../images/txt/h1-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
#home-content h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
	letter-spacing: -0.05em;
}

#home-content h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #CCCCCC;
	padding-top: 20px;
}
#home-content p{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #FFFFFF;
}

.slideshow_images {
	width:550px;
	height:340px;
	overflow:hidden;
}

#home_slide {
	width:560px;
	height:380px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#home_thumbs {
	width:100%;
	text-align:center;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#home_thumbs ul {}
#home_thumbs li {
display:inline;
margin:0 8px 0 0;
padding:0 0 2px 0;
}



/* End of Home content  CSS =================================================================== */




/* Main Titles CSS =================================================================== */

#page-title {
	width: 100%;
	background-image: url(../images/backgrounds/page-title.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 130px;
	background-color: #F3F3F3;
	color: #CC0000;
	text-decoration: none;
}
#page-title h1 {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-size: 80px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	letter-spacing: -5px;
}


#page-title-inner {
	width: 100%;
	background-image: url(../images/backgrounds/page-title.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 100px;
	background-color: #F3F3F3;
	color: #CC0000;
	text-decoration: none;
}

#page-title-inner h2 {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-size: 52px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
#page-title ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page-title li {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}
#page-title li img {
	border: 5px solid #FFFFFF;
}

/* End of Main Titles CSS =================================================================== */


/* Content CSS =================================================================== */
#content p a {
	color: #DB3111;
	text-decoration: underline;
	font-weight: normal;
}
#content p a:hover {
	color: #999999;
	text-decoration: none;

}

.content-thumbs {
	width: 1000px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
.content-thumbs h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #CCCCCC;
}
.content-thumbs ul {
	margin: 0px;
	padding: 0px;
}
.content-thumbs li {
	display: block;
	width: 178px;
	float: left;
	padding: 0px;
	height: 123px;
	margin-top: 0px;
	margin-right: 27px;
	_margin-right:25px; /* targets IE6 */
	margin-bottom: 27px;
		_margin-bottom: 20px; /* targets IE6 */
	margin-left: 0px;
}

.content-thumbs li.last-thumbnail {


	margin-right: 0px;


}

.content-thumbs li img{
	height: 123px;
	width: 178px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
}
.content-item {
	float: left;
	width: 1000px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}


.content-item h1 {
	font-size: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	color: #999999;
}

.content-item h2 {
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	color: #999999;
}
.content-item h3 {
	font-size: 32px;
	font-weight: bold;
	color: #CCCCCC;
}
.content-item p {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	width: 650px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.content-item img {
	border: 1px solid #CCCCCC;
	width: 998px;
	padding: 0px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.back2top_link {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	float: left;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.back2top_link:hover {
	text-decoration: underline;
}

.content-about {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 1000px;
}
.content-about h2 {
	font-size: 52px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.content-about p {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
}
.content-about p img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.content-about h3 {}
.content-about-txt {
	float: left;
	width: 300px;
	margin-right: 20px;
	background-image: url(../images/backgrounds/about-txt.jpg);
	background-repeat: no-repeat;
	padding-right: 360px;
	padding-top: 0px;
}
.content-about-lists {
	float: left;
	width: 320px;
}

.content-about-lists h3, .content-about-txt h3 {
	font-size: 42px;
	color: #CCCCCC;
	margin-bottom: 5px;
}
.content-about-lists ul {
	margin-bottom: 20px;
}
.content-about-lists li {
	margin-bottom: 10px;
	background-image: url(../images/icons/button-white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 12px;
}


.content-about-lists li.about-email {
	background-image: url(../images/icons/email.gif);
	padding-left: 25px;
	
}

.content-about-lists li.about-mobile {
	background-image: url(../images/icons/mobile.gif);
	padding-left: 25px;
	
}

.content-about-lists li.about-skype {
	background-image: url(../images/icons/skype.gif);
	padding-left: 25px;
	background-position: 0px;
	
}
.content-about-lists li.about-none {
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	
}




							/* About Profiles CSS =================================================================== */
							#inner-content-about2 {
	width:1000px;
	min-height:80px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
							}	
							
.secondary-boxes {
	width: 1000px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}						
.page-sub-ttl {
	width:1000px;
	background-image: url(../images/backgrounds/subhead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	}		
	
	.page-sub-ttl h2 {
	font-size:62px;
	font-weight:bold;
	color:#CCCCCC;
	letter-spacing: -3px;
	text-transform: capitalize;
	}
	
.page-sub-ttl h3 {
	font-size:22px;
	font-weight:bold;
	color:#333333;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	}

.page-sub-ttl p {
	margin:0;
	padding:0;
	line-height:1em;
	font-size: 42px;
	font-weight: bold;
	color: #CCCCCC;
	}
	.who-we-are-cont {
	width:1000px;
	height:auto;
	overflow:auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	}
	
.who-we-are-cont h4 {
	font-size:26px;
	font-weight:bold;
	background-color: #F6F6F6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	}
.who-we-are-cont h5 {
	font-size:14px;
	font-weight:normal;
	margin-bottom: 1em;
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	}	
	
.who-we-are-cont p {
	margin:0;
	font-size:12px;
	line-height:1.6em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1.5em;
	padding-left: 10px;
	text-align: justify;
	}
	
.who-we-are-cont img {
	border:5px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}
	
#content .who-we-are-cont a {
	color:#999999;
	text-decoration:none;
	font-weight: bold;
	}

#content .who-we-are-cont a:hover {
	color:#d90000;
	text-decoration:none;
	border-bottom:1px solid #d90000;
	}
	
.who-we-are-clmn {
	width:318px;
	height:auto;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0;
	border: 1px solid #C0C0C0;
	}
	
.who-we-are-clmn-rgt {
	width:314px;
	height:auto;
	float:left;
	border: 1px solid #C0C0C0;
	margin-bottom: 15px;
	}
.who-we-are-contactdetails {
	background-color: #F5F5F5;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}	
.who-we-are-contactdetails p{
	margin: 0px;
	padding: 0px;
}
							/* End of About Profiles CSS =================================================================== */

/* End of Content CSS =================================================================== */
.twitter-icon {
	position: absolute;
	top: -70px;
	right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
