/* CSSTidy 1.3: Sun, 22 Aug 2010 12:00:22 -0600 */
#content-wrap {
	background:#FFF url(/images/template/main-bg.png) repeat-y 0 0;
	height:auto!important;
	margin:0 auto;
	min-height:400px;
	overflow:hidden;
	padding:0;
}

#fb a {
	background-color:transparent;
	display:block;
	padding-left:30px;
	text-align:left;
	text-decoration:none;
	width:150px;
}

#footer {
	background:#FFF url(/images/template/footer.png) no-repeat 0 0;
	height:112px;
	margin:-20px auto 0;
	padding:0;
}

#footer-links {
	padding-bottom:10px;
	padding-top:40px;
	text-align:center;
}

#footer-outs {
	color:#eaeaea;
	font-size:10px;
	letter-spacing:2px;
	text-decoration:none;
	text-transform:capitalize;
}

#footer-outs a {
	padding-right:140px;
}

#header {
	background:#FFF url(/images/template/header.png);
	height:308px;
	margin:0 auto;
	position:relative;
}

#hlinkfive {
	background-image:url(/images/menu/purse.png);
	bottom:0;
	height:191px;
	left:670px;
	position:absolute;
	width:142px;
}

#hlinkfour {
	background-image:url(/images/menu/outfit.png);
	bottom:0;
	height:191px;
	left:488px;
	position:absolute;
	width:179px;
}

#hlinkone {
	background-image:url(/images/menu/shirt.png);
	bottom:0;
	height:191px;
	left:0;
	position:absolute;
	width:159px;
}

#hlinkthree {
	background-image:url(/images/menu/dress.png);
	bottom:0;
	height:191px;
	left:323px;
	position:absolute;
	width:162px;
}

#hlinktwo {
	background-image:url(/images/menu/pants.png);
	bottom:0;
	height:191px;
	left:162px;
	position:absolute;
	width:158px;
}

#left-content {
	border-right:dashed 1px #ff89d3;
	letter-spacing:1px;
	min-height:400px;
	text-align:right;
}

#myMap {
	border:solid 3px #FFC0CB;
}

#right-content {
	min-height:400px;
}

.att-box {
	background:#FFC url(/images/icons/a1.png) 10px no-repeat;
	border-bottom:solid 3px #900;
	border-top:solid 3px #900;
	color:#900;
	padding:20px 10px 20px 60px;
	text-align:left;
}

.att-box-sale {
	background:#FFC url(/images/icons/wallet.png) 10px no-repeat;
	border-bottom:solid 3px #900;
	border-top:solid 3px #900;
	color:#900;
	font-size:18px;
	line-height:24px;
	padding:20px 10px 20px 60px;
	text-align:left;
}

.centered {
	text-align:center;
}

.centered img {
	padding:10px;
}

.fortypacer {
	display:block;
	height:40px;
}

.tenspacer {
	display:block;
	height:10px;
}

.thirtyspacer {
	display:block;
	height:30px;
}

.twentyspacer {
	display:block;
	height:20px;
}

address {
	text-align:left;
}

html,body {
	background:#FFF url(/images/template/bg.png);
	margin:0;
	padding:0;
}

ul.lmenu {
	list-style-type:none;
}

ul.lnorm {
	list-style-type:disc;
	text-align:left;
}

ul.numlist {
	list-style-type:decimal;
	text-align:left;
}

#bottomPhotos {
	margin:29px auto;
	width:250px;
}


	
/* GLASS IMG BORDERS
****************************/
.glass {
	padding:6px;
	background:#eee;
	background:0 color-stop(0.5,#ddd), color-stop(0.5,#c0c0c0), to(#aaa));
	background:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.7);
	box-shadow:0 0 10px rgba(0,0,0,.7);
}

.aluminium {
	padding:5px;
	background:#ccc;
	background:0 color-stop(0.25,#aaa), to(#8a8a8a));
	background:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #666;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.7);
	box-shadow:0 0 10px rgba(0,0,0,.7);
}

.transparent {
	padding:5px;
	background:#555;
	background:rgba(0,0,0,.4);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.7);
	box-shadow:0 0 10px rgba(0,0,0,.7);
}

.red {
	background:#ff5555;
	background:rgba(255,0,0,.4);
}

.yellow {
	background:#ffff55;
	background:rgba(255,255,0,.4);
}

.green {
	background:#55ff55;
	background:rgba(0,255,0,.4);
}

.blue {
	background:#5555ff;
	background:rgba(0,0,255,.4);
}


	
/* LEFT HOVER MENU
****************************/
#nav_bright li {
	margin:0 5px;
	padding:0 0 8px;
	float:left;
	position:relative;
	list-style:none;
}

#nav_bright a {
	font-weight:bold;
	color:#737373;
	text-decoration:none;
	display:block;
	padding:8px 20px;
	margin:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-shadow:0 1px 1px white;
}

#nav_bright ul li:hover a,#nav_bright li:hover li a {
	background:none;
	border:none;
	color:#666;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#nav_bright ul li:hover > a {
	//background:#dedddd filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bedae9',endColorstr='#bedae9');
	//background:0 to(#bedae9))!important;
	//background:0!important;
	background: #dedddd 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bedae9', endColorstr='#bedae9');
	background: -webkit-gradient(linear, left top, left bottom, from(#bedae9), to(#bedae9)) !important;
	background: -moz-linear-gradient(top,  #e5e5e5,  #dedede) !important;
	
	
	color:#444;
	border:solid 1px #ececec!important;
	-webkit-box-shadow:0 0 1px #999!important;
	-moz-box-shadow:0 0 1px #999!important;
	box-shadow:0 0 1px #999!important;
	width:166px;
	margin-left:-5px;
	font-weight:bold;
}

#nav_bright ul {
	//background:#ffd0dc;
	//filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#e3e3e3');
	//background:0 to(#ffd0dc));
	//background:0;
	background: #ffd0dc; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e3e3e3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #ededed,  #e3e3e3);
	
	display:none;
	margin:0;
	padding:0;
	width:200px;
	position:absolute;
	top:35px;
	left:0;
	border:solid 1px #F2F2F2;
	-webkit-box-shadow:0 1px 3px #CCC;
	-moz-box-shadow:0 1px 3px #CCC;
}

#nav_bright li:hover > ul {
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	z-index:9;
	left:100px;
	top:10px;
}

#nav_bright ul li {
	float:none;
	margin:0;
	padding:0;
}

#nav_bright ul a {
	font-weight:normal;
	text-shadow:0 1px 1px white;
}

#nav_bright ul ul {
	left:156px;
	top:-3px;
	width:165px;
}

.jquery-msgbox {
	background:url(images/background.png) repeat-x left bottom;
	padding-bottom:55px;
}

.jquery-msgbox-wrapper {
	padding:20px 20px 20px 100px;
}

.jquery-msgbox-buttons {
	padding:15px;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}

.jquery-msgbox-buttons button,.jquery-msgbox-buttons input {
	margin-left:10px;
	cursor:pointer;
	min-width:85px;
	padding:0 14px 2px;
	height:24px;
}

.jquery-msgbox-inputs {
	margin-top:4px;
}

.jquery-msgbox-inputs input {
	display:block;
	padding:3px 2px;
	border:1px solid #dddddd;
	margin:3px 0 6px;
	width:95%;
}

.jquery-msgbox-label {
	font-weight:bold;
	font-size:11px;
}

.jquery-msgbox-alert {
	background:url(/images/msgbox/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info {
	background:url(/images/msgbox/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error {
	background:url(/images/msgbox/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt {
	background:url(/images/msgbox/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm {
	background:url(/images/msgbox/confirm.png) no-repeat 20px 20px;
}
