@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #99cccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.rachport #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rachport #header {
	background: #99cccc; 
	background-image:url(images/header_logo.png);
	background-repeat:no-repeat;
	height:105px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.rachport #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.rachport #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 430px;
	overflow:hidden;
}

.rachport #mainContentRachael {
	padding: 30px 30px 0px 450px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/rachael.jpg);
	background-repeat:no-repeat;
	height: 400px;
	overflow:hidden;
}

.rachport #mainContentContact {
	padding: 10px 30px 0px 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 400px;
	overflow-y: auto;
}

.rachport #mainContentinvestSession {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/invest-session.jpg);
	background-repeat:no-repeat;
	height: 430px;
	overflow:hidden;
}

.rachport #mainContentinvestPrices {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/invest-prices.jpg);
	background-repeat:no-repeat;
	height: 430px;
	overflow:hidden;
}
.rachport #investBody {
	padding: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 430px;
	width: 520px;
	overflow-y: auto;
	float: right;
	font-size:14px;
}
.rachport #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #99cccc;
	text-align:left;
	font-size:14px;
}
.rachport #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#main-nav {
	background: #99cccc;
	float:left;
	width:850px;
	height:82px;
	padding:0px;
	margin:0px;
	display:inline;
}
#main-nav li {
	float:left;
	display:block;
}
#main-nav li a {
	background:url(images/rachnav.png) no-repeat;
	height:82px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#main-nav li.home a { background-position:0 0; width:99px;}
#main-nav li.home_active a,
#main-nav li.home a:hover {background-position: 0 -82px; width:99px;}

#main-nav li.gallery a {background-position: -99px 0; width:121px;}
#main-nav li.gallery_active a,
#main-nav li.gallery a:hover {background-position: -99px -82px; width:121px;}

#main-nav li.investment a {background-position: -221px 0; width:162px;}
#main-nav li.investment_active a,
#main-nav li.investment a:hover {background-position: -221px -82px; width:162px;}

#main-nav li.artist a {background-position: -383px 0; width:102px;}
#main-nav li.artist_active a,
#main-nav li.artist a:hover {background-position: -383px -82px; width:102px;}

#main-nav li.blog a {background-position: -485px 0; width:88px;}
#main-nav li.blog_active a,
#main-nav li.blog a:hover {background-position: -485px -82px; width:88px;}

#main-nav li.contact a {background-position: -573px 0; width:133px;}
#main-nav li.contact_active a,
#main-nav li.contact a:hover {background-position: -573px -82px; width:133px;}

#main-nav li.custlogin a {background-position: -707px 0; width:143px;}
#main-nav li.custlogin_active a,
#main-nav li.custlogin a:hover {background-position: -707px -82px; width:143px;}

#iframebox {
	float: left;
	overflow: hidden;
	}
	
#thumbsnails {
	width: 200px;
	height: 430px;
	overflow: auto;
	float: right;
	}
	
#thumbsnails img {
	float: left;
	padding: 4px;
	}
	
#thumbsnails img a, a:hover {
text-decoration:none;
border:hidden;
	}
	

#gallery-nav {
	background: #99cccc;
	float:right;
	width:601px;
	height:40px;
	padding:65px 0px 0px 0px;
	margin:0px;
	display:inline;
}
#gallery-nav li {
	float:left;
	display:block;
}
#gallery-nav li a {
	background:url(images/gallerynav.png) no-repeat;
	height:40px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#gallery-nav li.weddings a { background-position:0 0; width:121px;}
#gallery-nav li.weddings_active a,
#gallery-nav li.weddings a:hover {background-position: 0 -69px; width:121px;}

#gallery-nav li.cuisine a {background-position: -121px 0; width:95px;}
#gallery-nav li.cuisine_active a,
#gallery-nav li.cuisine a:hover {background-position: -121px -69px; width:95px;}

#gallery-nav li.portraits a {background-position: -216.75px 0; width:115px;}
#gallery-nav li.portraits_active a,
#gallery-nav li.portraits a:hover {background-position: -216.75px -69px; width:115px;}

#gallery-nav li.families a {background-position: -332.75px 0; width:99px;}
#gallery-nav li.families_active a,
#gallery-nav li.families a:hover {background-position: -332.75px -69px; width:99px;}

#gallery-nav li.nature a {background-position: -431.75px 0; width:167px;}
#gallery-nav li.nature_active a,
#gallery-nav li.nature a:hover {background-position: -431.75px -69px; width:167px;}
	

#investment-nav {
	background: #99cccc;
	float:right;
	width:328px;
	height:40px;
	padding:65px 0px 0px 0px;
	margin:0px;
	display:inline;
}
#investment-nav li {
	float:left;
	display:block;
}
#investment-nav li a {
	background:url(images/investmentnav.png) no-repeat;
	height:40px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#investment-nav li.sessions a { background-position:0 0; width:105.5px;}
#investment-nav li.sessions_active a,
#investment-nav li.sessions a:hover {background-position: 0 -69px; width:105.5px;}

#investment-nav li.prices a {background-position: -105.5px 0; width:79.25px;}
#investment-nav li.prices_active a,
#investment-nav li.prices a:hover {background-position: -105.5px -69px; width:79.25px;}

#investment-nav li.order a {background-position: -184.5px 0; width:143.75px;}
#investment-nav li.order_active a,
#investment-nav li.order a:hover {background-position: -184.5px -69px; width:143.75px;}