/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, html body {
	height:100%;
}

img {
	border-width: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	padding-bottom: 12px;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: url(../img/background_tile.gif) repeat;
	background-attachment: fixed;
/* 	font-family: Georgia, Palatino, Times, "Times New Roman", serif; */
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #b87a68;
}

#container {
	background: url(../img/container_bg.png) repeat-y;
	width: 700px;
	height: 100%;
	margin: 0 auto;
	padding: 0 25px 0 25px;
}

html>body #container {
	height: auto;
	min-height: 100%;
}

#header h1 {
	background: url(../img/mtyci_logo_header.jpg) no-repeat;
	height: 100px;
	width: 175px;
	text-indent: -9999px;
	margin-right: 50px;
	float: right;
}

#header ul {
	padding: 50px 0 0 15px;
}

#header ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#header ul li a {
	display:block;
	height:45px; width: 45px;
	background:transparent url(../img/navbar.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
	#header ul li a:hover {
	background-position-y: -45px;
	}

#header ul li#navigation2 a {
	width: 55px;
	background-position: -45px 0;
}
	#header ul li#navigation2 a:hover {
	background-position-y: -45px;
	}

#header ul li#navigation3 a {
	width: 70px;
	background-position: -100px 0;
}
	#header ul li#navigation3 a:hover {
	background-position-y: -45px;
	}

#header ul li#navigation4 a {
	width: 45px;
	background-position: -170px 0;
}
	#header ul li#navigation4 a:hover {
	background-position-y: -45px;
	}

#header ul li#navigation5 a {
	width: 66px;
	background-position: -215px 0;
}
	#header ul li#navigation5 a:hover {
	background-position-y: -45px;
	}
	
#header ul li#navigation6 a {
	width: 108px;
	background-position: -285px 0;
}
	#header ul li#navigation6 a:hover {
	background-position-y: -45px;
	}

#content {
	width: 560px;
	background-image: url(../img/content_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 45px;
	display: block;
}

h2 {
	text-indent: -9999px;
	width: 560px; height: 43px;
}

h2#secretbanner {
	background: url(../img/secret_banner.jpg);
}

h2#notfoundbanner {
	background: url(../img/404_banner.jpg);
}

h2#aboutbanner {
	background: url(../img/about_banner.jpg);
}

h2#pressbanner {
	background: url(../img/press_banner.jpg);
}

h2#productsbanner {
	background: url(../img/products_banner.jpg);
}

h2#contactbanner {
	background: url(../img/contact_banner.jpg);
}

#content h3 {
	margin-left: 15px;
	text-indent: -9999px;
	width: 250px; height: 20px;
}

h3#cosabella {
	background: url(../img/cosabella_banner.gif);
}

h3#dresses {
	background: url(../img/dresses_banner.gif);
}

h3#tops {
	background: url(../img/tops_banner.gif);
}

h3#bottoms {
	background: url(../img/bottoms_banner.gif);
}

h3#baby {
	background: url(../img/baby_banner.gif);
}

h3#accessories {
	background: url(../img/accessories_banner.gif);
}

h3#shoes {
	background: url(../img/shoes_banner.gif);
}

h3#bags {
	background: url(../img/bagsandpurses_banner.gif);
}

h3#forthehome {
	background: url(../img/forthehome_banner.gif);
}

h3#forhim {
	background: url(../img/forhim_banner.gif);
}

div.topbar {
	height: 29px; width: 560px;
	background: url(../img/top_bar.jpg) no-repeat scroll center;
}

div.topbar hr {
	display: none;
	width: 560px
}

div.bottombar {
	height: 29px; width: 560px;
	background: url(../img/bottom_bar.jpg) no-repeat scroll center;
}

div.bottombar hr {
	display: none;
	width: 560px
}

#content p {
	padding: 0 15px 10px 15px;
}

#footer {
	width: 560px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	padding-right: 45px;
}

div.center2 {
	width: 100%;
	text-align: center;
}

#press {
	line-height: 15px;
}

#press h3 {
	text-indent: 0;
	font-size: 25px;
	width: auto; height: auto;
	padding-bottom: 15px;
}

#press a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #361606;
}

#contact {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

#map {
	border: 5px solid white;
}

blockquote {
	line-height: 150%;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
}

#movie {
	align: center;
	padding-bottom: 35px;
	width:420px;
	height: 338px;
	margin: auto;
}

