/*   
Theme Name: Smarter
Theme URI: http://binarythemes.com/
Description: A search engine optimized website for WordPress.
Author: Cristian Antohe
Author URI: http://cozmoslabs.com
Version: 1.1
Tags: threaded-comments, microformats
.
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');



/* =Global Elements
-------------------------------------------------------------- */
body{
	background:#efeee8;
}
#wrapper{
	background:url(images/header_bg.gif) top left repeat-x #efeee8;
}
body, input, textarea {
    font: 12px Arial, Verdana, sans-serif;
    line-height:18px;
	letter-spacing:0.035em;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom:18px;
}
p, ul, ol, dd, pre {
    margin-bottom:18px;
}
pre, code {
	font:12px Monaco, monospace;
	line-height:18px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 18px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
.ie6 th, .ie6 td{
	border-bottom:1px solid #ccc;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#bb3f00;
	text-decoration:none;
}
a:visited {
    color:#bb3f00;
	text-decoration:none;
}
a:active,
a:hover {
    color: #bb3f00;
	text-decoration:underline;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:0px 0 0px 0;
	height:80px;
	background:url(images/branding_bg.jpg) top left no-repeat;
	overflow:hidden;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:30px;
	text-transform:uppercase;
    font-weight:normal;
    line-height:34px;
	padding:13px 10px 0 10px;
}
#blog-title a {
    color:#212121;
    text-decoration:none;
	text-shadow: 1px 1px #fff;
}
#blog-title a:active,
#blog-title a:hover {
    color: #bb3f00;
}
#blog-description {
    color:#666;
    font-size:12px;
    font-style:italic;
	padding:0px 10px 0 10px;
}

/* =Homepage Description
-------------------------------------------------------------- */
.home-page-description{
	background:url(images/homepage_descr.png) top left no-repeat;
	width:940px;
	height:110px;
	margin:30px auto 30px auto;
	overflow:hidden;
}
.home-page-description h1{
	color:#fff;
	font-size:21px;
	padding:25px 30px 0 30px;
	line-height:26px;
	font-family:Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 2px #9c3e00;
}

/* =Slideshow
-------------------------------------------------------------- */

.home #top-bg-main, .page-template-featured-tpl-php #top-bg-main{
	background:url(images/top_bg_main_onecol.gif) top left no-repeat;
}
.home #bottom-bg-main, .page-template-featured-tpl-php #bottom-bg-main{
	background:url(images/bottom_bg_main_onecol.gif) top left no-repeat;
}
.home #main, .page-template-featured-tpl-php #main{
	background:url(images/main_bg_onecol.gif) top left repeat-y #fff;
	padding:0;
}
.home #container, .page-template-featured-tpl-php #container {
    width:940px;
    float:left;
    margin:0;
}
.home #content, .page-template-featured-tpl-php #content{
    margin:0 20px 0 20px;
    width:900px;
    overflow:hidden;
}
.home .entry-content, .page-template-featured-tpl-php .entry-content{
	padding:0;
}
#slideshow{
	
}
.btn-arr2{
	float:left;
	width:60px;
}
.stepcarousel{
	position: relative;
	overflow: scroll;
	float:left;
	width:780px;
	height: 300px;	
}
.fr{
	float:right;
	text-align:right;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 780px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* =Blog on Index Page
-------------------------------------------------------------- */
/*
.blog.home #top-bg-main{
	background:url(images/top_bg_main.gif) top left no-repeat;
	margin-top:39px;
}
.blog #bottom-bg-main{
	background:url(images/bottom_bg_main.gif) top left no-repeat;
}
.blog #main{
	background:url(images/main_bg.gif) top left repeat-y #fff;
	padding:10px 0 18px;
}
.blog #container{
    width:640px;
    
    
}
.blog #content{
    
    width:600px;
    
}
*/

/* =One Column Template
-------------------------------------------------------------- */

.page-template-onecol-tpl-php #top-bg-main{
	background:url(images/top_bg_main_onecol.gif) top left no-repeat;
}
.page-template-onecol-tpl-php #bottom-bg-main{
	background:url(images/bottom_bg_main_onecol.gif) top left no-repeat;
}
.page-template-onecol-tpl-php #main{
	background:url(images/main_bg_onecol.gif) top left repeat-y #fff;
	padding:0;
}
.page-template-onecol-tpl-php #container {
    width:940px;
    float:left;
    margin:0;
}
.page-template-onecol-tpl-php #content {
    margin:0 20px 0 20px;
    width:900px;
    overflow:hidden;
}
.page-template-onecol-tpl-php .entry-content{
	padding:0;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	width:940px;
	margin:0 auto;
    height:30px;
	padding-top:6px;
    font-size:12px;
    overflow:visible;
    z-index:100;
	text-transform:uppercase;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a, .sf-menu a span{
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** BINARY SKIN ***/
.sf-menu {
    float:left;
}
.sf-menu a{
	text-shadow:1px 1px #333;	
}


.sf-menu a span {
	padding:6px 13px 7px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    
}

.sf-menu .current_page_item a{
	background:url(images/menu_left.gif) top left no-repeat #be4200;
}
.sf-menu .current_page_item a span{
	background:url(images/menu_right.gif) top right no-repeat;
}

.ie6 .sf-menu .current_page_item li a{
	background:none;
}
.ie6 .sf-menu .current_page_item li a span{
	background:none;
}


.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e7e6e0;
	margin-right:10px;
}
.sf-menu li a:hover{
	color: #e7e6e0;
	background:url(images/menu_left.gif) top left no-repeat #be4200;
	text-decoration:none;
}

.sf-menu li a:hover span{
	background:url(images/menu_right.gif) top right no-repeat;
}

.sf-menu li li a, .sf-menu li li a:visited{
	margin-right:0px;
}
.sf-menu li li a:hover, .sf-menu li li a:hover span{
	background:none;
}
.sf-menu li {

}
.sf-menu li li {

}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
/* Keep the parent link active */
.sf-menu li:hover a{
	background:url(images/menu_left.gif) top left no-repeat #be4200;
}
.sf-menu li:hover a span{
	background:url(images/menu_right.gif) top right no-repeat;
}
.sf-menu li:hover li a, .sf-menu li:hover li a span{
	background:none;
}

.sf-menu li:hover a:hover{
	background:url(images/menu_left.gif) top left no-repeat #be4200;
}
.sf-menu li:hover a:hover span{
	background:url(images/menu_right.gif) top right no-repeat;
}


.sf-menu ul {
	padding:4px;
	background:url(images/submenu_bg.gif) top left repeat-x #5e5e5e;
	background:#5e5e5e;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:25px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    /*background:#555;*/
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
	text-decoration:none;
}




/* =Search Box
-------------------------------------------------------------- */
#access-search{
	float:right;
}
.ie7 #access-search, .ie6 #access-search{
	margin-top:-25px;
}
#access #searchsubmit{
	background:url(images/search_btn.gif) center center no-repeat;
	width:35px;
	height:25px;
	border:none;
	cursor:pointer;
}
#access #s{
	background:#2a2a2a;
	border:1px solid #9e9e9b;
	color:#fff;
}
.ie8 #s, .ie8 #searchsubmit, .ie7 #s, .ie7 #searchsubmit, .ie6 #s, .ie6 #searchsubmit{
	vertical-align:middle;
}
.safari #s, .safari #searchsubmit{
	vertical-align:middle;
} 
/* =Breadcrumbs
-------------------------------------------------------------- */

#breadcrumbs{
	margin-top:11px;
	font-size:11px;
	min-height:11px;
}
.home #breadcrumbs{
	display:none;
}
#breadcrumbs a{
	color:#767676;
}
#breadcrumbs a:hover{
	color:#bb3f00;
	text-decoration:none;
}
/* =Content
-------------------------------------------------------------- */
#top-bg-main{
	margin-top:10px;
}
#main {
    clear:both;
    padding:10px 0 18px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
    
    color:#993400;
    font-size:20px;
    border-left:3px solid #ccc;
    padding: 0px 0px 0px 10px;
    margin-bottom:44px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #bb3f00;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
	color:#555;
}
.entry-title a {
    color:#555555;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color:#bb3f00;
}
.entry-meta {
	border-left:3px solid #e3e3e3;
	padding-left:10px;
    color:#666;
    font-size:11px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color:#bb3f00;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
	color:#555;
}
.entry-content h1{
    font-family:Arial,sans-serif;
    font-size:22px;
    font-weight:bold;
    padding:14px 0 5px 0;
	color:#555;
	
}
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:10px 0 3px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:14px 0 3px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content ul li, .entry-content ol li{
	list-style:none;
	list-style-position:inside;
	border-bottom:1px dotted #c1c1c1;
	background:url(images/list_arrow.gif) 0px 7px no-repeat;
	padding:2px 0 2px 10px;
}
.stepcarousel .entry-content ul li, .stepcarousel .entry-content ol li{
	border-bottom:none;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content .wp-caption { padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; }
.entry-content .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry-content .wp-caption-text { margin:0; padding:0; font-size:11px; text-align:center; }

.entry-utility {
	background:#f1f1f1;
	padding:3px 5px;
	border:1px solid #e1e1e1;
    color:#666;
    font-size:11px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color:#bb3f00;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #bb3f00;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
#links-page li.content-column, #archives-page li.content-column  {
	background:none;
	border:none;
    float:left;
    margin-right:20px;
    width:44%;
}
ul#links-page ul,
ul#archives-page ul{
	margin:5px;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Login and Register Pages
-------------------------------------------------------------- */
.page-template-register-tpl-php .entry-content label{
	display:inline-block;
	width: 180px;
	font-weight:bold;
}
.page-template-login-tpl-php .entry-content label{
	display:inline-block;
	width:120px;
	font-weight:bold;
}
/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#bb3f00;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#bb3f00;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #bb3f00;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
.ie6 #comments-list li .avatar {
    position:absolute;
    top:22px;
    left:0px;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #bb3f00;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #bb3f00;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #bb3f00;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#bb3f00;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.widget-area,
.widget-area input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.widget-area p,
.widget-area ul,
.widget-area ol,
.widget-area dd,
.widget-area pre {
    margin-bottom:18px;
}
.widget-area pre,
.widget-area code {
    font-size:12px;
    line-height:18px;
}
.widget-area .current_page_item a {
    color: #bb3f00;
}
.widget-area .current_page_item .page_item a {
    color:#666;
}
.widget-area .current_page_item .page_item a:hover,
.widget-area .current_page_item .page_item a:active {
    color: #bb3f00;
}
.widget-area {
    color:#666;
}
.widget-area a {
    color:#111;
}
.widget-area a:active,
.widget-area a:hover {
    color: #bb3f00;
}
.widget-area h3 {
    font-size:14px;
    line-height:18px;
}
.widget-area h3 span{
	background:#bb3f00;
	color:#fff;
	text-transform:uppercase;
	padding:3px 8px 2px 9px;
	border-bottom:1px solid #993400;
	border-right:1px solid #993400;
}	
.widget-area h3 a {
    text-decoration:none;
}
.widget-area caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.widget-area ul {
    list-style:none;
    margin-left:0;
}
.widget-area ul ul {
    list-style:none;
    margin:0 0 22px 10px;
}
.widget-area ul ul li {
    background:url(images/list_arrow2.gif) 0px 6px no-repeat;
    padding:1px 0 1px 10px;
    height:1%;
}
.widget-area ul ul ul {
    margin-bottom:0;
}
.widget-area form,
.widget-area table {
    margin-bottom:22px;
}
.widget-area table {
    border:none;
}
.ie7 .widget-area table, .ie6 .widget-area table {
	border:1px solid #ccc;
}
.widget-area thead {
    border:1px solid #ccc;
}
.widget-area tbody {
    border:1px solid #ccc;
}
.widget-area th, .widget-area td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.widget-area tfoot tr {
    border:none;
}
.ie7 .widget-area td, .ie7 .widget-area th, .ie6 .widget-area td, .ie6 .widget-area th {
	border-bottom:1px solid #ccc;
}
.widget-area tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.widget-area #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.widget-area ul {
    padding:0 20px;
}
.widget-area h3 {
}
.widget-area ul ul {
    padding:0;
}
#primary {
    padding:0 0 0 0;
    margin-bottom:18px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#top-subsidiary-bg{
	height:15px;
	background:url(images/top_bg_main_onecol.gif) top left no-repeat;
}
#bottom-subsidiary-bg{
	height:15px;
	background:url(images/bottom_bg_main_onecol.gif) top left no-repeat;
	clear:both;
}
#subsidiary {
    padding:0 0 0 0;
    background:url(images/main_bg_onecol.gif) top left repeat-y #fff;    
}
#first-home-widget-area, #first-subsidiary-aside{
	margin-left:20px;	
}
.ie6 #first-home-widget-area, .ie6 #first-subsidiary-aside{
	margin-left:10px;	
}
#subsidiary .widget-area h3{
	background:url(images/subsidiary_h3.gif) bottom left repeat-x;
	border:none;
	color:#2c353b;
	font-weight:bold;
	padding-bottom:5px;
	height:1%;
}
#subsidiary .widget-area h3 span{
	padding:0;
	background:none;
	border:none;
	color:#2c353b;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:30px;
    padding-bottom:30px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:30px 0 0px 0;
    text-align:center;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #bb3f00;
}




/* Child Select */ 

#prewiev-child-themes{
	height:82px;
	background:url(images/child_select/select_background.png) repeat-x;
	position:fixed;
	top:0;
	width:100%;
	z-index:50;
}

#select-themes{
	width:940px;
	margin:0 auto;
	height::82px;
	overflow:hidden;

}

#cozmos-link{
	display:block;
	width:178px;
	height:32px;
	background:url(images/child_select/cozmos_logo.png) no-repeat;
	text-indent:-9999px;
	margin-top:24px;
	float:left;
}

#select-themes label{
	text-indent:-9999px;	
	background:url(images/child_select/theme.png) no-repeat;
	display:block;
	width:208px;
	height:16px;
	float:left;
	margin:34px 0 0 134px;
}

#color{
	border:1px solid #818181;
	float:left;	
	margin:32px 0 0 9px;
}

#buy-now{
	text-indent:-9999px;	
	background:url(images/child_select/buy_now_button.png) no-repeat;
	display:block;
	width:133px;
	height:23px;
	float:right;	
	margin:32px 0 0 0;
}

#wrapper{
	margin-top:82px;
}