@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(img/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#626262;
}

#stage {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	margin:25px 0px 21px 0px;
}

.stageImage {
	margin-bottom:28px;
}

.columnLeft {
	float:left;
	width:190px;
}

.columnRight {
	float:left;
	width:610px;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:30px;
	color:#636363;
	font-size:15px;
}

ul.prod_bull {
	line-height:25px;
	list-style-type:square;
	list-style-position:outside;
	margin-left:20px;
	padding-left:0px;
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

ul.prod_bull li {
	margin-bottom:10px;
}

ul a {
	color:#636363;
	text-decoration:none;
}

ul a:hover {
	color:#333333;
}

h1 {
	font-size:55px;
	color:#487bab;
	margin:0px 0px 10px 0px;
}

h2 {
	font-size:21px;
	color:#252525;
	margin:0px 0px 15px 0px;
	font-weight:normal;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

p a {
	color:#487bab;
}

a {
	color:#487bab;
}

.blue {
	color:#487bab;
}

.footer {
	font-size:11px;
	color:#999999;
	margin-top:35px;
	margin-bottom:50px;
	border-top:1px dashed #CCCCCC;
	padding-top:5px;
}

.header {
	margin-bottom:10px;
}

.padRight {
	margin-right:15px;
}

.textMid {
	color:#666; 
	font-weight:normal;
	font-size:11px;
}

.headshot {
	margin:0px 10px 10px 0px;
}

.prod_shot {
	float:right;
	margin-left:25px;
}

.prod_links {
	text-align:center;
	margin-top:10px;
}

.prod_links a {
	font-size:11px;
	border:1px solid #ccc;
	padding:4px;
	text-decoration:none;
}

.enlarge {
	font-size:10px;
	color:#999999;
	text-align:center;

}

