/* ----------------------------- CSS Created by Bean Creative Funktional Web Design -----------------------------------------*/
/* -----------------------------                       http://www.beancreative.com                 -----------------------------------------*/



/*  BEGIN CLEAR FIX  - See: http://positioniseverything.net/easyclearing.html for an explanation */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END CLEAR FIX */


* html .visualIEFloatFix { height: 0.01%; }







/* ++++++++++++++++ GLOBAL ELEMENTS +++++++++++++++++++++ */

p {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin:0 0 1em 0;
	color:#666;
}

h1, h2, h3, h4, h5 {
	font-family: arial, sans-serif;
	color:#824544;
}

h1 {font-size: 16px; margin-bottom:0;}
h2 {font-size: 13px; margin-bottom:0;}
h3 {font-size: 12px; margin-bottom:0;}
h4 {font-size: 11px; margin-bottom:0;}
h5 {font-size: 10px; margin-bottom:0;}

a {color:#4956BD;}
a:link {color:#4956BD;}
a:visited {color:#383434;}
a:hover {color:#b7704c; text-decoration:none;}
a:visited:hover {color:#b7704c; text-decoration:none;}

.printme {display:none;}
.dontprintme {}




/* ++++++++++++++++ BASIC PAGE STRUCTURE +++++++++++++++++++++ */

body {
	background-color: #b39b8f;
	background-image:url(../images/background-tile.gif);
	padding: 0;
	margin: 15px 26px 15px 20px;
	text-align:center;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#666;
}

#container { /* the container is the outer box - establishes width - centers - creates border */
	border:4px solid white;
	text-align:left;
	min-width:730px;
    /* IE Dynamic Expression to set the minimum width - only works in IE - ignored by all other browsers */
    width:expression(document.body.clientWidth < 750 ? "730px" : "99%" );
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
	background-color:white;
}

#header {
	background-image:url(../images/atlas_header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F3ECE8;
	height:108px;
}

IMG.headerimage { /* this controls the dimensions of the header spacer gif - this method allows for the use of an alt tag on the spacer - make sure the dimensions jive with the height of the header div */
	height:108px;
	width:80%;
}




div.multipage {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-bottom:.5em;
}

	




/* ++++++++++++++++ MAIN NAVIGATION +++++++++++++++++++++ */

#mainnav {
	background-color:#504E4C;
	background-image:url(../images/mainnav_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:3px;
	font-weight:bold;
	color:#D0BFB8;
}

#mainnav a:link, #mainnav a:visited {
	color:white;
	text-decoration:none;
	padding:0 2px;
}

#mainnav a:hover, #mainnav a:visited:hover {
	color:#EFE5DF;
	text-decoration:underline;
	padding:0 2px;
}

#mainnav a.active {
	background-color:#66615C;
	text-decoration:underline;
	padding:0 2px;
	}
	
	
	
	
	
/* ++++++++++++++++ SIDEBAR +++++++++++++++++++++ */

	
#sidebar { /* the sidebar is the area on the left  - it contains the sub navigation */
	width:195px;
	float:left;
	color:#666;
}

#sidebar h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#824545;
	margin:20px 5px 5px 5px;
}

#sidebar p { 
	margin:0 5px 5px 5px;
}






/* ++++++++++++++++ SUB NAVIGATION +++++++++++++++++++++ */

#subnavcontainer {
	margin:20px 0 0 0;
}

#subnavcontainer ul {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid white;
}

#subnavcontainer ul li{
	margin:0;
	padding:0;
	border-bottom:1px solid white;
	font-weight:bold;
}

#subnavcontainer ul ul{
	margin:0;
	padding:0;
	list-style:disc;
	border-top:none;
}

#subnavcontainer li ul li {
	margin:0 10px 5px 2.5em;
	border-bottom:none;
	font-size:9px;
	font-weight:normal;
}

#subnavcontainer a:link, #subnavcontainer a:visited {
	color:#666;
	text-decoration:none;
}

#subnavcontainer a:hover, #subnavcontainer a:visited:hover {
	color:#333;
	text-decoration:underline;
}

#subnavcontainer li a {
	margin:5px;
	display:block;
}

#subnavcontainer ul li ul li a {
	margin-bottom:0;
}

#subnavcontainer a.active {
	color:#6E3535;
}


/* ++++++++++++++++ CONTACT BOX +++++++++++++++++++++ */


div.contactbox {
	background-color:#EBF0F5;
	border:1px solid white;
	margin:5px 5px 0 5px;
	padding:5px;
}








/* ++++++++++++++++ MAIN COLUMN +++++++++++++++++++++ */


#maincolumn {  /* the maincolumn box holds all the stuff in the main body white area of the page */
	margin:0 0 0 210px;
	padding:15px 20px 20px 0;
	background-image:url(../images/maincolumn_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:white;
}

#maincolumn p, #maincolumn li {  
	font-size:12px;
}








/* ++++++++++++++++ RELATED CONTENT BOX +++++++++++++++++++++ */

DIV.relatedcontentcontainer {
	float:right;
	width:130px;
	border-left:1px solid #C6CDD6;
	margin:0 0 10px 20px;
	padding:0 0 30px 15px;
}


DIV.relatedcontentcontainer p {
	margin: 0 0 1em 0;
}

DIV.relatedcontentcontainer h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#824545;
	margin:0 5px 20px 0;
}

DIV.relatedcontentcontainer img { 
	border:1px solid #C6CDD6;
}





/* ++++++++++++++++ PRODUCT DETAIL CONTAINER +++++++++++++++++++++ */

div.productdetailcontainer {
	margin:0 0 10px 0;
}

div.productdetailphoto {
	float:right;
	width:194px;
	text-align:right;
	margin:0 0 30px 15px;
}

div.productdetailphoto img {
	border:1px solid #C8CFD7;
}






/* ++++++++++++++++ PRODUCT CATALOG CONTAINER +++++++++++++++++++++ */


div.productcatalogcontainer {
	margin:0 0 10px 0;
}

div.productcatalogcontainerCOL1 {
	float:left;
	width:50%;
	margin:0 30px 0 0;
}









/* ++++++++++++++++ FOOTER +++++++++++++++++++++ */


#footer {
	background-color:#504E4C;
	text-align:center;
	border-top:1px solid white;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
}

#footer a:link, #footer a:visited {
	color:#E5D9CC;
	text-decoration:none;
}

#footer a:hover, #footer a:visited:hover {
	color:white;
	text-decoration:underline;
}







/* ++++++++++++++++ HOME PAGE SPECIFIC STYLES +++++++++++++++++++++ */

div.homeintrocontainer {
	margin:0 0 30px 0;
	width:95%;
	height:170px;
}

div.homeintrocontainer img {
	float:left;
	vertical-align:bottom;
}

div.homeintro {
	margin: 0 0 0 250px;
	padding:10px 0 0 0;
}

div.homeintro h2 {
	color:#9FACBD;
	border-top:1px solid #9FACBD;
	font-size:13px;
	margin:0 0 4px 0;
	padding-top:6px;
}

div.homeintro p {
	margin:0 0 .5em 12px;
}

p.introtext {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:15px !important;
	font-color:#666 !important;
}

div.homefeaturedproductcontainer {
	background-color:#E9DFD7;
	border:1px solid #A6B0BD;
	padding:12px 0 0 0;
	margin:0;
	width:95%;
}

div.homefeaturedproductcontainer h1{
	margin:0 0 15px 12px;
}

div.homefp1 {
	float:left;
	width:30%;
	margin:0 8px 0 12px;
}

div.homefp2, div.homefp3 {
	float:left;
	width:30%;
	margin:0 8px 0 0;
}

div.homefp1 img, div.homefp2 img, div.homefp3 img {
	width:150px;
	height:115px;
	border:1px solid #C6CDD6;
}

.homefeaturedimage {
	padding:10px 17px 17px 16px;
	border-left:1px solid #C6CDD6;
	border-right:1px solid #C6CDD6;
	border-bottom:1px solid #C6CDD6;
}

div.homefeaturedimage {
	padding:10px 17px 17px 16px;
	border-left:1px solid #C6CDD6;
	border-right:1px solid #C6CDD6;
	border-bottom:1px solid #C6CDD6;
	width:192px;
	float:left;
}



/* ++++++++++++++++ ENLARGE WINDOW +++++++++++++++++++++ */


.enlarge {
	background-color:#FFFFFF;
	margin:5px 5px 5px 5px;
	padding:5px;
}
