/* 
================================================================================
Core Layout Styles
================================================================================
*/

html {
    background: #ECEDE8;
}

body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: helvetica,arial,clean,sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #2D414C;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.post ul {
  margin-bottom: 1em;
}

.post ul li {
    list-style-type: square;
    margin-left: 1.5em;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#head:after,
#body:after,
#navigation:after,
#foot:after {
    display: block;
    content: "";
    clear: both;
}

/* Header Content
--------------------------------------------------------------------------------
*/

#head {
    padding: 10px 0;
}
#head h1{
	margin-bottom: 0;
}
#head h1 a {
    display: block;
    width: 285px;
    height: 44px;
    overflow: hidden;
    background: transparent url(/skin/frontend/default/ecoxotic/images/layout/logo.png);
    text-indent: -999em;
}

#branding{
    width: 45%;
    float: left;
}
#site-actions {
	width: 55%;
    float: left;
}
#site-actions {
    text-align: right;
}
#site-actions a{
	color: #3B5360;
}
#site-actions form label{
	font-size: 18px;
	color: #435967;
}
#site-actions form input#search{
	padding:2px;
	border:1px solid #B6B6B6;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	width: 160px;
	height: 12px;
}
#site-actions form fieldset *{
	vertical-align: middle;
}

.no-display{
	display: none;
}

#site-actions ul.welcome{
	float: left; 
	padding-right: 0.5em;
}
/* Inline Menus 
--------------------------------------------------------------------------------
*/

.inline-menu {
    margin: 0 0 .5em;
    padding: 0;
    list-style: none;
}

.inline-menu li {
    display: inline;
    padding: 0 .5em 0 .5em;
    border-left: 1px solid #999;
}

.inline-menu li.first {
    padding-left: 0;
    border-left: 0;
    border-left: none;
}

.inline-menu li.last {
    padding-right: 0;
}

/* Body Content
--------------------------------------------------------------------------------
*/

#body {
    background: #FFF;
    border: 1px solid #dadbd8;
    padding: 19px;
    min-height: 400px;
}

/* Navigation
--------------------------------------------------------------------------------
*/

#navigation {
    background: #2E424E url(/skin/frontend/default/ecoxotic/images/layout/top-nav-background.gif) top left no-repeat;
    height: 30px;
}


#navigation a {
    color: #FFF;
    text-align: center;
    padding: .5em;
    font-weight: bold;
}

#navigation a:hover {
    text-decoration: none;
}

#navigation ul ul {
    border: 1px solid #A6BA38;
    background: #FFF;
    width: 15em;
}

#navigation ul ul a {
    color: #A6BA38;
    padding: .45em .5em;
    text-align: left;
}

#navigation ul ul a:hover {
    color: #2E424E;
}

#navigation>ul>li,
#navigation .first-level-item {
    float: left;
    margin-right:30px;
	width: auto;
	height: 30px;
}
#navigation>ul>li.arrow{
	padding-right: 10px;
	z-index: 20;
	background: transparent url(/skin/frontend/default/ecoxotic/images/layout/arrow-down.gif) 100% 55% no-repeat;
}
#navigation>ul>li>ul,
#navigation .second-level-menu {
    left: 0;
    top: 100%;
    border-top: none;
}

#navigation ul ul li+li a {
    padding-top: .15em;
}

#navigation #my-shopping-cart {
    float: right;
    width: auto;
    padding-right: 0;
    margin-right: 10px;
    background: none;
}

#navigation #my-shopping-cart a {
    text-align: right;
}

/* Footer Content
--------------------------------------------------------------------------------
*/

#foot {
    padding: 1em 0;
    height: 60px;
	clear: both;
}
#foot .inline-menu{
	margin-bottom: 0;
}
#foot a {
    color: #3B5360;
}
#foot .foot-nav{
	width: 60%;
	float: left;
	margin-top: 10px;
}
#foot .foot-dealer{
	float: right;
	border: 1px solid #dadbd8;
	padding: 10px;
}
#foot .foot-dealer p{
	float: left;
	width: 55%;
}
#foot .foot-dealer a{ 
	font-size: 18px;
	color: #AFBD21;
	float: right;
}
/* Breadcrumb 
---------------------------------------------------------------------------------
*/

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs li {
    display: inline;
    line-height: 18px;
}

/* Standard HTML tags 
---------------------------------------------------------------------------------
*/
h1, h2, h3, h4{
	color:#435967;
	margin-bottom:15px;
	font-weight: bold;
}
h1{
	font-size:36px;
	line-height:36px;
}
h2{
	font-size:18px;
	line-height:18px;
}
h3{
	font-size:14px;
	line-height:14px;
}
h4{
	font-size:13px;
	line-height:13px;
	margin-bottom: 0;
}
p{
	margin-bottom: 10px;
}

strong{
	font-weight: bold;
}
a:link{
	color: #adbe24;
}
a:visited{
	color: #adbe24;
}
a:hover{
	color: #adbe24;
}
a:active{
	color: #adbe24;
}


/* Table Styles
----------------------------------------------------------------------------------------------
*/

table.data-table thead tr{
	background-color: #E9E9E9;
	padding: 5px;
	
}


/* Side bar widget styles
--------------------------------------------------------------------------------------------------
*/
.widget {
    margin-bottom: 10px;
}
 
.widget ul.border{
	border: 1px solid #DADBD8;
	border-top: none;
}
 
.cms-support-html .box {
  margin-bottom: 20px;
}
