html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777;
}

body {
	background-image:url("../images/bg_intro.gif");
	position: relative;
}
a.hover {
	color: #333;
}

#wrapper {
	width:960px;
	min-height:100%;
	overflow: hidden;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #FFF;
}
#content {
	width:960px;
	height: 600px;
	margin: 0;
	padding: 0;
}
#content_contact {
	width:960px;
	height: 700px;
	margin: 0;
	padding: 0;
}


/* Logo in Header */
#logo {
	width: 960px;
	margin: 50px 0;
	text-align: center;	
}

/* Main Navigation Menu */
#nav {
	width: 960px;
	margin: 50px 0;
	text-align: center;
}
#nav ul, #nav li {
	display: inline-block;	
}
#nav li {
	margin: 0 50px;
}
#nav li#nav_maryevelyn {
  	width: 175px;
  	height: 20px;
  	background: url("../images/nav/maryevelyn_norm.gif") no-repeat 0 0;
	padding-right: 30px;
}
#nav li#nav_maryevelyn:hover {
  	background: url("../images/nav/maryevelyn_over.gif") no-repeat 0 0;
}
#nav li#nav_designstudio {
	width: 102px;
  	height: 20px;
  	background: url("../images/nav/designstudio_norm.gif") no-repeat 0 0;
	padding-right: 50px;
}
#nav li#nav_designstudio:hover {
  	background: url("../images/nav/designstudio_over.gif") no-repeat 0 0;
}
#nav li#nav_interiorshops {
	width: 190px;
  	height: 20px;
  	background: url("../images/nav/interiorshops_norm.gif") no-repeat 0 0;
}
#nav li#nav_interiorshops:hover {
  	background: url("../images/nav/interiorshops_over.gif") no-repeat 0 0;
}
#nav li#nav_contact {
	width: 115px;
  	height: 20px;
  	background: url("../images/nav/contact_norm.gif") no-repeat 0 0;
	padding-right: 40px;
}
#nav li#nav_contact:hover {
  	background: url("../images/nav/contact_over.gif") no-repeat 0 0;
}

body.maryevelyn #nav li#nav_maryevelyn {
	width: 175px;
  	height: 20px;
	background: url("../images/nav/maryevelyn_select.gif") no-repeat 0 0;
}
body.designstudio #nav li#nav_designstudio {
	width: 102px;
  	height: 20px;
  	background: url("../images/nav/designstudio_select.gif") no-repeat 0 0;
}
body.interiorshops #nav li#nav_interiorshops {
	width: 190px;
  	height: 20px;
  	background: url("../images/nav/interiorshops_select.gif") no-repeat 0 0;
}
body.contact #nav li#nav_contact {
	width: 115px;
  	height: 20px;
  	background: url("../images/nav/contact_select.gif") no-repeat 0 0;
}

/* Homepage Rotation */
#slider_one, #slider_two, #slider_three {
	float: left;	
}

/* Intros */
.sub_nav {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0 0 0 50px;
	/* font-size: 15px; */
	font-size: 14px;
	font-style: italic;	
}
.sub_nav li {
	padding: 20px 0;	
}
.sub_nav li.li-house-ul {
	padding: 0;
}
.sub_nav a {
	color: #777;
	text-decoration: none;	
}
.sub_nav a:hover {
	color: #000;
	text-decoration: none;	
}
.sub_subnav li {
	padding: 20px 0 20px 10px;
}
.sub_nav a#selected {
	color: #ee3424;		
}

body#american #subnav_american a, body#european #subnav_european a, body#master #subnav_master a, body#norman #subnav_norman a, body#tudor #subnav_tudor a, body#morocco #subnav_morocco a {
	color: #ee3424;	
}
body#services #subnav_services a, body#press #subnav_press a {
	color: #ee3424;	
}
body#favoritethings #subnav_favoritethings a, body#bridalregistry #subnav_bridalregistry a, body#tenreasons #subnav_tenreasons a, body#storehours #subnav_storehours a, body#location #subnav_location a {
	color: #ee3424;	
}

span.subnav_1st {
	font-style: normal;
	text-transform: uppercase;	
}
subnav_2nd {
	font-style: italic;
	text-transform: lowercase;	
}

.intro_blue {
	float: left;
	background-color: #d2ddee;
	width: 280px;
	height: 370px;
	padding: 35px;
	text-align: center;
}
.intro_content {
	float: left;
	width: 220px;
}
body#bridalregistry .intro_blue {
	float: left;
	background-color: #d2ddee;
	width: 270px;
	height: 330px;
	padding: 40px;
	text-align: center;
}
h1 {
	/* font-size: 20px; */
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;	
	letter-spacing: 5px;
	padding: 25px 0 10px 0;
}
.intro_blue h1 {
	/* font-size: 20px;*/
	font-size: 19px;
	}
.intro_content h1, #contact_info h1 {
	/* font-size: 15px; */
	font-size: 14px;
	}
body#interiorshops .intro_blue h1 {
	padding: 25px 0 20px 0;
}
.intro_blue h2, .intro_content h2, #contact_info h2 {
	/* font-size: 14px; */
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;	
	letter-spacing: 5px;
	padding: 0 0 20px 0;
}
.intro_blue h3, .intro_content h3, #contact_info h3 {
	/* font-size: 12px; */
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.intro_blue p, .intro_content p, #contact_info p {
	/* font-size: 14px; */
	font-size: 13px;
	line-height: 1.75em;
	letter-spacing: 1px;
	padding: 10px 0;	
}

.intros .intro_photo {
	float: right;
	width: 355px;
	height: 439px;	
}
.intro_photo2 {
	float: right;
	width: 480px;
	text-align: right;
}



/* Mary Evelyn section */
.me_photo {
	float: left;	
	width: 242px;
	padding: 0;
}
.me_quote {
	float: right;	
	padding: 0 40px;
	text-align: right;
}
.me_content {
	float: right;	
	width: 658px;
	padding: 0 30px;
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.me_content p {
	margin: 0;
	padding: 10px 0;	
	/* font-size: 15px; */
	font-size: 14px;
}
.me_content p#top_line {
	padding: 0 0 10px 0;	
}

/* Portfolio */
.portfolio {
	float: right;
	width: 720px;	
	margin: 0;
	padding: 0;
}

/* Press */
.press_grid {
	float: right;
	width: 720px;
	margin: 0;
	padding: 0;	
}
.press_grid_content {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 20px;
	text-align: center;	
}
.press_grid_content div {
	padding: 5px 0;
}
.press_grid_content div p {
	color: #777;	
}
.press_date {
	text-transform: uppercase;	
	/*font-size: 15px; */
	font-size: 14px;
}
.press_thumb {
	text-align: center;	
	padding-bottom: 10px;
}
.press_thumb img {
	border: 1px solid #999;	
}
.press_title {
	font-style: italic;	
	/* font-size: 15px; */
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
}
.press_descrip {
	height: 100px;
	/* font-size: 12px;	*/
	font-size: 11px;
	line-height: 1.75em;

}
.press_download {
	/* font-size: 11px; */
	font-size: 10px;
	font-style: italic;	
	padding: 10px 0 ;
}
.press_download a {
	color: #777;
	text-decoration: none;
}
.press_download a:hover {
	color: #333;	
}
.press_arrow_left {
	display: block;
	float: left;
	padding: 0 0 0 250px;	
	text-align: left;
}
.press_arrow_right {
	display: block;
	float: right;
	padding: 0 10px;	
	text-align: right;
}

/* Contact */
#contact_area {
	float: left;
	width: 360px;
	padding: 0 40px 0 80px;;
	margin: 0;
	border-right: 1px solid #CCC;
}
#contact_info {
	float: right;
	width: 390px;
	padding: 0 40px;
	line-height: 2em;
	text-align: center;
}


/* Footer */
#footer {
	margin: 70px 60px;	
	width: 845px;
	overflow: hidden;
}
#footer #music {
	float: left;
	overflow: hidden;
	width: 50px;
	height: 50px;
	overflow: hidden;	
}
#footer #music_container {
	float: left;
	overflow: hidden;
	width: 80px;
	height: 50px;
	margin: -20px 0 0 -50px;
}
#footer #music iframe {
	overflow: hidden;
}
#footer #facebook {
	float: right;
	width: 505px;
	text-align: right;
	padding: 10px 0 0 0;
}
#footer #facebook a img{
	border: 0px;
}
#clear {
	visibility: hidden;	
}

/*  ===== Contact Form ===== */
#contact_area p {font-size: 13px; margin:0 0 .75em;}
#contact_area a img {border:none;}
#contact_area label {font-weight:normal;}
#contact_area input {border:0; background-color: #eee; width: 300px; height: 25px; margin: 5px 0;}
#contact_area textarea {border:0; background-color: #eee; width: 300px; height: 100px; margin: 5px 0;}

#contact_area input.submit-button {
	background-color: #777;
	width: 150px;
	background-color: #666;
	color: #fff;
	text-transform: uppercase;
}

p#thank_you {
	font-size: 15px;	
	text-align: center;
	color: #ee3424;
}

div#hidden {
	display: none;
	visibility: hidden;
	left: -9999px;	
	width: 0;
	height: 0;
}
#contact_info p.address, #contact_info p.phone {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;	
	letter-spacing: .1em;
}



/*
* { margin: 0; padding:0; }

b, strong
{
  font-weight:bold;
  color:#000;
}

p
{
  margin:0 0 6px;
}

h1, h2, h3, h4, h5, h6
{
  font-family:Calibri,"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-weight:normal;
  margin: 0 0 8px;
}

h1, h2, h3
{
  color:#0c94d6;
}

h1 span
{
  color:#8FB325;
  font-size:20px;
  line-height:46px;
}

h2
{
  border-bottom:1px solid #8DD6E2;
  margin-top:30px;
  padding-bottom:2px;
  font-size:20px;
}

h2
{
  background:#00607c;
  padding:4px 10px;
  display:inline-block;
  _display:inline;
  zoom:1;
  color:#fff;
  font-size:16px;
  clear:both;
  border:0;
  margin-top:20px;
}

h2 span
{
  float:right;
  font-size:11px;
  font-weight:bold;
  letter-spacing:0;
  line-height:20px;
}

h3
{
  color:#8FB325;
  font-size:18px;
}

h4
{
  font-size:1.2em;
  font-weight:bold;
  margin:5px 0;
}

a
{
  color:#0075D9;
}

a img
{
  border:0 none;
}

blockquote
{
  border:1px dotted #FFFFFF;
  padding:5px;
}

pre
{
  white-space: pre-wrap;
  padding:10px;
  margin:0 0 10px 0;
  width:540px;
  overflow:auto;
  overflow-y: visible;
}

code
{
  padding:1px 3px;
}

code, pre
{
  background:#EEEEEE none repeat scroll 0 0;
  color:#555555;
}

#header
{
  border-bottom:1px dotted #000000;
  margin:0 0 10px;
  padding:5px 0;
}

#header h1
{
  font-size:36px;
  line-height:36px;
  margin:0;
}

#header h4
{
  font-weight:normal;
  margin:7px 0 0;
}

#header h4 a 
{
  text-decoration:none;
}


a.x:hover
{
  background:#0075D9 none repeat scroll 0 0;
  color:white;
  text-decoration:none;
}

a.x
{
  text-decoration:none;
}

#top
{
  background:#FFFFFF none repeat scroll 0 0;
  border-color:#464238;
  border-style:solid;
  border-width:25px 0;
  color:#333333;
  margin:0 auto;
  padding:15px;
  position:relative;
  width:560px;
}

#top ul
{
  list-style:inside square;
  margin-bottom:10px;
}

.thumb img {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #AAAAAA;
padding:5px;
}
.thumb:hover img {
border-color:#777777;
}
#toc {
background:#CCEAFF none repeat scroll 0 0;
border:1px solid #0075D9;
color:#333333;
float:right;
margin:0 0 40px 10px;
padding:0 10px;
width:250px;
}
#toc h2 {
border:0 none;
color:#336699;
margin:10px 0 5px;
}
#toc a {
color:#336699;
}
.hastoc {
margin-right:0;
}
.hastoc {
margin-right:0;
}
.b {
font-weight:bold;
}
.doc {
list-style-type:none;
margin-left:0;
padding-left:0;
}
.doc li {
margin:5px;
padding:5px;
}
.doc li h5 {
color:blue;
font-size:1.2em;
margin:0 0 5px;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
color:#333333;
font-size:0.7em;
font-weight:bold;
}
.doc li dl {
margin:5px 0 0;
}
.doc li dt {
font-weight:bold;
position:absolute;
text-transform:lowercase;
}
.doc li dd {
margin-left:80px;
}
#header #login-form {
float:right;
padding-top:5px;
width:330px;
}
#menu {
margin:0 27px;
overflow:hidden;
}
* html #menu {
height:1%;
}
#menu ul, #menu li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#menu li {
background:#00B0D8 no-repeat scroll 0 0;
float:left;
}
#menu li a {
background:#FFFFFF none repeat scroll 0 0;
display:block;
float:left;
padding:4px 12px;
text-decoration:none;
}
#menu li.current a, #menu li a:hover {
background:transparent no-repeat scroll right top;
color:#FFFFFF;
text-decoration:none;
}
.message {
background:#00B0D8 no-repeat scroll 0 0;
color:#FFFFFF;
font-size:1.3em;
line-height:1.4em;
margin:0 auto 20px;
position:relative;
width:788px;
}
.message p {
background:transparent no-repeat scroll 0 100%;
margin:0;
padding:20px;
}
.message a{
color:#FFFFFF;
font-weight:bold;
}

.container {
-x-system-font:none;
background:white none repeat scroll 0 0;
border-bottom:1px solid black;
border-right:1px solid black;
color:#333333;
font-family:"Trebuchet MS",sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:100%;
line-height:1.6em;
padding:15px 15px 50px;
width:900px;
}
td {
font-size:11px;
line-height:1.65em;
}
td strong {
font-size:13px;
}
td h2 {
padding-bottom:10px;
}
.download-widget {
border:1px solid #CCCCCC;
position:relative;
width:100%;
}
.download-widget td, .download-widget th {
background:#EEEEEE none repeat scroll 0 0;
margin:1px;
padding:5px;
}
.download-widget th {
background:#E0E0E0 none repeat scroll 0 0;
font-weight:bold;
text-align:left;
}

#login {
width: 238px;
margin: 0 auto;
padding:20px 0 0 43px;
background: url(http://www.maryevelyn.com/css/sexyimages/user.png) no-repeat left center;
}

#login label {
display:block;
font-size:12px;
padding-bottom:5px;
text-align:right;
}
#login label em{
width:80px;
display:block;
float:left;
font-style: normal;
}
#login input {
width:146px;
height:22px;
border:1px solid #ccc;
}

#login input.submit {
width:auto;
height:auto;
border:1px solid #ccc;
float:right;
}

.img_container { height:130px; }
.img_container ul {display:block;padding:0;margin:0;list-style:none;}
.img_container ul li{float:left;width:100px;margin:10px;}
.img_container ul li a img {
    width:93px;
    height:93px;
    border:1px solid #574331;
    padding:5px;
    background:#eee;
}
.imageborder img{
    width:93px;
    height:93px;
    border:1px solid #574331;
    padding:5px;
    background:#eee;
    float:left;
    margin:0 10px;
}
.img_container ul li a:hover img, .imageborder:hover img { background:#e8e8e8; border-color: darkred; }

span.comment { color: #008080; font-weight: normal; }
span.oper { color: #0000f0; font-weight: normal; }
span.var { color: #d56000; font-weight: normal; }
span.func { color: #aa00ff; font-weight: normal; }
span.string { color: #777777; font-weight: normal; }
span.num { color: #990000; font-weight: bold; }
span.reg { color: #8d7f07; font-weight: normal; }


}
*/