/* Fashion House Corporate Wear */
@import url("global.css");
@import url("nav.css");
@import url("gallery.css");
@import url("cmxform.css");
@import url("sifr-screen.css");
@import url("clearfix.css");

.cycleBox {
	height: 430px;
	overflow: hidden;
	width: 200px;
}

.cycleBoxHome {
	height: 171px;
	overflow: hidden;
	width: 533px;
}

a.footer:link, a.footer:active, a.footer:visited {
	color: #888;
	text-decoration: none;
}

a.footer:hover {
	color: #888;
	text-decoration: underline;
}

#home-banner {
	position: relative;
	width: 200px;
	height: 430px;
}

#home-banner-img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#content {
	background:url(../images/bg-content.gif) repeat-y;
	font-size:1em;
	color:#3d4a51;
}

#rightcol {
	background:url(../images/bg-top.gif) repeat-x;
	float:left; width:590px;
	position:relative
}
#rightcol #head {
	padding: 0 0 10px;
}
#rightcol .logo {
	display:block;
	/*position:absolute;
	left:103px; top:21px;*/
	margin: 0 auto;
	text-align: center;
	margin: 10px 0 15px 0;
}

#leftcol {
	float:left; width:200px;
}
#leftcol .details {
	margin:20px;
	width:145px;
	font-size:1.1em;
	line-height:18px;
	color: white;
}
#leftcol .details p {
	margin:1em 0;
}
#leftcol .details a {
	color: #b3617e;
}
#leftcol .details a:hover {
	color: white;
}
#content #leftcol .quote {
	width:160px; height:106px;
	display:block; text-indent:-9999px; overflow:hidden;
	margin:30px 10px 10px;
}
#home #content #leftcol .quote {background:url(../images/quote-home.gif) no-repeat;}
#profile #content #leftcol .quote {background:url(../images/quote-home.gif) no-repeat;}
#ladies #content #leftcol .quote {background:url(../images/quote-home.gif) no-repeat;}
#mens #content #leftcol .quote {background:url(../images/quote-home.gif) no-repeat;}
#links #content #leftcol .quote {background:url(../images/quote-home.gif) no-repeat;}
#contact #content #leftcol .quote {background:url(../images/quote-home.gif) no-repeat;}

#leftcol ul {
	margin:10px 20px;
	padding:0;
	border-bottom:1px solid #5e162f;
	list-style-type:none;
	width:145px;
	color:white;
	font-size:1.1em;
}
#leftcol ul li {
	margin:0 0 1em;
}
#leftcol ul a {
	color:#b3617e;
}
#leftcol ul a:hover {
	color:white;
}
.banner {
	margin:0 20px;
	border-bottom: 1px solid #c9d1ec;
	width: 533px;
}

.banner .cycleBoxHome img {
}

#copy {
	margin:25px;
	width:540px;
	font-size:1.1em;
	line-height:18px;
}

#copy p {
	margin:1em 0;
}
#copy ul, #copy ol, #copy dl {
	margin:1em 0;
	padding-left:30px;
}

#copy h1, #copy h2, #copy h3, #copy h4, #copy h5, #copy h6 {
	font-weight:normal;
}
#copy h1 {
	font-size:1.6em;
	color:#7e1d3f;
}

#footer {
	width:570px;
	margin-left:200px;
	text-align:center;
	font-size:1em;
	color:#666;
	padding:10px 0;
}
#footer p {	margin:1em 0; }
#footer .nav {font-size:1.1em;}
#footer .nav, #footer .nav a {color:#6d86d0; display: none;}
#footer .nav a:hover {color:#666;}
#footer .wf {	margin:1em 0; }

table.collection td {
	vertical-align: top;
}

img.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.calltoaction {
  font-size: x-large;
  font-weight: bolder;
}

.right {
  text-align:right !important;
}

