/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

a, a img {
	text-decoration: none;
	border: 0;
}

h1, h2, p {
	clear: both;
}

h1.large-header {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

h1.medium-header {
	font-size: 1em;
	margin: 0 0 5px 0;
}

h2 {
	color: #ff5600;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

p {
	text-align: justify;
	color: #171717;
	margin: 0 0 5px 0;
}

a:hover {
	text-decoration: underline;	
}

#promot-text {
	font-size: 11px;
}

html {
	background: url(../images/bg.jpg);
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#canvas {
	text-align: left;
	width: 758px;
	background: url(../images/main-bg.gif) left top no-repeat;
	margin: 20px auto;
	overflow: auto;
	margin-bottom: 15px;
}

#header {
	float: left;
	clear: both;
}

#bodycontent {
	float: left;
	clear: both;
	width: 716px;
	background-color: #f0f0f0;
	margin: 0 0 0 8px;
	border-left: solid 7px #fff;
	border-right: solid 7px #fff;
	border-bottom: solid 7px #fff;
	padding: 10px;
}

/* LOGO */

.logo {
	float: left;
	background: none;
	height: 107px;
	width: 158px;
}

.logo h1 a:link,
.logo h1 a:visited,
.logo h1 a:hover {
	float: left;
	display: block;
	width: 143px;
	height: 107px;
	margin: 13px 0 0 15px;
	text-indent:-9999px;
}

#fp-image {
	clear: both;
	width: 744px;
	height: 428px;
	margin: 0 0 0 14px;
	background: url(../images/fp-graphic.jpg) #fff top left no-repeat;
}

/* MENU */

#menu {
	float: right;
	width: 600px;
	height: 107px;
	background: url(../images/menu/menu-bg.gif) top left no-repeat;
}

#menu dl {
	float: left;
	margin: 31px 0 0 0;
}

#menu dd {
	float: left;
	height: 38px;
}

#menu dd a {
	display: block;
	line-height: 38px;
	color: #363636;
}


/* SUBMENU */

#submenu {
	clear: both;
	float: left;
	width: 184px;
	height: 425px;
	margin: -10px 0 0 -17px;
	background: url(../images/menu/submenu-bg.gif) top left no-repeat;
}

#submenu dl {
	float: left;
	margin: 35px 0 0 7px;
}

#submenu dl dd {
	float: left;
	width: 184px;
}

.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow: hidden from IE5/Mac */
	/* \*/ overflow: hidden; /* */
}

.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1; /* for Opera 5 & 6 */
}

dd a:hover {
	text-decoration: none;
}



/* Main Menu */

dd#home a, dd#home a span {
	width: 78px;
	height: 38px;
	background: url(../images/menu/menu.gif) top left no-repeat;
	background-position: 0 0;
}

dd#home a:hover, dd#home a:hover span, dd#home.selected a, dd#home.selected a span {
	background-position: 0 -38px;
}

dd#aboutus, dd#aboutus a span {
	width: 110px;
	height: 38px;
	background: url(../images/menu/menu.gif) top left no-repeat;
	background-position: -78px 0;
}

dd#aboutus a:hover, dd#aboutus a:hover span, dd#aboutus.selected a, dd#aboutus.selected a span {
	background-position: -78px -38px;
}

dd#yourstuff a, dd#yourstuff a span {
	width: 122px;
	height: 38px;
	background: url(../images/menu/menu.gif) top left no-repeat;
	background-position: -188px 0;
}

dd#yourstuff a:hover, dd#yourstuff a:hover span, dd#yourstuff.selected a, dd#yourstuff.selected a span {
	background-position: -188px -38px;
}

dd#ourstuff a, dd#ourstuff a span {
	width: 125px;
	height: 38px;
	background: url(../images/menu/menu.gif) top left no-repeat;
	background-position: -312px 0;
}

dd#ourstuff a:hover, dd#ourstuff a:hover span, dd#ourstuff.selected a, dd#ourstuff.selected a span {
	background-position: -312px -38px;
}


/* BOXES */
#newsbox {
	float: left;
	width: 228px;
	height: 327px;
	padding: 5px 0 0 0;
	background: url(../images/newsbox.gif) left center no-repeat;
	margin: 0 0 0 10px;
}

	#newsbox p, #newsbox dd {
		margin: 2px 0 15px 0;
		width: 166px;
	}
	
	#newsbox p, #newsbox dd small a {
		color: #000;
	}

	#newsbox .heading {
		display: block;
		padding: 60px 0 0 0;
		overflow: hidden;
		background: url(../images/newsheader.gif) 50% top no-repeat;
		height: 0px !important;
		height /**/:60px;
		text-align: center;
	}

	#newsbox #newsitems, #newsbox dl {
		overflow: auto;
		margin: 0 17px 0 20px;
		height: 245px;
	}
	
	#newsbox dt {
		font-size: 1em;
		margin: 0 0 5px 0;
		font-weight: bold;
	}

	#newsbox .news {
	}

	#newsbox .news h1 {
		color: #171717;
		background: url(../images/news_divider.gif) left bottom no-repeat;
		padding-bottom: 10px;
		margin: 0;
	}

#column2 {
	float: left;
	width: 440px;
	margin: 13px 0 0 20px;
}

	#column2 #introtext {
		height: 130px;
		padding: 0 15px 0 10px;
	}
	
	#column2 #introtext p {
		/*line-height: 1.6em;*/
	}

	#column2 #recentprojects {
		margin: 12px 0 0 -5px;
		width: 441px;
		height: 173px;
		background: url(../images/recent-box.gif) left top no-repeat;
	}

		#column2 #recentprojects .heading {
			display: block;
			padding: 50px 0 0 0;
			overflow: hidden;
			background: url(../images/recent-header.gif) 50% top no-repeat;
			height: 0px !important;
			height /**/:60px;
			text-align: center;
		}
		
	#column2 #recentprojects #projects {
		float: left;
		width: 420px;
		margin: 0px 0 0 20px;
	}
	
	#column2 #recentprojects #projects div {
		display: block;
		float: left;
		clear: none;
		margin: 10px 0 0 5px;
		width: 127px;
		height: 90px;
	}
	
	
	
/* Page Specific Styles */

.frontpage .logo h1 a {
	background: url(../images/socket-orange.gif) top left no-repeat;
}

.frontpage a {
	color: #FF5600;
}

.frontpage a:visited {
	color: #BF3F00;
}

.frontpage #menu {
	background: url(../images/menu/menu-fp-bg.gif) top left no-repeat;
}

.frontpage h1 {
	color: #FF5600;
}


/* WHAT WE DO */

.aboutus .logo h1 a {
	background: url(../images/socket-blue.gif) top left no-repeat;
}

.aboutus #menu {
	background: url(../images/menu/menu-bg-with-submenu.gif) top left no-repeat;
}

.aboutus #bodycontent #bodytext {
	float: left;
	clear: none;
	width: 516px;
	background-color: #F0F0F0;
	margin: 24px 0 0 16px;
	border: solid 1px #e8e8e8;
	padding: 5px 5px 10px 5px;
}

.aboutus #bodycontent #bodytext #promo-image {
	width: 515px;
	height: 142px;
	background-color: #F0F0F0;
	margin: 0 0 25px 0;
}

.aboutus #bodycontent #bodytext #promo-text {
	width: 500px;
	margin: 0 5px 0 5px;
}

.aboutus #bodycontent #bodytext #promo-text p {
	margin: 0 0 10px 0;
}

.aboutus h1 {
	color: #0098DF;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.aboutus #submenu {
	width: 184px;
}

.aboutus #submenu dl {
	width: 176px;
}

.aboutus #submenu dd {
	width: 186px;
}

.aboutus #submenu dd a {
	display: block;
	width: 186px;
	line-height: 30px;
	background: url(../images/menu/wwd-submenu.gif) no-repeat top left;
}


.aboutus #submenu dd a span {
	display: block;
	width: 186px;
	height: 30px;
	background: url(../images/menu/wwd-submenu.gif) no-repeat top left;
}

.aboutus #submenu dd.replace {
	width: 178px;
}


.aboutus #submenu dd#overview a, .aboutus #submenu dd#overview a span {
	background-position: 0 0;
}

.aboutus #submenu dd#overview a:hover, .aboutus #submenu dd#overview a:hover span, .aboutus #submenu dd#overview.selected a, .aboutus #submenu dd#overview.selected a span {
	background-position: 0 -180px;
}

.aboutus #submenu dd#design a, .aboutus #submenu dd#design a span {
	background-position: 0 -30px;
}

.aboutus #submenu dd#design a:hover, .aboutus #submenu dd#design a:hover span, .aboutus #submenu dd#design.selected a, .aboutus #submenu dd#design.selected a span {
	background-position: 0 -210px;
}

.aboutus #submenu dd#websolutions a, .aboutus #submenu dd#websolutions a span {
	background-position: 0 -60px;
}

.aboutus #submenu dd#websolutions a:hover, .aboutus #submenu dd#websolutions a:hover span, .aboutus #submenu dd#websolutions.selected a, .aboutus #submenu dd#websolutions.selected a span {
	background-position: 0 -240px;
}

.aboutus #submenu dd#strategy a, .aboutus #submenu dd#strategy a span {
	background-position: 0 -90px;
}

.aboutus #submenu dd#strategy a:hover, .aboutus #submenu dd#strategy a:hover span, .aboutus #submenu dd#strategy.selected a, .aboutus #submenu dd#strategy.selected a span {
	background-position: 0 -270px;
}

.aboutus #submenu dd#illustration a, .aboutus #submenu dd#illustration a span {
	background-position: 0 -120px;
}

.aboutus #submenu dd#illustration a:hover, .aboutus #submenu dd#illustration a:hover span, .aboutus #submenu dd#illustration.selected a, .aboutus #submenu dd#illustration.selected a span {
	background-position: 0 -300px;
}

.aboutus #submenu dd#contractpublishing a, .aboutus #submenu dd#contractpublishing a span {
	background-position: 0 -150px;
	height: 31px;
}

.aboutus #submenu dd#contractpublishing a:hover, .aboutus #submenu dd#contractpublishing a:hover span, .aboutus #submenu dd#contractpublishing.selected a, .aboutus #submenu dd#contractpublishing.selected a span {
	background-position: 0 -330px;
	height: 31px;
}

.aboutus ul {
	margin: 0 0 0 15px;
}

.aboutus ul li {
	list-style-type: disc;
	margin: 4px 0 0 0;
}


/* YOUR STUFF */

.yourstuff a {
	color: #000;
}

.yourstuff .logo h1 a {
	background: url(../images/socket-purple.gif) top left no-repeat;
}

.yourstuff #menu {
	background: url(../images/menu/menu-bg-with-submenu.gif) top left no-repeat;
}

.yourstuff #bodycontent #bodytext {
	float: left;
	clear: none;
	width: 516px;
	background-color: #F0F0F0;
	margin: 24px 0 0 16px;
	border: solid 1px #e8e8e8;
	padding: 5px 5px 10px 5px;
}

.yourstuff h1.portfolio-title {
	width: 525px;
	height: 35px;
	background: url(../images/portfolio-title.gif) no-repeat top left;
	text-align: center;
	color: #282828;
	font-size: 1em;
	line-height: 35px;
	font-weight: normal;
	margin: 0 0 10px 0;
}


.yourstuff #submenu dd {
	display: block;
	width: 162px;
	height: 30px;
	padding: 0 15px 0 0;
	background: url(../images/menu/portfolio-submenu.gif) no-repeat top left;
}

.yourstuff #submenu dd:hover, .yourstuff #submenu dd.selected {
	display: block;
	width: 162px;
	height: 30px;
	padding: 0 15px 0 0;
	background: url(../images/menu/portfolio-submenu.gif) no-repeat top left;
	background-position: 0 -30px;
}

.yourstuff #submenu dd a {
	display: block;
	text-align: right;
	line-height: 30px;
	color: #282828;
	font-size: 0.9em;
}

.yourstuff #submenu dd.last {
	height: 31px;
}

.yourstuff #submenu dd.last a {
	line-height: 31px;
}


.yourstuff #bodycontent #bodytext #promo-image {
	width: 515px;
	height: 142px;
	background-color: #F0F0F0;
	margin: 0 0 25px 0;
}

.yourstuff #bodycontent #bodytext #promo-text {
	width: 500px;
	margin: 0 5px 0 5px;
}

.yourstuff #bodycontent #bodytext #promo-text p {
	margin: 0 0 10px 0;
}

.yourstuff h2.large-header {
	color: #FF005A;
	font-weight: normal;
	font-size: 1.3em;
	margin: 10px 0 3px 0;
}


/* CONTACT */

.aboutus .logo h1 a {
	background: url(../images/socket-blue.gif) top left no-repeat;
}

.aboutus #bodytext  {
	float: left;
	clear: none;
	width: 510px;
	margin: 0 0 0 15px;
}

.aboutus h2.large-header {
	color: #0098DF;
	font-weight: normal;
	font-size: 1.3em;
	margin: 10px 0 3px 0;
}

.aboutus #contact-form {
	float: left;
	clear: both;
	margin: 10px 0 10px;
}

.formrow {	
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
}

.formrow label {
	float: left;
	clear: both;
	margin: 3px 0 5px 0;
	padding: 0 0 0 3px;
}

.formrow input, .formrow textarea {
	display: block;
	float: left;
	clear: both;
	width: 225px;
	border: solid 1px #D6D6D6;
	/*border: solid 1px #e8e8e8;*/
	padding: 4px;
}

.formrow textarea {
	width: 465px;
	height: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#submit-button {
	display: block;
	clear: both;
	margin: 10px 35px 0 0;
}

.yourstuff .portfolio-navigation {
	margin: 15px 0 0 15px;
}

.yourstuff .portfolio-description {
	margin: 35px 0 25px 20px;
	width: 470px;
	color: #282828;
}

.yourstuff .portfolio-description h2 {
	color: #FD1869;
}


/* OUR STUFF */

.ourstuff .logo h1 a {
	background: url(../images/socket-green.gif) top left no-repeat;
}

.ourstuff a {
	color: #0AD300;
}

.ourstuff #menu {
	background: url(../images/menu/menu-bg-with-submenu.gif) top left no-repeat;
}

.ourstuff #bodycontent #bodytext {
	float: left;
	clear: none;
	width: 516px;
	background-color: #F0F0F0;
	margin: 24px 0 0 16px;
	border: solid 1px #e8e8e8;
	padding: 5px 5px 10px 5px;
}

.ourstuff h1.portfolio-title {
	width: 525px;
	height: 35px;
	background: url(../images/portfolio-title.gif) no-repeat top left;
	text-align: center;
	color: #282828;
	font-size: 1em;
	line-height: 35px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.ourstuff #submenu dd {
	display: block;
	width: 162px;
	height: 30px;
	padding: 0 15px 0 0;
	background: url(../images/menu/portfolio-submenu.gif) no-repeat top left;
}

.ourstuff #submenu dd:hover, .ourstuff #submenu dd.selected {
	display: block;
	width: 162px;
	height: 30px;
	padding: 0 15px 0 0;
	background: url(../images/menu/portfolio-submenu.gif) no-repeat top left;
	background-position: 0 -30px;
}

.ourstuff #submenu dd a {
	display: block;
	text-align: right;
	line-height: 30px;
	color: #282828;
	font-size: 0.9em;
}

.ourstuff #submenu dd.last {
	height: 31px;
}

.ourstuff #submenu dd.last a {
	line-height: 31px;
}



.ourstuff .portfolio-canvas {
	width: 498px;
	height: 319px;
	padding: 6px 0 5px 5px;
	margin: 0 0 0 15px;
	background: url(../images/menu/portfolio-bg.gif) no-repeat top left; 
}

.ourstuff .portfolio-navigation {
	margin: 15px 0 0 15px;
}

.ourstuff .portfolio-description {
	margin: 15px 0 0 20px;
}
