/* CSS Document */


/* ****************** LAYOUT & POSITIONING STYLES ******************** */


/* These values define the default look of the page. */
body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	background-attachment: scroll;
	background-image: url(../images/bkg_shirt1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Some browsers (eg. Firefox) will place a border around any image links unless this is set. */
* img {
	border:none;
	display: block;
}

/* font: 12px / 18px Georgia, Times, serif; font-style: italic; */

#wrapper, #wrapper2 {
	/* 	!!!!!! BUG BUG BUG !!!!!! IE 6 is shifting the background graphic to the right by 3px exposing the bkg color.
		background-position: center top - was the preferred position.
		I had to set the background position and colors as per below to get around this. */
	width: 550px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bkg_smallmenu.jpg);
	background-repeat: no-repeat;
	background-color: #F6EDD1;
	background-attachment: scroll;
	background-position: 0px 68px;
		}
		
#wrapper2 {
	background-image: url(../images/bkg_largemenu.jpg);
}

#wrapper_header {
	height: 68px;
	background-image: url(../images/bkg_mainmenu.jpg);
	background-position: left top;
	clear: both;
}

#wrapper_logo {
	width: 54px;
	height: 54px;
	float: left;
	padding-left: 36px;
	padding-top: 13px;
}
		

/* Main navigation start */

/* This wrapper is not strictly needed. I used it to because when both the #flashcontent and ul#nav styles are set to position:relative,
   IE6 Win was increasing the height of the parent wrapper (#wrapper_header). Relative positioning must be used in ul#nav
   otherwise the menu doesn't work, but I needed to use padding for the positioning of the logo and nav. */
#wrapper_nav{
	width: 380px;
	height: 24px;
	list-style-type: none;
	float: left;
	clear: none;
	padding-left: 9px;
	padding-top: 34px;
}

ul#nav {
	width: 380px;
	height: 24px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	margin: 0;
}

body#default ul#nav  { background: transparent url(../images/main_menu_matrix.jpg) no-repeat 0 0; }
body#object ul#nav  { background: transparent url(../images/main_menu_matrix.jpg) no-repeat 0 0; }
body#signage ul#nav { background: transparent url(../images/main_menu_matrix.jpg) no-repeat 0 -24px; }
body#print ul#nav  { background: transparent url(../images/main_menu_matrix.jpg) no-repeat 0 -48px; }
body#internet ul#nav  { background: transparent url(../images/main_menu_matrix.jpg) no-repeat 0 -72px; }

ul#nav li a {
	position: absolute;
	top: 0;
	width: 83px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* IE5/Win */
	background: transparent url(../images/main_menu_matrix.jpg) no-repeat;
}

body#default li#obj a			{ background-position: 0 -96px; width: 95px; left: 0; }
body#default li#obj a:hover		{ background-position: 0 -24px; }
body#default li#sig a 			{ background-position: -95px -96px; left: 95px; }
body#default li#sig a:hover		{ background-position: -95px 0px; }
body#default li#pri a 			{ background-position: -190px -96px; left: 190px; }
body#default li#pri a:hover		{ background-position: -190px 0; }
body#default li#web a 			{ background-position: -285px -96px; left: 285px; }
body#default li#web a:hover		{ background-position: -285px 0; }

body#object li#obj a 			{ background-position: 0 0; width: 95px; left: 0; }
body#object li#obj a:hover		{ background-position: 0 0; }
body#object li#sig a 			{ background-position: -95px -96px; left: 95px; }
body#object li#sig a:hover		{ background-position: -95px 0px; }
body#object li#pri a 			{ background-position: -190px -96px; left: 190px; }
body#object li#pri a:hover		{ background-position: -190px 0; }
body#object li#web a 			{ background-position: -285px -96px; left: 285px; }
body#object li#web a:hover		{ background-position: -285px 0; }

body#signage li#obj a			{ background-position: 0 -96px; width: 95px; left: 0; }
body#signage li#obj a:hover		{ background-position: 0 -24px; }
body#signage li#sig a			{ background-position: -95px -24px; left: 95px; }
body#signage li#sig a:hover		{ background-position: -95px -24px; }
body#signage li#pri a			{ background-position: -190px -96px; left: 190px; }
body#signage li#pri a:hover		{ background-position: -190px 0; }
body#signage li#web a			{ background-position: -285px -96px; left: 285px; }
body#signage li#web a:hover		{ background-position: -285px 0; }

body#print li#obj a 			{ background-position: 0 -96px; width: 95px; left: 0; }
body#print li#obj a:hover		{ background-position: 0 -24px; }
body#print li#sig a 			{ background-position: -95px -96px; left: 95px; }
body#print li#sig a:hover		{ background-position: -95px 0; }
body#print li#pri a 			{ background-position: -190px -48px; left: 190px; }
body#print li#pri a:hover		{ background-position: -190px -48px; }
body#print li#web a 			{ background-position: -285px -96px; left: 285px; }
body#print li#web a:hover		{ background-position: -285px 0; }

body#internet li#obj a 			{ background-position: 0 -96px; width: 95px; left: 0; }
body#internet li#obj a:hover		{ background-position: 0 -24px; }
body#internet li#sig a 			{ background-position: -95px -96px; left: 95px; }
body#internet li#sig a:hover		{ background-position: -95px 0; }
body#internet li#pri a 			{ background-position: -190px -96px; left: 190px; }
body#internet li#pri a:hover		{ background-position: -190px 0; }
body#internet li#web a 			{ background-position: -285px -72px; left: 285px; }
body#internet li#web a:hover		{ background-position: -285px -72px; }

/* Main navigation end */


#projectsmenu {
	clear: both;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 42px;
		}
		
#col1 {
	width: 110px;
	position: relative;
	top: 9px;
	left: 80px;
	float: left;
}

#col2 {
	width: 110px;
	position: relative;
	top: 9px;
	left: 107px;
	clear: none;
	float: left;
}

#col3 {
	width: 110px;
	position: relative;
	top: 9px;
	left: 135px;
	clear: none;
	float: left;
}
		
#submenu {
	clear: both;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 42px;
		}
		
#submenu_linka1 {
	height: 16px;
	background-image: url(../images/icn_contact.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	position: relative;
	width: 80px;
	top: 9px;
	left: 80px;
	padding-left: 24px;
	float: left;
		}
		
#submenu_linka2 {
	height: 16px;
	background-image: url(../images/icn_resume.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	position: relative;
	width: 80px;
	top: 9px;
	left: 90px;
	padding-left: 24px;
	clear: none;
	float: left;
		}
	
#submenu_linka3 {
	height: 16px;
	background-image: url(../images/icn_arrowl.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	position: relative;
	top: 9px;
	padding-left: 24px;
	clear: none;
	float: left;
	left: 142px;
		}
			
.divider, .divider2, .divider3, .divider4 {
	height: 40px;
	background-image: url(../images/dashed_line.gif);
	background-repeat: no-repeat;
	clear: both;
	background-position: 42px 29px;
}

.divider2 {
	height: 10px;
	background-position: 42px 0;
}

.divider3 {
	height: 11px;
	background-position: 42px 0;
}

.divider4 {
	height: 11px;
	background-position: 42px 10px;
}

.divider_double {
	height: 37px;
	padding-top: 10px;
	margin-top: -14px;
	background-image: url(../images/dashed_line_double.gif);
	background-repeat: no-repeat;
	clear: both;
	background-position: 42px 0;
}
		
.body_title, .body_date, .body_content, #feature_wrapper, #comment_title, .selection_wrapper, .comment_wrapper, .blank_wrapper, #grid_wrapper, .divider_double {
	width: 466px;
	padding-left: 42px;
	clear: both;
		}

#feature_title {
	clear: both;
	padding-bottom: 3px;
	float: left;
	width: 411px;
}

#feature_content1 {
	width: 224px;
	float: left;
	clear: left;
}

#feature_content2 {
	width: 224px;
	float: right;
	clear: none;
}

.feature_pic {
	float:left;
	margin-bottom: 9px;
}

.feature_pic a {
	display: block;
	width: 221px;
	height: 116px;
	background-color: #FFFFFF;
	border: 1px solid #A1A1A1;
	padding-top: 1px;
	padding-left: 1px;
}

.feature_pic a:hover {
	border: 1px solid #FE5E00;
	background-color: #FE5E00;
}

#feature_title {
	padding-bottom: 9px;
}

.feature_text {
	width: 224px;
}

.selection_wrapper{
	padding-bottom: 27px;
	height: 116px;
}

.project_title {
	float: right;
	width: 200px;
	clear: none;
}


.icn_txt_arrowup, .icn_txt_pageplusred {
	float: right;
	width: 200px;
	clear: right;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.icn_txt_arrowup {
	background-image: url(../images/icn_arrowup.gif);
}

.icn_txt_pageplusred {
	background-image: url(../images/icn_pageplusred.gif);
}

.icn_txt_launch {
	background-image: url(../images/icn_launch.png);
	float: right;
	width: 110px;
	clear: right;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.body_date {
	padding-bottom: 18px;
}

.bodyfooter_link1 {
	height: 16px;
	background-image: url(../images/icn_pageplusred.gif);
	background-repeat: no-repeat;
	background-position: 42px 0px;
	width: 80px;
	padding-left: 61px;
	float: left;
	margin-top: 18px;
	clear: both;
		}
		
.bodyfooter_link2 {
	height: 16px;
	background-image: url(../images/icn_comment.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 120px;
	padding-left: 24px;
	clear: none;
	float: left;
	margin-top: 18px;
		}
		
.comment_wrapper {
	float: left;
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
}

.comment_icn {
	border: 1px solid #A1A1A1;
	padding: 1px;
	height: 40px;
	width: 40px;
	background-color: #FFFFFF;
	float: left;
}

.comment_wrapper2 {
	float: left;
	margin-left: 9px;
	width: 411px;
}

.comment_name {
	width: 250px;
	float: left;
}

.comment_date {
	width: 100px;
	float: left;
	clear: left;
}

.comment_txt {
	clear: left;
	float: left;
	margin-top: 9px;
	width: 411px;
}

#footer_wrapper {
	clear: both;
	height: 53px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/bkg_footer.jpg);
	padding-left: 42px;
}

#footer_content {
	padding-top: 30px;
}
