/*CSS document CreativeGrids*/

:focus {
	outline: none;
	border: none;
}

html, body	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06090e;
	text-align: left;
}

textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a img	{
	border: none;
}

.title {
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h3 {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1em;
}

.homecontent h3 {
	margin: 0;
}

h1 strong {
	color: #E20A16;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

a,
a:link,
a:visited,
a:active	{
	color: #207270;
}
a:hover	{
	color: #1c6462;
	text-decoration: none;
}

#wrapper {
	background: url('/_media/bg-shadow.png') top left repeat-x;
}

#header	{
	width: 800px;
	height: 160px;
	background: url('/_media/_hdr/header.png') top left no-repeat;
} * html #header { width: 803px; }

#footer	{
	width: 720px;
	padding: 40px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	background: url('/_media/footer.png') top left no-repeat;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover	{
	color: #808080;
	text-decoration: none;
}
	
#hlogo a {
	display: block;
	width: 240px;
	height: 108px;
	text-indent: -9999px;
}
#hdesign	{
	float: left;
	clear: right;
}
#hlclear	{
	clear: left;
}
#hrclear	{
	clear: both;
}
#nav	{
	height: 52px;
}
#nav a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#content	{
	width: 720px;
	text-align: left;
	padding: 30px 40px 40px 40px;
	background: url('/_media/bg-content.png') top no-repeat;
	overflow: hidden;
	zoom: 1;
}

.divider {
	color: #d6d6d6;
	padding: 0 16px;
}

.caption {
	width: 75%;
	text-align: center;
	margin: 0 auto 20px auto;
}

.left {
	width: 460px;
	float: left;
}

.right {
	width: 240px;
	float: right;
}

.homecontent .col1 {
	width: 200px;
	float: left;
	clear: left;
}	

.homecontent .col2 {
	width: 220px;
	float: left;
}

.homecontent .col3 {
	float: right;
	margin-top: -20px;
}

.homebtns {
	margin: 20px 0 0 20px;
	text-align: center;
}

.homelink {
	position: absolute;
	right: 0;
	top: 10px;
	text-decoration: none;
	font-size: 11px;
	
}

.title {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.homecontent .title {
	margin: 0;
}

.homeclear	{
	clear: both;
}
.datalist	{
	font-size: 10px;
}

.datalist li	{
	list-style-type: disc;
	font-size: 10px;
}

#wheretobuylist	{
	width: 100%;
}

.rowgrey	{
	background: #EEEEEE;
}


#wheretobuyanchor	{
	text-align: center;
	margin: 15px 0px 10px 0px;
}

/****PRODUCT FORMATTING AND LAYOUT****/

#prodanchornav	{
	text-align: center;
}

.products	{
	width: 100%;
}
.squareproducts	{
	width: 100%;
}
.rectproducts	{
	width: 100%;
}
.triangleproducts	{
	width: 100%;
}
.specialproducts	{
	width: 100%;
}
.resourceproducts	{
	width: 100%;
}

.productcell	{
	padding-right: 5px;
	padding-bottom: 10px;
}

.prodtitle	{
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
}
.prodinfo	{
	font-size: 12px;
	text-align: left;
}

.pbacktotop	{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #b4bec0;
}

/**account info formatting**/
.acinfolabel	{
	text-align: right;
	font-weight: bold;
}
.accinfofield	{
	text-align: left;
}



/**large view popup elements**/

#popFrame,
#popScrn {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#popFrame {
	z-index: 90;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#popScrn {
	background-color: #000000;
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#popDiv,
#frameDiv {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border: 5px solid #CCCCC8;
	z-index: 1005;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);*/
}

#popDiv {
	padding: 20px;
	background-image: url(../loading_animation.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#popClose {
	position: absolute;
	top: 3px;
	right: 5px;
}

#popCaption {
	position: absolute;
	width: 100%;
	line-height: 20px;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	color: #000000;
}

#frameDiv,
#frameBody {
	padding: 0px;
}

#frameTitle {
	padding: 5px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	background: #ECECE8;
	border-bottom: 1px solid #D8D8D5;
}

#frameDiv #popClose {
	top: 5px;
	right: 5px;
}

#popDiv,
#mapDiv
{
	position: absolute;
	display: none;
	z-index: 1005;
	padding: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
}