/*
Title:      	Chris Milliman.com master styles for screen media
Author:     	Zak Gourley, abdujap@gmail.com
Updated:    	Mar 15 2006
Notes:          PHP slide show based portfolio site
*/

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	background: #000;
/*	background-image: url('http://66.29.100.117/img/cmp_logo.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
*/
	}

/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: center;
  	width: 760px;
  	background: #000;
	}

#header {
	background: #000;
	height: 70px;
	}

#main {
	background: #000;
	height: 500px;
	}

/* ---[ images ]----------------------------------- */

.navigation, .navigation a {
   	text-decoration: none;
    	color:#3c4a57;
    	margin-top:8px;
    	font-weight:normal;
}

.show_title a {
    	font-size:12px;
    	text-decoration:none;
    	color:#999;
}
.image_info a {
    	text-decoration:none;
    	color:#3c4a57;
	    text-align: center
}

.image {
    margin-bottom:5px;
    text-align: center
	display: block;
}
.image img {
    padding: 4px;
    border: 1px solid #000;
    background-color: #FFF;
    margin-top: 15px;
    text-align:center;
    display:block;
    margin-left: auto;
    margin-right: auto ;
}

.centeredImage
    {
    text-align:center;
    display:block;
    }

/* ---[ navigation ]----------------------------------- */

#nav ul {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}

#nav ul a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}

#nav ul a:hover, #nav ul a.active {
	color: #3e9be8;
	}

#nav ul a.active {
	font-weight: bold;
	}

li#t-home a {
	margin-left: 0px;
	background: url(../img/nav-li-bg-blu.gif) no-repeat top left;
	}
	
	
#nav2 ul {
	float: right;
	clear: none;
	width: 760px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	}

#nav2 ul li {
	float: right;
	clear: none;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}

#nav2 ul a {
	float: right;
	clear: none;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}

#nav2 ul a:hover, #nav ul a.active {
	color: #3e9be8;
	}

#nav2 ul a.active {
	font-weight: bold;
	}


/* ---[ text pages ]----------------------------------- */

#content {
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 30px;
    margin-top: 15px;
    border: 1px solid #000;
    display:block;
	text-align: left;
    background: #FFF;
	color: #666;
	}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 125%; 
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eaeaea;
	}

#stock {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 250px;
	padding-right: 30px;
    	margin-top: 15px;
    	border: 1px solid #000;
    	display:block;
    	background: #FFF;
	color: #666;
	}

#stock h1 {
	margin: 0;
	padding: 0;
	font-size: 125%; 
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eaeaea;
	}




