/*----------------------------------------------------------------------
Layout CSS - Version: 1.0
Copyright CartMini.com
---------------------------------------------------------------------- */

/* Global Defaults */
div, img, ul, li, h1, h2, h3, h4, h5, h6
{
	margin:0;
	padding:0;
	border: 0;
}

a, a:visited
{
color: #0B5DAA;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

ul, li
{
	list-style-type: none;
}

*:focus 
{ 
	outline: none;
} 

/* END Global Defaults */

body
{
	background: url(../images/site-bkg.png) top center repeat-y;
	text-align: center;
	color: #333;
	margin:0;
	padding:0;
	border: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1em;
}

h1
{
	color: #7FAA12;
	font-weight: normal;
}

div.layout-container
{
	width: 825px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div.left-col
{
	width: 465px;
	margin: 15px;
	float: left;
}

div.right-col
{
	width: 310px;
	margin: 10px;
	float: right;
}

div#cmBranding
{
	text-align: right;
	width: 825px;
	height: 88px;
	background: url(../images/header-bkg.png);
	margin:0;
	position: relative;
}

div#cmBranding h2
{
	color: #fff;
	font-size: 1.12em;
	padding: 8px 12px 0 0;
}

div#cmBranding a
{
	color: #fff;
	font-size: .94em;
	padding: 0 12px 0 0;
}

div#cmBranding ul
{
	display: block;
	padding: 4px 0 4px 6px;
}

div#cmBranding ul li
{
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #999;
}

div#cmBranding ul li.last
{
	border-right: 0;
}

div#cmBranding ul li a
{
	font-weight: bold;
}

div.footer
{
	clear:both;
	width:900; 
	padding:20px 0;
	margin:35px 20px 0 20px;
	border-top: 2px dashed #EFEFEF;
	font-size: .75em; 
	text-align:center;
}

div.updates
{
	width: 465px;
	margin: 0;
	padding: 0;
}

div.updates h4
{
	width: 465px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background-color: #F8F8F8;
	padding: 3px;
	color: #F47900;
}

div.updates ul
{
	width: 465px;
	display: block;
	margin:0;
	font-size: .81em;
}

div.updates ul li
{
	width: 363px;
	display: inline;
	float: left;
	border-bottom: 2px dashed #F8F8F8;
	padding: 1px 0;
	font-weight: bold;
	color: #555;
}

div.updates ul li:hover
{
	background-color: #FFFFCC;
	text-decoration: none;
}

div.updates ul li:hover a
{
	text-decoration: none;
}

div.updates ul li.date:hover
{
	background-color: #fff;
}

div.updates ul li.date
{
	width: 90px;
	display: inline;
	list-style-type: none;
	color: #7FAA12;
	padding-left: 12px;
}

div.teaser-box
{
	width: 310px;
	height: 124px;
	background: url(../images/get-started-box.png) no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	position: relative;
}

div.teaser-box a:link, div.teaser-box a:visited
{	
	display: block;
	width: 140px;
	height: 32px;
	background: url(../images/btn-get-shop.png) no-repeat;
	position:absolute;
	top:50px;
	left: 88px;
	text-indent: -5000px;
}


p.latest-updates
{	
	border-bottom: 2px dashed #EFEFEF;
	padding-bottom: 10px;
}

span.highlight
{
	background-color: #FFFF99;
}

body#cm-about h3
{
	margin-top: 10px;
}
