/*
Theme Name:Contempo Floor Coverings Theme
Theme URI:http://contempofloorcoverings.com/
Description:Unique theme designed for Contempo Floor Coverings.
Version:2.0
Author:eAnka Design, rewrited and optimized by Wott
*/
html{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4em;
    font-smooth: always;
    font-family: arial;
}

html, body{
    height: 100%;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

body{
    font-family: arial;
    line-height: 18pt;
    font-size: .91em;
    text-align: left;
    background: url('/images/body-background.png') repeat scroll left top transparent;
    color: #202020;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    line-height: 1em;
    font-weight: 400;
    color: #356aa0;
    clear: both;
    font-family: "arial";
}

h1{
    font-size: 1.8em;
}
h1.title {
    line-height: 39px;
    color: #4B5B74;
    margin-bottom: 15px;
    font-family: helvetica, arial, trebuchet MS;
    display: block;
    font-size: 28px;
    padding: 3px 0px 3px 0px;
    font-weight: normal;
    border-top: 2px solid #ffffff !important;
    text-align: left;
    text-transform: lowercase;
    border-bottom: 2px solid #4B5B74;
}


h2 {
    font-size: 20px;
}

h2.blog{
    clear:none !important;
    line-height: 26px;
    margin-bottom: 15px;
}

h2.banner{
	width:auto;  
	text-align: left; 
	font-family:arial,sans-serif;
	font-size:24px; 
	margin: 15px auto 20px; 
	padding-left: 10px; 
	line-height:43px;
	color: #ffffff;
	background: url('/wp-content/themes/contempo/images/Floor-Banner.gif') repeat-x scroll 0 0 #FFFFFF;
	font-weight:bold;
}


h3{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
    margin-bottom: 5px;
    clear: none !important;
}

h4{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

h5{
    font-size: 17px;
}

h6{
    font-size: 14px;
}
/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
/* End Images */

.left,.alignleft{
    float: left;
}

.right,.alignright{
    float: right;
    padding:0 0 5px 5px;
}

:focus{
    outline: none;
}

ol, ul{
    list-style: none;
}

table{
    border-collapse: separate;
    border-spacing: 0;
}

strong, th, thead td, dt, b, caption{
    font-weight: bold;
}

input [ type = 'text' ], textarea {
    font-weight: 700;
    font-family: arial;
}

p, ul, ol, table, dl {
    margin-bottom: 0em;
}

table{
    width: 100%;
}

td, th{
    padding: 2px;
    vertical-align: middle;
}

div#content {
    clear: both;
    width: 636px;
    float: right;
    margin:0px 0px 50px;
    padding:0px;
    z-index: 15;
}

div#content div.designerpage{
	padding:0px 5px 0px 8px;
}

div#content-blog{
    clear: both;
    width: 630px;
    float: left;
    margin:5px 0px 50px 0px;
    z-index: 15;
}

div#sidebar{
    width: 190px;
    float: left;
    margin: 2px 0 37px;
    text-align: left;
    padding-left: 5px;
}


div#breadcrumbs {
	float:left;
	height:26px;
	margin:0;
	padding-left:14px;
	padding-right:14px;
	text-align:left;
	width:812px;
   	_padding-left: 14px;
	_padding-right: 14px;
}

div#breadcrumbs a {
	color:#666666;
}

/* colors */

.green{
    color: #080;
}

.gray{
    color: #555555;
}

.orange{
    color: #f80;
}

.blue{
    color: #1c8db7;
}

.lightblue{
    color: #70CFF2;
}

.lightgray{
    color: #e3e3e3;
}

.brown{
    color: #664a3e;
}

a {
    color: #356AA0;
}

#content,#sidebar,#storycontent{
    line-height: 1.48em;
}

hr{
    clear: both;
    position: relative;
    top: 3px;
    margin-bottom: 15px;
    height: 1px;
    border: none;
    border-top: solid 1px #e3e3e3;
}

a {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a:hover img{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#content a{
    text-decoration: underline;
}

input, select{
    border: solid 1px #ccc;
    padding: 3px;
    margin: 2px;
    background: url('/header/images/flooring-flooring.png') repeat-x scroll 0 0 #FFFFFF;
}

textarea, select{
    border: solid 2px #ccc;
    padding: 3px;
    margin: 2px;
    background: #ffffff;
}



#content .noborder{
    border: none;
}

.noborder{
    border: none;
}

form#searchform {
    width: 336px;
    float: right;
    margin-top: 10px;
    text-align: right;
}

form#searchform div{
    height: 22px;
}

form#searchform input#s1{
    width: 200px;
    height: 15px;
    border: 1px solid #7f9db9;
    padding: 2px 5px;
    margin: 0;
    vertical-align: top;
    font-weight: normal;
}

form#searchform input#s2{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    background: #777777  none repeat scroll 0 0;
    border: 0 none;
    font-family: Verdana, arial, Helvetica, sans-serif;
    color: white;
    margin: 0;
    padding: 2px 10px 2px 10px;
    vertical-align: top;
    font-weight: bold;
    cursor: pointer;
}

a#logo img{
    margin: 9px 0 0 26px;
    float: left;
}

span.spacer{
    display: block;
    float: left;
    height: 33px;
    width: 2px;
    background: url('images/spacer.gif');
}
/* top menu styles */

#mainmenu ul {
    margin: 0;
}

#mainmenu li {
    float: left;
    display: inline;
    height: 28px;
}

#mainmenu {
    	background: #FCFBF5;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
    	clear: both;
    	height: 28px;
    	position: relative;
    	width: 840px;
}

#mainmenu li a span {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    cursor: hand;
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight:bold;
    line-height: 21px;
    margin: 4px 0;
    padding: 0 0;
    text-align: center;
}

#mainmenu li a {
    background: url('http://www.interiordesignpro.org/images/home-tab-off.png') repeat-x scroll left -7px #F1F1F1;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #dddddd;
    color: #555555;
    display: block;
    float: left;
    height: 28px;
    margin: 0;
	_margin:0px;
	text-shadow: -1px 1px 0 #F9F9F9;
}

#mainmenu li a.last {
	border-right:0px;
}

#mainmenu li a.first {
	border-left:0px;
}

#mainmenu li.active a {
    	background: #FCFBF5;
	color:#ssssss;
	text-shadow:none;
}

#mainmenu li a:hover {
    	background: #FCFBF5;
	color:#333333;
	text-shadow:none;
}


/* total 840px */

#mainmenu li#mm_hardwood a span {
    width: 110px;
}

#mainmenu li#mm_bamboo a span {
    width: 90px;
}

#mainmenu li#mm_cork a span {
    width: 73px;
}

#mainmenu li#mm_vinyl a span {
    width: 75px;
}

#mainmenu li#mm_rubber a span {
    width: 87px;
}

#mainmenu li#mm_marmoleum a span {
    width: 117px;
}

#mainmenu li#mm_tiles a span {
    width: 64px;
}

#mainmenu li#mm_natural a span {
    width: 85px;
}

#mainmenu li#mm_carpet a span {
    width: 95px;
}

#mainmenu li#mm_floor a span {
    width: 87px;
}

ul.left{
    display: inline;
}

.mainpage{
    margin: 0px auto;
    padding: 0px;
    text-align:center;
    display:block;
	width:840px;
	border:1px solid #bcbcbc;
	border-top:0px;
}

.mainpagecontent{
    background: url(images/outer_bg.png) repeat-y;
    margin: 0px;
    padding: 0;
    text-align: left;
}

#footerimg{
    clear: both;
    margin-left: 1px;
}

.clear{
    clear: both !important;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
    float:none !important;
}

#toplinks{
    font-family: arial;
    overflow: hidden;
    width: 400px;
    height: 81px;
    margin-right: 20px;
	margin-top:-2px;
}

#toplinks ul{
    margin:0px 0 4px 5px;
    font-family: 'Cabin Condensed',helvetica,arial;
}

#toplinks ul li{
    display: inline;
    margin: 5px 1px 0px 0px;
    color: #cccccc;
}

#toplinks ul li a{
    color: #666666;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    border:2px solid #ffffff;
    padding:1px 3px;
}

#toplinks ul li a:hover {
    color: #65AA2B;
    border:2px solid #65AA2B;
}

#toplinks ul li .bull{
    font-size: 11px;
}

#footerlinks a,#footerlinks{

}

#footerlinks a:hover{
    color: #65AA2B;
    text-decoration: underline;
}

#footercopyright{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

#wpcontent,#topmainmenu,#footerlinks{
    margin: 0;
    background-color: white;
    width: 840px;
}

#top_header {
    background:#ffffff;
    height: 120px;
	float:left;
	width:840px;
}

#top_header2 {
    position: absolute;
    top: 4px;
    z-index: 100;
    background:#ffffff;
}

#netupt a {
    padding-left: 20px;
}

#topphone{
    float: right;
    height: 39px;
    margin-right: 2px;
    margin-top: 5px;
}

#topphone table,#topphone table tr,#topphone table td{
    line-height: 18px;
}

.footer-style{
    padding-left: 8px;
    padding-top: 0px;
    border: 1px;
    border-left-style: solid;
}

.footer-header{
    font-size: 1em;
    font-weight: bold;
}

table.footeraddress tr td address {
    font-size: .75em;
    line-height: 18px;
    padding: 5px 0px 0px;
    margin: 0px;
}

table.footeraddress {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 755px;
    text-align: center;
}

table.footeraddress tr td {
    border: none;
    text-align: center;
}

div#habla_window_div {
    z-index: 3;
}

div#thisishabla {
    height: 94px;
    position: absolute;
    z-index: -1;
    background: url(images/Chat-Live.png) no-repeat;
    bottom: 20px;
    right: 0;
    width: 164px;
}

div#habla_middle {
    background-color: #fff;
}

#breadcrumb-navxt {
    font-size: 10px;
    display: inline;
    text-transform: lowercase;
    color: #aaaaaa;
}

#breadcrumb-navxt-blog {
    font-size: 18px;
    display: inline;
    text-transform: none;
    color: #444444;
    font-weight:bold;
    font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
}

a.sp_999{
    color:#333 !important;
}

a.sp_999:hover{
    color:#65aa2b!important;
}

a.sp_999:hover img{
    padding:3px !important;
    background:orange !important;
    border:solid 1px orange !important;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/********************************************************************
							IE hacks
*********************************************************************/
#wpcontent, #topmainmenu, #footerlinks, .mainpage, #mainmenu, #top_header, #storycontent {
	_width:840px !important;
	_padding:0px;
	_margin:0px;
}

.mainpage{_margin:0px auto;}

#toplinks {_margin-right:10px;}
#toplinks ul {_margin-right:-5px; _margin-top:10px;}

#top_header2 {
	_margin-left:0;
	_width:840px !important;
	_background:white;
}


	

.err_message {
	position: absolute;
	top:10px;
	left:10px;
	padding:2px 10px;
   	text-align:center;
    color:red;
	background:white;
   	border:2px #f59D60 solid;
	z-index:1000;
	font-weight:bold;
}

div#breadcrumbs {
    _width:820px;
}

