@CHARSET "ISO-8859-1";

html, body, form, div {
	padding:0;
	margin:0;
}

.clsBody {
	background: #181614;
	text-align: center;
	font-family:Verdana, Arial,Helvetica,sans-serif;
	overflow-x:hidden;
	overflow-y:scroll;
}

.clsHeader {
	width:100%;
	background:#1a2e51;
	border-bottom:5px solid #7e6e61;
	text-align: center;
}

.clsHeader div {
	background-position: 0px 50%;
	background-image: url(../images/thinkpixels_logo.jpg);
	background-repeat: no-repeat;
	height: 83px;
	_height: 107px;
	vertical-align: middle;
	text-align: left;
	padding-top:24px;
	_padding-top:30px;
}

.clsHeader div div {
	height:34px;
	float:right;
	cursor:pointer;
	_cursor:hand;
	width:95px;
}

.clsHeader div div.separator {
	cursor:defalt;
	width:2px;
	background-image:url(../images/top_nav_divider.jpg);
}

.clsHeader div div.contact {
	background-image: url(../images/topnav_contact.jpg);
}

.clsHeader div div.contact_hover {
	background-image: url(../images/topnav_contact_o.jpg);
}

.clsHeader div div.about {
	background-image: url(../images/topnav_about.jpg);
}

.clsHeader div div.about_hover {
	background-image: url(../images/topnav_about_o.jpg);
}

.clsHeader div div.portfolio {
	background-image: url(../images/topnav_portfolio.jpg);
}

.clsHeader div div.portfolio_hover {
	background-image: url(../images/topnav_portfolio_o.jpg);
}

.clsHeader div, .clsPage, .clsTabs, .clsFooter, .clsCopyright {
	width:965px;
	margin:0px auto;
}

.clsTabs {
	margin-top:10px;
	height: 51px;
	_height: 48px;
}

.clsTabs div, .clsTabs div a {
	font-size:18px;
	color:black;
	text-decoration: none;
}

.clsTabs div {
	margin-right:16px;
	margin-top:13px;
	height:30px;
	width:136px;
	text-align:center;
	padding-top: 8px;
	padding-bottom: 8px;
	float:right;
	background: white url(../images/subnav_tab.jpg) repeat-x;
}

.clsTabs div.selected {
	background-image: none;
}

.clsPage {
	border:16px solid white;
	padding:16px;
	width:901px;
	_width:965px;
	background: #e1dfd0 url(../images/beige_bkg.jpg);
}

.clsPage div {
	_height:232px;
	min-height:232px;
}

DIV:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.clsPage div.separator {
	height:3px;
	min-height:0px;
	margin:16px;
	background-position: 50% 50%;
	background-image: url(../images/beige_sperator.jpg);
	background-repeat:no-repeat;
}

.clsPage div div {
	float:left;
	_height:0px;
	min-height:0px;	
}

.clsPage div div.image {
	width:326px;
	height:232px;
	margin-right:16px;
	_border: 1px solid #000000;
}

.clsPage div div.description {
	width:559px;
	_height:232px;
	min-height:232px;
}

.clsPage div div.description form span {
	float:left;
}

.clsPage div div.description div {
	height:auto;
	_height:0;
	width:559px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.clsPage div div.description div.about {
	height:auto;
	_height:0;
	float:none;
	font-size: 11px;
	padding-bottom:8px;
}

.clsPage div div.description div.callout {
	font-size:14px;
	font-weight:bold;
}
.clsPage div div.description div.title {
	height:auto;
	_height:0;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 16px;
}
.clsPage div div.description div.button {
	width: 96px;
	height: 23px;
	_height: 31px;
	padding-top:5px;
	padding-bottom:0px;
	border: 2px solid black;
	background-color: #4F3420;
	cursor:pointer;
	_cursor:hand;
	float:left;
	margin-top:8px;
	margin-right: 8px;
	text-align:center;
	color:white;
	font-size: 13.5px;
	font-weight: bold;
}

.clsPage div div.description div.button_hover {
	background-color: #1B3156;	
}

.clsCopyright {
	font-size:10px;
	color:#999;
	margin-top:16px;
	margin-bottom:16px;
}

.clsCopyright a {
	color:white;
	text-decoration: none;
}