/* global */
html {
	height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
  background: #FFFFFF url(../img/back.gif) repeat-x;
  color: #000;
}

p {
	margin: 0;
  	padding: 0 0 16px 0;
  	line-height: 1.7em;
}

address {
	margin: 10px 0 10px 0;
	font-style: normal;
}

address span {
	display: block;
	padding: 2px 0;
}

h1 {
	font-family: arial, sans-serif;
  	font-size: 1.4em;
  	letter-spacing: .1em;
}

h2 {
	margin: 0;
  	padding: 0 0 4px 0;
  	font-size: 1.3em;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
 	clear: both;
}


/* image positioning - left, right and center */

.left {
	float: left; 
 	padding: 10px 25px 0 0;
}

.center {
	float: left; 
 	padding: 10px 25px 0 0;
}

.right {
	float: left; 
 	padding: 10px 0 0 0;
}



/* block quote */
blockquote
{ margin: 20px 0 20px 0; 
  padding: 10px 20px 0 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0 0 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0 0 11px 0; 
  padding: 0;
}

/* ordered list */
ol
{ margin: 8px 0 0 24px;
  padding: 0;
}

ol li
{ margin: 0 0 11px 0; 
  padding: 0;
}

/* margin lefts / margin rights - to centre content */
 #mainbg, #main, #links, #footer, #logo, #menu, #content {
	margin-left: auto; 
  	margin-right: auto;
}

/* bg container */
#mainbg {
	width: 788px;
	background: url(../img/main_bg.gif) no-repeat;
	/*border: 1px solid black;*/
}

/* main container */
#main {
	width: 760px;
	background: #FFFFFF;
  	color: #000;
	margin: 0 10px;
	/*border: 1px solid yellow;*/
}

/* header */
#header {
	width: 766px;
  	height: 170px;
	background: #8C8D91 url(../img/header_bg.jpg) no-repeat;
}

#headerMaids {
	width: 766px;
  	height: 170px;
	background: #8C8D91 url(../img/maids_bg.jpg) no-repeat;
}

#headerColl {
	width: 766px;
  	height: 170px;
	background: #8C8D91 url(../img/coll_bg.jpg) no-repeat;
}

#header p, #headerMaids p, #headerColl p {
	margin: 0;
  	letter-spacing: .2em;
	padding: 20px 0 0 19px;
}

	#header p a, #headerMaids p a, #headerColl p a {
		display: block;
		background: url(../img/jitka_logo_m.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 85px;
		width: 178px;
		min-width: 178px;
	}

/* navigation menu */

#menu {
	height: 30px;
  	width: 766px;
  	margin-top: -30px;
  	position: relative;
  	background: transparent;
  	color: #b9cfd7;
}

#menu ul {
	margin: 0 auto;
} 

#menu li
{ float: left; 
  margin: 0 3px 0 0; 
  padding: 0;
  list-style: none;
  white-space: nowrap;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 22px;
  text-decoration: none; 
  padding: 6px 10px 2px 10px;
  background: #b9cfd7;
  color: #35687a;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover {
	background: #356979;
  	color: #FFFFFF;
}

#menu li a#selected, #menu li a#selected:hover {
	background: #356979;
  	color: #FFFFFF;
	font-weight: bold;
}

#title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 16px 0 5px 0; 
	margin: 0 19px 12px 19px; 
	border-bottom: 1px #E1E1E1 solid;
	font-size: 1.5em;
	font-weight: normal;
	color: #356979;
}

/* main content */
#content {
	width: 766px;
  	overflow: hidden;
	background: #fff;
	/*border: 1px solid red;*/
}

#testimonial {
 	width: 350px;
  	float: left;
  	padding: 2px 3px 15px 19px;
  	/*border: 1px solid green;*/
}

	#testimonial p {
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 5px; 
		margin: 0; 
		border-left: 6px #E1E1E1 solid;
		font-size: 1.3em;
		font-weight: normal;
		color: #356979;
	}
	
	#testimonial p span {
		font-size: 1.2em;
	}

/*top intro copy*/

#topIntro {
	margin: 0 19px 15px 19px;
}

#topIntro a, #column1home a {
	padding: 0 0 1px 0;
  	text-decoration: none;
  	border-bottom: 1px dashed;
	color: #35687a;
}

#topIntro a:hover, #column1home a:hover {
	border-bottom: 1px solid;
}

#topIntro p, #column1home p {
	line-height: 1.5em;
	padding: 0 0 8px 0;
}

#topIntro p.home {
	font-size: 1.2em;
}

#topIntro h2 {
	padding: 0 0 8px 0;
}

/*HOMEPAGE*/

#home {
	margin: 0 19px 0 19px;
}

#column1home h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 8px 0; 
	margin: 0; 
	font-size: 1.4em;
	font-weight: normal;
	color: #356979;
}

#column1home {
	width: 436px;
  	margin: 0;
  	float: right;
  	padding: 0 19px 0 0;
}

#column2home {
 	width: 276px;
  	float: left;
  	padding: 0 0 0 19px;
	margin: 0 0 10px 0;
}

.promo {
	background: url(../img/promo_bg.gif) repeat-x #752827;
	padding: 10px;
	margin: 0 0 15px 0;
}

#column1home .promo h2, #column1home .promo p {
	color: #fff;
}

/*RIGHT COLUMN*/

/*thumbnail images*/

.thumbs {
	clear: both;
	padding: 2px 3px 15px 0;
	margin: 0 0 15px 0;
}

.thumbs a {
	border: 2px solid #fff;
}

*html .thumbs a:hover, *+html .thumbs a:hover {
	border: 2px solid #57857d;
}

.thumbs .left {
	float: left; 
 	padding: 2px 10px 0 0;
}

.thumbs .right {
	float: left; 
 	padding: 2px 0 0 0;
}

/* column 1 - contains sidebar items */
#column1 {
	width: 197px;
  	margin: 22px 0 0 0;
  	float: right;
  	padding: 19px;
	/*border: 1px solid blue;*/
}

/* column 1 - for Collection pages */
#column1col {
	width: 352px;
  	margin: 0;
  	float: right;
  	padding: 0 19px 19px 19px;
	/*border: 1px solid blue;*/
}	

#column1col h1, #column1colLand h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 19px 0 5px 0; 
	margin: 0 0 12px 0; 
	border-bottom: 1px #E1E1E1 solid;
	font-size: 130%;
	font-weight: normal;
	color: #35687a;
}

#column1col h2, #column1colLand h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 12px 0;
}

#column1col a, #column1colLand a {
  	text-decoration: none;
}

#column1col a:hover, #column1colLand a:hover {
	text-decoration: underline;
}

#column1col h3, #column1colLand h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 16px 0 5px 0; 
	margin: 0 0 12px 0; 
	border-bottom: 1px #E1E1E1 solid;
	font-size: 130%;
	font-weight: normal;
	color: #35687a;
}

#column1col h4, #column1colLand h4 {
	font-size: 110%;
	margin: 0 0 10px 0;
}

#column1col p. #column1colLand p {
	line-height: 1.5em;
}

#column1col p.contact, #column1colLand p.contact {
	margin: 0;
	padding: 0;
}

#column1col p.link, #column1colLand p.link {
	margin: 0;
	padding: 0;
}

#column1col p.contact span, #column1colLand p.contact span {
	font-weight: bold;
}

#column1colLand {
	width: 224px;
  	margin: 0;
  	float: right;
  	padding: 0 19px 19px 19px;
	/*border: 1px solid blue;*/
}

/*Sidebar items*/

.sidebaritem {
	text-align: left;
	width: 187px;
  	float: left;
  	margin: 0 0 23px 0;
  	border: 1px solid;
  	padding: 5px;
  	background: #F9F9F9;
  	color: #000;
  	border-color: #E1E1E1;
}

.sidebaritemImg {
	text-align: left;
  	float: left;
  	margin: 0 0 23px 0;
  	border: 1px solid;
  	padding: 5px 5px 3px 5px;
  	background: #F9F9F9;
  	color: #000;
  	border-color: #E1E1E1;
}

.sidebaritem h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; 
  	font-weight: normal;
  	padding: 0 0 5px 0;
	font-size: 130%;
	color: #35687a;
	border-bottom: 1px #E1E1E1 solid;
}

.sidebaritem p {
  	padding: 0 0 8px 0;
	margin: 0;
	line-height: 1.4em;
}

.sidebaritem p.first {
  	padding: 8px 0 8px 0;
	margin: 0;
}

.sidebaritem a {
	padding: 0 0 1px 0;
  	text-decoration: none;
  	border-bottom: 1px dashed;
	color: #35687a;
}

.sidebaritem a:hover {
	border-bottom: 1px solid;
}

/* LEFT COLUMN */

#column2 {
 	width: 503px;
  	float: left;
  	padding: 2px 3px 15px 15px;
  	/*border: 1px solid green;*/
}

#column2 h1, #column2contact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 16px 0 5px 0; 
	margin: 0 0 12px 0; 
	border-bottom: 1px #E1E1E1 solid;
	font-size: 130%;
	font-weight: normal;
	color: #35687a;
}

#column2 h2, #column2contact h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 12px 0;
	line-height: 1.7em;
}

#column2 a, #column2contact a {
	padding: 0 0 1px 0;
  	text-decoration: none;
  	border-bottom: 1px dashed;
	color: #35687a;
}

#column2 a:hover, #column2contact a:hover {
	border-bottom: 1px solid;
}

#column2 h3, #column2contact h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 16px 0 5px 0; 
	margin: 0 0 12px 0; 
	border-bottom: 1px #E1E1E1 solid;
	font-size: 130%;
	font-weight: normal;
	color: #35687a;
}

#column2 h4, #column2contact h4 {
	font-size: 110%;
	margin: 0 0 10px 0;
}

#column2 p.contact, #column2contact p.contact {
	margin: 0;
	padding: 0;
}

#column2 p.clear, #column2contact p.clear {
	clear: both;
}

#column2 p.contact span, #column2contact p.contact span {
	font-weight: bold;
}

/* column 2 - for Collection pages */
#column2col {
 	width: 350px;
  	float: left;
  	padding: 2px 3px 15px 19px;
  	/*border: 1px solid green;*/
}

#column2col p, #column2colLand p {
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 1.3em;
}

#column2colLand {
 	width: 478px;
  	float: left;
  	padding: 2px 3px 15px 19px;
  	/*border: 1px solid green;*/
}

/*Old bottom thumbs*/

.collSmall {
	clear: both;
	padding: 2px 3px 15px 19px;
	margin: 15px 0 0 0;
}

.collSmall a {
	border: 2px solid #fff;
}

*html .collSmall a:hover, *+html .collSmall a:hover {
	border: 2px solid #57857d;
}

.collSmall .left {
	float: left; 
 	padding: 2px 21px 0 0;
}

.collSmall .right {
	float: left; 
 	padding: 2px 0 0 0;
}

/*Contact page styles*/

/* column 2 */

#column2contact {
 	width: 736px;
  	float: left;
  	padding: 2px 3px 15px 15px;
  	/*border: 1px solid green;*/
}

#column2contact img {
  	margin: 0 0 0 0;
  	float: right;
	/*border: 1px solid blue;*/
}


#rowContact {
	clear: both;
}

#rowContact h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0; 
	margin: 0 0 12px 0; 
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	color: #35687a;
}

#rowContact h3 a, #rowContact h3 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	border: none;
}

#rowContact h3 a:hover {
	padding: 0 0 1px 0;
  	border-bottom: 1px dashed;
}

/* contact page - form layout */
form {margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

/* footer */
#footer {
  	width: 766px;
  	font-size: 88%;
  	text-transform: uppercase;
  	padding: 12px 0 15px 0;
	background: #fff url(../img/footer_bg.gif) repeat-x;
  	color: #35687a;
	text-align: center; 
  	border-top: 4px solid #e1e1e1;
	/*border: 1px solid purple;*/
}

#footer a {
	background: transparent;
	text-decoration: none;
  	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}


/*Side bar item links (not needed)*/
/*.sbilinks{padding: 0}

.sbilinks ul{margin: 0 auto;} 

.sbilinks li 
{ margin: 0; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0 4px 19px;
  width: 149px;
} */





