/* CSS Document */

/* REDEFS */
* {
	font-family:"Trebuchet MS", Arial;
	text-align:left;
	}
	
html {
	height:100%;
	width:100%;
	}

body {
	height:100%;
	width:100%;
	margin:0px auto;
	text-align:center;
	}
	
a {
	color:black;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	border:0px none;
	}

a.breadcrumb {
	color:black;
	text-decoration:none;
	border:0px none;
	}

a.breadcrumb:hover {
	color:black;
	text-decoration:underline;
	border:0px none;
	}
	
a.breadcrumb_sm {
	color:black;
	text-decoration:none;
	border:0px none;
	}

a.breadcrumb_sm:hover {
	color:black;
	text-decoration:underline;
	border:0px none;
	}
			
a.nav_footer {
	text-decoration:none;
	color:white;
	}
		
a img {
	border:0px none;
	}
	
h1 {
	font-family:"Trebuchet MS", Arial;
	font-weight:normal;
	font-variant:small-caps;
	font-size:24px;
	margin:5px 0px 0px 30px;
	padding:0px;
	}

* html h1 {
	margin-left:20px;
	}	

h2 {
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	font-variant:small-caps;
	font-size:20px;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 18px;
	margin:0px;
	padding:0px;
	}
	
p {
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	margin-left:3px;
	margin-bottom:10px;
	}

small {
	display:block;
	margin-bottom:10px;
	}

ul {
	list-style-image: url(images/bullet.gif);
	}
	
/* GLOBAL */
div.container {
	clear:right;
	width:960px;
	margin:0px auto;
	}

div.sub_container {
	margin:0px 30px 0px 30px;
	}
	
#preload {
	width:0px;
	height:0px;
	display:none;
	}
	
img.preload {
	width:0px;
	height:0px;
	display:none;
	}
		
/* HEADER */
#head {
	min-width:960px;
	width:100%;
	height:75px;
	background-image:  url(images/head_px.jpg);
	background-repeat: repeat-x;
	}
	
#logo_img {
	float:left;
	margin-left:15px;
	width:67px;
	height:75px;
	background-image:url(images/logo_img.jpg);
	}

* html #logo_img {
	margin-left:5px;
	}
	
#logo_txt {
	float:left;
	width:145px;
	height:75px;
	background-image:url(images/logo_txt.jpg);
	}

#badge {
	float:left;
	width:50px;
	height:75px;
	background-image:url(images/badge_v2.jpg);
	}
	
#nav {
	float:right;
	width:428px;
	height:75px;
	margin-right:15px;
	}
	
#home {
	float:left;
	width:62px;
	height:75px;
	margin-right:20px;
	}

#company {
	float:left;
	width:94px;
	height:75px;
	margin-right:20px;
	}
	
#selected_work {
	float:left;
	width:133px;
	height:75px;
	margin-right:20px;
	}
	
#contact {
	float:left;
	width:79px;
	height:75px;
	}

#breadcrumb {
	min-width:960px;
	width:100%;
	height:40px;
	overflow:hidden;
	margin-bottom:10px;
	background-image: url(images/breadcrumb_px.jpg);
	background-repeat: repeat-x;
	}

* html #breadcrumb {
	height:40px;
	margin-top:-20px;
	}
	
span.breadcrumb_sm {
	color:black;
	text-decoration:none;
	font-size:16px;
	}

/* BODY */
#nonfooter {
	min-height: 100%;
	font-size:12px;
	}
	
* html #nonfooter {	
	height: 100%;
	}
	
#nonfooter .container {
	padding-bottom:20px;
	} 
	
#body {
	margin:0px;
	padding:0px 30px 0px 30px;
	}
		
blockquote {
	display:inline;
	margin:0px;
	padding:0px;
	padding-right:28px;
	background-image: url(images/blockquote_bottom.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right bottom;
	color:#999999;
	text-align:center;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	}

* html blockquote {
	background-image:none;
	}

#blockquote {
	float:right;
	width:178px;
	margin-top:5px;
	margin-left:20px;
	}

#blockquote_left {
	float:left;
	width:24px;
	height:17px;
	margin-right:5px;
	background-image:url(images/blockquote_top.gif);
	}

span.b {
	font-weight: bold;
	}

span.i {
	font-style: italic;
	}

div.center {
	text-align:center;
	}

img.left {
	float:left;
	margin:10px;
	border:1px solid #CCC;
	}
	
img.right {
	float:right;
	margin:10px;
	border:1px solid #CCC;
	padding:5px;
	}
	
/* FOOTER */
#footer {
	float:left;
	min-width:960px;
	width:100%;
	height:15px;
	overflow:hidden;
	position: relative;
	margin:0px auto;
	margin-top: -15px;
	text-align:center;
	background-image:  url(images/foot_px.jpg);
	background-repeat: repeat-x;
	}

#bottom_nav {
	width:445px;
	height:15px;
	margin:0px auto;
	text-align:center;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color:white;
	}
	
#bottom_nav_text {
	float:left;
	width:285px;
	height:15px;
	margin-left:40px;
	margin-right:40px;
	}
	
#nav_accent_left {
	float:left;
	width:37px;
	height:15px;
	background-image:  url(images/nav_accent.gif);
	}
		
#nav_accent_right {
	float:left;
	width:37px;
	height:15px;
	background-image:  url(images/nav_accent.gif);
	}
