/**
 * RESET (inspired from yahoo reset 2.6.0 - don't mess with this one)
 *
 * I only use these html tags, so the reset only applies to the following:
 *		div, span, p, br, pre
 *		h1, h2, h3, h4, h5, h6
 *		a, img, map, area
 *		object, param
 *		ul, ol, li
 *		form, label, input, textarea, select, option, optgroup, button
 *		em, b, i, ins, del, sub, sup
 */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

em {
	font-style: normal;
	font-weight: normal;
    
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body {
	font: 13px/1.231 trebuchet,arial,helvetica,clean,sans-serif;
}

select, input, button, textarea {
	font: 99% trebuchet,arial,helvetica,clean,sans-serif;
}

:focus {
	outline: none;
}






/**
 * MAIN CSS
 */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #C5D9DA;
	color: #FFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

label.form-label {
	float: left;
	width: 30%;
}

p.form-elem {
	float: left;
	width: 70%;
	padding-bottom: 5px;
}

.site-container {
	width: 800px;
	background: #2D7DB5 url(../images/background.png) repeat-x;
	border: 2px white solid;
	margin: 13px auto;
}

ul.header a:hover {
	text-decoration: none;
}

ul.header li {
	float: left;
	height: 70px;
	margin-top: 10px;
}

li.header-home {
	width: 222px;
	text-align: center;
}

li.header-home img {
	padding-top: 20px;
}

li.header-contact {
	border-right: 1px dotted #fff;
	border-left: 1px dotted #fff;
	width: 320px;
}

.header-contact-phone {
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 15px 40px 0 0;
}

.header-contact-email {
	text-align: right;
	padding-right: 45px;
	font-weight: bold;
}

li.header-login {
	padding: 10px 0 0 20px;
	width: 227px;
}

input.header-login-input, input{
	border: 1px solid #FFF;
	background-color: #BBD9EA;
	color: #296D9D;
}

input, textarea {
    border: 1px solid #FFF;
	background-color: #BBD9EA;
	color: #296D9D;
    font-weight: bold;
}

input:focus, textarea:focus {
    border: 1px solid #d4efff;
    color: #000;
}

.form-elem select{
    width: 100px;
}

input.reset{
    margin-right: 74px;
}

input.header-login-submit{
    border: none;
}

.fl{
    float: left;
}

.fr{
    float: right
}

.checks input{
    margin-right: 10px;
}



a.header-forgot-password {
	font-size: 11px;
	text-decoration: underline;
	float: left;
	margin-top: 15px;
}

input.header-login-submit {
	float: right;
	margin-top: 10px;
}

ul.menu {
	clear: both;
	height: 34px;
	padding: 8px 0 0 6px;
}

ul.menu li {
	float: left;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	height: 34px;
}

li.menu-home {
	background: transparent url(../images/home-menu.png) no-repeat;
	width: 100px;
}

li.menu-home-active {
	background: transparent url(../images/home-menu-active.png) no-repeat;
	width: 100px;
}

li.menu-services {
	background: transparent url(../images/services.png) no-repeat;
	width: 90px;
}

li.menu-services-active {
	background: transparent url(../images/services-active.png) no-repeat;
	width: 90px;
}

li.menu-book-cleaner {
	background: transparent url(../images/book-cleaner.png) no-repeat;
	width: 106px;
}

li.menu-book-cleaner-active {
	background: transparent url(../images/book-cleaner-active.png) no-repeat;
	width: 106px;
}

li.menu-ironing {
	background: transparent url(../images/ironing-services.png) no-repeat;
	width: 112px;
}

li.menu-ironing-active {
	background: transparent url(../images/ironing-services-active.png) no-repeat;
	width: 112px;
}

li.menu-checklist {
	background: transparent url(../images/check-list.png) no-repeat;
	width: 83px;
}

li.menu-checklist-active {
	background: transparent url(../images/check-list-active.png) no-repeat;
	width: 83px;
}

li.menu-faq {
	background: transparent url(../images/faq.png) no-repeat;
	width: 67px;
}

li.menu-faq-active {
	background: transparent url(../images/faq-active.png) no-repeat;
	width: 67px;
}

li.menu-cleaning-tips {
	background: transparent url(../images/cleaning-tips.png) no-repeat;
	width: 112px;
}

li.menu-cleaning-tips-active {
	background: transparent url(../images/cleaning-tips-active.png) no-repeat;
	width: 112px;
}

li.menu-contact {
	background: transparent url(../images/contact-us.png) no-repeat;
	width: 113px
}

li.menu-contact-active {
	background: transparent url(../images/contact-us-active.png) no-repeat;
	width: 113px
}


li.menu-split {
	background: transparent url(../images/menusplit.jpg) repeat-x;
	width: 1px;
}
li.menu-generic {
	background: transparent url(../images/menubg.jpg) repeat-x;
}
li.menu-generic-active {
	background: transparent url(../images/menubg-active.jpg) repeat-x;
}
li.menu-generic-left {
	background: transparent url(../images/menubg-left.jpg) repeat-x;
	width: 6px;
}
li.menu-generic-left-active {
	background: transparent url(../images/menubg-left-active.jpg) repeat-x;
	width: 6px;
}
li.menu-generic-right {
	background: transparent url(../images/menubg-right.jpg) repeat-x;
	width: 6px;
}
li.menu-generic-right-active {
	background: transparent url(../images/menubg-right-active.jpg) repeat-x;
	width: 6px;
}




.middle {
	padding: 20px 0 0 10px;
}

.picture-top {
	float: left;
}

.description-top {
	float: left;
	width: 375px;
	margin-left: 15px;
}

.description-top-header {
	text-transform: uppercase;
	font-size: 20px;
}

.description-top-content {
	padding: 5px 0 10px 0;
	*padding: 5px 0 5px 0; /* fix IE 6,7 */
	font-size: 11px;
}
.description-top-content-test ul {
	padding: 5px 0 10px 0;
	*padding: 5px 0 5px 0; /* fix IE 6,7 */
	font-size: 15px;
}
.description-top-content-test ul {
	font-size: 14px;
}
.description-top-paragraph {
	padding-bottom: 15px;
}

.description-top-phone {
	background: transparent url(../images/phone-number.png) no-repeat;
	float: left;
	width: 192px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

.description-top-email {
	background: transparent url(../images/email.png) no-repeat;
	width: 152px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 10px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

.dotted-line {
	border-bottom: dotted #FFFFFF 1px ;
	clear: both;
	padding-top: 3px;
	width: 767px;
}

.picture-bottom {
	padding-top: 20px;
	float: left;
}

.description-bottom {
	float: left;
	width: 371px;
	margin: 20px 0 0 15px;
}

.description-bottom-header {
	text-transform: uppercase;
	font-size: 20px;
	background: #295E84 url(../images/description-top.gif) no-repeat;
	height: 30px;
	padding: 8px 0 0 15px;
}

.description-bottom-paragraph {
	font-size: 11px;
	padding: 23px 0 0 5px;
}

.description-bottom-content {
	background: #1E5379 url(../images/description-bottom.gif) no-repeat bottom;
	height: 232px;
}

/*generic page*/

.input-size {
	width: 228px;
}

.form-book-cleaner {
	width: 434px;
}

a.generic-link {
	text-decoration: underline;
	font-weight: bold;
}

p.generic-anchors {
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

.left-generic-content {
	float: left;
	width: 300px;
}

.right-generic-content {
	float: left;
	width: 435px;
	padding-left: 40px;
}



.description-box {
	width: 292px;
}

.description-box-header {
	text-transform: uppercase;
	font-size: 18px;
	background: #295E84 url(../images/description-top-generic.png) no-repeat;
	height: 30px;
	padding-top: 8px;
	text-align: center;
}

.description-box-content {
	background: #1E5379 url(../images/description-bottom-generic.png) no-repeat bottom;
	height: 150px;
	width: 292px;
}

p.description-box-generic {
	font-size: 11px;
	padding: 25px 10px;
}

.generic-spacer {
	height: 60px;
}

p.generic-content-title {
	font-weight: bold;
}

p.generic-content {
	font-size: 11px;
	padding-bottom: 33px;
}

p.big{
    font-size: 20px;
    position: relative;
    top: -26px;
    left: 7px;
}

ul.footer {
	height: 50px;
	padding-left: 15px;
	clear: both;
}

ul.footer li {
	float: left;
	font-weight: bold;
	font-size: 10px;
	padding-right: 23px;
	margin-top: 20px;
}

.errortext {
    color: #5FB0E2;
    font-weight: bold;
}
.userDetailsFormFieldBox {
    text-align: right;
    width: 450px;
    padding: 5px;
}

textarea.header-login-input{
	border: 1px solid #FFF;
	background-color: #BBD9EA;
	color: #296D9D;
}
.note {
    color: #8FD2FF;
    font-size: 11px;
}

.toptext {
    font-size: 14px;
    line-height: 18px;
}
.tdspacer {
    height:2px;
    font-size: 2px;
    line-height: 2px;
}
.tdspacer_big {
    height:5px;
    font-size: 5px;
    line-height: 5px;
}
.sectionname {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

.warning {
    padding: 10px 0px 5px 0px;
    color: #FDFF4F;
    /*color: #DBB055;*/
    /*color: #DBC698;*/
    /*color: #EDEF1D;*/
    /*color: #DB6B55;*/
    font-size: 14px;
    line-height: 18px;
}

.right_products{
    overflow: hidden;
}

.products_holder{
    width: 1000px;
}

div.product {
    width: 140px;
    height: 159px;
    float: left;
    margin-right: 7px;
    margin-bottom: 15px;
    position: relative;
}

.div.product img, div.product a.p_title{
    position: absolute;
}

.div.product img{
    left: 0px;
    top: 0px;
}

div.product a.p_title, div.product a.p_title:visited{
    font-weight:bold;
    left:0;
    text-align:center;
    top:134px;
    width:140px;
}


div.products {
    border-bottom:1px solid #9ed8fd;
    display:block;
    padding:20px 0;
/*    margin-bottom: 20px; */
    height: 50px;
    position: relative;
}

div.products img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid white;
    
}

div.products .price{
    margin-top: -7px;
    float: left;
}

div.products .price span{
    font-size: 120%;
    font-weight: bold;
}

div.products h2{
    float: left;
    margin-right: 20px;
    width: 150px;
    margin-top: -3px;
    line-height: 14px;
}

div.products a.buy,  div.products a.buy:visited{
    float: left;
    width: 160px;
    
    position: absolute;
    left: 64px;
    top: 62px;
    font-weight: bold;
}

.breds a {
    font-weight: bold;
}

.right_products .pagination {
    margin-top:20px;
    font-size: 11px;
}



.pagination a, .pagination a:visited{
    font-weight: bold;
}

.right_products h1{
    font-size: 200%;
}

.left_products .generic-spacer{
    height: 61px;
}


.coverAreas h3{font-weight: bold;}
.invoicesCont h2, .cleanerCont h2, .succesCont h2,
.coverAreas h2{font-size: 20px; font-weight: normal}
.coverAreas h3{font-size: 13px; margin-top:25px;}
.coverAreas p{font-size: 11px;}

.cleanerCont span{color: #BBD9EA; font-weight: bold;}
.cleanerCont h2, .succesCont h2, .cleanerCont {margin-bottom: 20px;   }
.cleanerCont {padding-left: 36px; line-height: 20px;}

span.announce{font-size:11px;}

.invoicesCont td{border-bottom-color:#BBD9EA;  border-bottom-style:solid; border-bottom-width:1px; padding-bottom:3px; width:80px; }


ul.leftMenu{margin-top: 10px; float:left;}

.left-generic-content div.titlu{width: 100%; float: left; margin-top:20px; padding-bottom: 5px; border-bottom: 1px solid white; font-weight: bold;}
.left-generic-content div.titlu a{color: #eee; text-decoration: underline;}