/* - - - - - - - - - - - - - - - - - - - - -

Title :  CRMBT style sheet
Author :  Alan Hasty
URL :  www.hasty.name/CRMBT/crmbt.css

Description : 

Created :  08/17/09 - A Hasty.
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
#container{
}	

body{
	height: 100%;
	max-width: 1200px;
	color: #27313b;
	background: #828282;
	font-size: 14pt;
}

#navigation{
	width: 150px;
	padding: 10px 10px 10px 10px;
	color: #CCCECD;
	background: #3F4E31;
	border-radius: 10px;
}

#primaryContent{
	position: absolute;
	width: 1000px;
	margin: 0px 20px 30px 170px;
	padding: 0px 10px 0px 10px;
	background: #828282;
	color: #FEC582;
}

#footer{
position: relative;
min-height: 100%;
}

#navigation a:visited, a:active, a:focus{
	color: #756E75;
}
a:visited{
	color: #9FCAEA;
}
a:active{
color:#fff;
}

#navigation a:hover{
	color: #C9E9FB;
}

a:focus{
color:#fff;
}
a:link{
	color: #FFE6BA;
}

.card-left, .card-right {
	float: left;
	width: 160px;
	height: 230px;
	margin: 0 10px 10px 0;
	padding: 5px 0;
	text-align: center;
	background: #95beec;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
	color: #275062;
}

.card-slideshow .ss_img_div {
	float: left;
	width: 1000px;
	height: 1000px;
	margin: 0px 0px 0px 0px;
	background: #FEC582;
}

.card-slideshow .ss_img_pano {

position: absolute;
margin: 0px 8px 0px 0px;

}

.card-slideshow .ss_controls {
	padding: 5px;
	margin: 5px;
	float: left;
}

.card-info { 
       font-size: 70%;
}

.card-right {
float: right;
margin: 0 0 10px 10px;
}

h3 {
clear: both;
}
