/* REX ROYALE flyover CSS */


/* GENERIC SITE-WIDE SETTINGS */
* {
	border: none;
	font-family: georgia, times, serif;
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background-image: url('../images/littleladies/bg_tile.jpg');
}
#container {
	background-image: url('../images/littleladies/cnr_flowers.jpg');
	background-repeat: no-repeat;
	margin: 0;
	width: 100%
}
#left_col {
	float: left;
	width: 340px;
}
#right_col {
	background-image: url('../images/littleladies/bg_top.jpg');
	background-repeat: repeat-x;
	margin: 0 0 0 340px;
	padding: 40px 0 0 0;
}
h1 { 
	color: #fff;
	font-family: helvetica;
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
 	font-size: 1.1em;
}
h4 {
	color: #393031;
	font-size: 1em;
	padding: 5px 0 5px 0;
}
a {
	color: #EC5D79;
	/*color: #EE3D60; */
}
a:hover {
	color: #fff;
}
table {
	text-align: left;
}
b {
	font-size: 1.3em;
	padding: 0 2px;
}
 
.hidden {
	display: none;
}
.reveal {
	display: ;
}

/* NAVIGATION */
#nav {
	margin: 287px 0 0 253px;
	padding: 0 0 0 0;
}
#navList {
	width: 100px;
}
#navList li {
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 71px;
}
#navList li a {
	padding: 0 46px 4px 0;
	/*Opacity settings for all browsers*/
    filter: alpha(opacity=00);
    -moz-opacity: .0;
    opacity: .0;
}
#nav_join {
	height: 26px;
	padding: 3px 0 0 10px;
}
#navList li #join {
	color: #000;
	font-size: 1.1em;
	padding: 0;
	/*Opacity settings for all browsers*/
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}


/* NAV ROLLOVERS */
.navShop {
	background: url('../images/littleladies/nav_shop.jpg');
}
.navShop:hover, .shopCurrent {
	background-image: url('../images/littleladies/nav_shop_over.jpg');
}
.navBio {
	background-image: url('../images/littleladies/nav_bio.jpg');
}
.navBio:hover, .bioCurrent {
	background-image: url('../images/littleladies/nav_bio_over.jpg');
}
.navInfo {
	background-image: url('../images/littleladies/nav_info.jpg');
}
.navInfo:hover, .infoCurrent {
	background-image: url('../images/littleladies/nav_info_over.jpg');
}
.navContact {
	background-image: url('../images/littleladies/nav_contact.jpg');
}
.navContact:hover, .contactCurrent {
	background-image: url('../images/littleladies/nav_contact_over.jpg');
}


/* NEWSLETTER FORM */
#newsletterForm {
	background-image: url('../images/littleladies/bg_content.jpg');
	background-repeat: repeat-x repeat-y;
	float: left;
	margin: 10px 0 0 -50px;
	padding: 3px;
	/*Opacity settings for all browsers*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    width: 125px;
}
#newsletterForm input, #newsletterForm #newsletterSubmit {
	background-color: #fff;
	margin: 2px 0 0 0;
	padding: 1px 2px;
}

/* LEFT COL */
#logo {
	margin: -29px 0 0 0;
	padding: 0 0 0 87px;
}
#logo img {
	display: block;
}
#logo h1 {
	background-image: url('../images/littleladies/logo.jpg');
	height: 28px;
	margin: 4px 0 0 -42px;
	text-indent: -999px;
	width: 189px;
}
#logo h2 {
	background-image: url('../images/littleladies/tagline.jpg');
	height: 17px;
	margin: 2px 0 0 -42px;
	text-indent: -999px;
	width: 256px;
}




/* RIGHT COL */
#contentBox {
	background-image: url('../images/littleladies/bg_content.jpg');
	background-repeat: repeat-x repeat-y;
	color: #2D2526;
	height: 502px;
	margin: 5px 0 0 0;
	padding: 11px 0 0 11px;
	width: 624px;
}
#contentBox p, #contentBox a {
	font-size: 12px;
}
#galleryLeftCol, #galleryRtCol {
	float: left;
}
#copyright {
	color: #393031;
	padding: 5px 0 10px 0;
}


/** PAGES **/

/* HOME */
#newsHome {
	padding: 5px;
}
#newsHome p, #newsHome h3 {
	padding: 15px 0 0 0;
}

/* SHOP */
#thumbs {
	height: 480px;
	width: 194px;
}
.thumbNail {
	border: 5px solid #fff;
	cursor: pointer;
	float: left;
	height: 80px;
	margin: 0 7px 7px 0;
	width: 80px;
}
#paginationLinks a {
	font-size: 1.1em;
}
#images {
	padding: 3px 0 0 11px;
}
#images h2 {
	font-size: 1.3em;
	padding: 0 0 3px 0;
}
#tileInfo {
	padding: 5px 0 0 10px;
}
#tileInfoTable {
	margin: 0 0 0 -6px;
}
#tileInfoTable th, #tileInfoTable td {
	font-size: 1.2em
	font-weight: normal;
	padding: 0 4px;
}

/* ORDER FORM */
#openOrderFormBtn {
	background-color: #fff;
	border: 1px solid #A38B8B;
	color: #2D2526;
	cursor: pointer;
	display: inline;
	float: right;	
	font-weight: normal;
	padding: 6px 10px;
	margin: -30px 0 0 0;
}
#orderForm {
	background-image: url('../images/littleladies/bg_content.jpg');
	background-repeat: repeat-x repeat-y;
	color: #2D2526;
	margin: -10px 0 0 0;
	padding: 0 0 0 216px;
	width: 419px;
}
#orderTiles, #orderDetails {
	padding: 10px 0;
}
#orderForm .inlinePara {
	display: inline;
	width: 25px;
}
#orderForm #orderTile1, #orderForm #orderTile2, #orderForm #orderTile3, #orderForm #orderTile4 {
	padding: 0 0 5px 0;
}
#priceTotals {
	padding: 0 0 15px 0;
}
.priceHeading {
	float: left;
}
.priceData {
	float: right;
	padding:  0 0 0 10px;
}
.addTileBtn, #submitOrderBtn input {
	background-color: #fff;
	border: 1px solid #A38B8B;
	cursor: pointer;
	display: inline;
	font-weight: normal;
	margin: 10px 0 20px 0;
	padding: 6px 10px;
}
#orderConfirm h3, #orderConfirm p{
	padding: 5px 0 0 5px;
}


/* BIO */
#bioText {
	display: inline;
	float: left;
	padding: 6px 10px 10px 6px;
	width: 300px;
}
#bioText p {
        font-size: 12px;
	padding: 0 0 5px 0px;
}
.paraNarrow {
	width: 275px;
}
.paraNarrower {
	width: 260px;
}
.paraWide {
	width: 330px;
}
.paraWider {
	width: 350px;
}
.paraWidest {
	width: 570px;
}
#bioPic, #infoPic {
	display: inline;
	float: left;
	padding: 15px 20px 0 0;
}

/* INFO */
#infoText {
	display: inline;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 340px;
}
#infoText h2, #infoText h3 {
	color: #393031;
	padding: 2px 10px 10px 5px;
}
#infoText p {
	margin: -5px 5px 10px 5px;
}
#lastPara {
	padding-top: 25px;
}


/* CONTACT */
#contactForm {
	height: 340px;
	padding: 10px;
	width: 300px;
}
#contactForm label, #contactForm input, #contactForm textarea {
	display: block;
	font-size: 1.1em;
}
#contactForm label {
	margin: 5px 0 0 0;
	padding: 0 2px;
}
#contactForm input,#contactForm textarea {
	color: #6B5352;
}

#contactForm #submitContactForm {
	background-color: #fff;
	border: 1px solid #A38B8B;
	cursor: pointer;
	margin: 10px 0;
	padding: 6px 10px;
}


