/* global CSS */

@import "/css/reset.css";
@import "/css/header_footer.css";
/*@import "/css/nav.css";*/
@import "/css/forms.css";

html { 
	width: 100%; 
	height: auto;
	min-height: 100%;
	overflow-y: scroll; /* Always show scrollbars */
	font-size: 100.01%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #6b6b6b;
	background: white url(/images/global/bg_body.gif) repeat-x bottom;
	font-size: small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: medium;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size: 250%;
	font-style:italic;
	/*text-transform: lowercase;*/
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 100%;
}

p {
	margin-bottom: 1em;
}

td {
	_font-size:80%;
}
	

ul, ol {
	margin: 0 0 0.8em 1.5em;
}

blockquote {
	margin: 0 0 0.8em 1.5em;
	font-style: italic;
}

hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width: 100%;
	text-align: center;
}

a {
	color: #457ecc;
	text-decoration: none;
}

p a, dd a {
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #5a97ea;
}

p a:hover, p a:focus, p a:active,
dd a:hover, dd a:focus, dd a:active {
	text-decoration: none;
}


dt {
	margin-bottom: 0.8em;
	width: 10em;
}

dd {
	margin: -2.2em 0 1.8em 12em;
}

.content li {
	margin-bottom: 0.5em;
}



/* Common styles */
.phone {
	white-space: nowrap;
	font-style: italic;
}

.server-name {
	font-family: Courier, monospace;
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	padding: 0.2em 0.42em;
	color: #666600;
	background: white;
	border: solid 1px #999;
	text-transform: uppercase;
}




/* Site wrappers
******************************************/

.middle {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	/*border: 1px solid #CCC;*/
	/*background: black url(/images/global/bg_middle.jpg) no-repeat top right;*/
	
}

.bg-image {
	margin: 0;
	padding: 0;
	/*border: 1px solid #CCC;
	*border: none;*/
}

/*#giftcards .bg-image { background: url(/images/global/bg_image1.jpg) no-repeat top right; }
#about .bg-image { background: url(/images/global/bg_image2.jpg) no-repeat top right; }
#contact .bg-image { background: url(/images/global/bg_image3.jpg) no-repeat top right; }
#eport .bg-image { background: url(/images/global/bg_image4.jpg) no-repeat top right; }
#looks .bg-image { background: url(/images/global/bg_image5.jpg) no-repeat top right; }
#privacy .bg-image { background: url(/images/global/bg_image6.jpg) no-repeat top right; }
#stores .bg-image { background: url(/images/global/bg_image1.jpg) no-repeat top right; }
#wardrobe .bg-image { background: url(/images/global/bg_image2.jpg) no-repeat top right; }
#offer .bg-image { background: url(/images/global/bg_image3.jpg) no-repeat top right; }*/

.content {
	width: 890px;
	min-height:520px;
	margin: 0px;
	display: block;
	/*border: 1px solid #a7a7a7;*/
	padding: 1em 0.5em 1.7em 0.5em;
	/*padding: 0;*/
	/*background: #e8e8e8 url(/images/global/bg_content.gif) bottom center repeat-x;*/
	background: #fff;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}

.pin {
	/* This cleared div "pin's" the background image to the bottom of the page. */
	clear: both;
}



/* Share Bar
******************************************/

.sharebar {
	display: none;
	clear: both;
	height: 3.2em;
	margin: 1em 0 0 0;
	text-align: center;
}

.sharebar h3 {
	font-size: 90%;
	margin: 0;
	width: auto;
	padding: 0.6em 0 0.5em 0;	
}

.sharebar ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	*margin-left: 320px;
}

.sharebar li {
	width: 40px;
	height: 37px;
	cursor: pointer;
	display: inline-block;
	*float: left;
	margin: 0;
	padding: 0;
}

.sharebar .email { background: url(/images/global/share_email.gif) no-repeat; }
.sharebar .email:hover { background-image: url(/images/global/share_email_over.gif); }

.sharebar .facebook { background: url(/images/global/share_facebook.gif) no-repeat; }
.sharebar .facebook:hover { background-image: url(/images/global/share_facebook_over.gif); }

.sharebar .twitter { background: url(/images/global/share_twitter.gif) no-repeat; }
.sharebar .twitter:hover { background-image: url(/images/global/share_twitter_over.gif); }

.sharebar .myspace { background: url(/images/global/share_myspace.gif) no-repeat; }
.sharebar .myspace:hover { background-image: url(/images/global/share_myspace_over.gif); }

.sharebar .more { background: url(/images/global/share_more.gif) no-repeat; }
.sharebar .more:hover { background-image: url(/images/global/share_more_over.gif); }



/* Tooltip
******************************************/

#jobstip { 
    display: none; 
    background: transparent url(/images/tooltips/black_arrow.png); 
    height: 70px; 
    width: 160px; 
    padding: 25px; 
    color: #fff;
	text-align: center;
	font-size: 85%;
}
