/* 
    Document   : gorgeous
    Created on : 19-Mar-2010, 12:25:20
    Author     : firthy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {margin:0;padding:0;}

#wrapper{margin: 0 auto;width:980px;padding:0;}


#logo {
    background: #FFF url('../img/bgLogo.gif') no-repeat scroll 0% 0%;
    width: 337px;
    height: 49px;
   text-indent: -1000em;
    border: 0;
    margin: 0;
    float:left;
    outline:none;
    overflow:hidden;
}

#logo a {
    display: block;
    width: 337px; 
    height: 49px;
    text-decoration: none;
    border: 0;
}

#signup{float:left;margin-left:80px;padding-top: 15px;}
#minicart{float:right;;height:49px;line-height: 49px;vertical-align: middle;margin-right:37px;}
#minicart a{background:url(../images_basket/BAG_OFF.jpg) no-repeat 100% 50%;height:49px;width:45px;line-height: 49px;vertical-align: middle;display:inline-block;outline:none; overflow:hidden;text-indent: -1000em;}
#minicart a:hover{background:url(../images_basket/BAG_ON.jpg) no-repeat 100% 50%;}


#menu{clear:both;padding:0;margin:0; list-style: none;height:24px;}
#menu li{float:left; outline:none;overflow:hidden;text-indent: -1000em;}

#menu a{display:block;height:24px;margin-right:2px;}

#menu #shop a{width:234px;background:transparent url('../img/btnShop.gif') no-repeat 0 0;}
#menu #shop a:hover{background:transparent url('../img/btnShop.gif') no-repeat -234px 0;}

#menu #madeToMeasure a{width:234px;background:transparent url('../img/btnMade.gif') no-repeat 0 0;}
#menu #madeToMeasure a:hover{background:transparent url('../img/btnMade.gif') no-repeat -234px 0;}

#menu #stylist a{width:236px;background:transparent url('../img/btnStylist.gif') no-repeat 0 0;}
#menu #stylist a:hover{background:transparent url('../img/btnStylist.gif') no-repeat -236px 0;}

#menu #clearance a{width:233px;background:transparent url('../img/btnSale.gif') no-repeat 0 0;margin:0;}
#menu #clearance a:hover{background:transparent url('../img/btnSale.gif') no-repeat -233px 0;margin:0;}



/* this is for home page 1 */
#home1 #menu #shop a{width:234px;background:transparent url('../img/shop.gif') no-repeat 0 0;}
#home1 #menu #shop a:hover{background:transparent url('../img/shop.gif') no-repeat -234px 0;}

#home1 #menu #madeToMeasure a{width:234px;background:transparent url('../img/made.gif') no-repeat 0 0;}
#home1 #menu #madeToMeasure a:hover{background:transparent url('../img/made.gif') no-repeat -234px 0;}

#home1 #menu #stylist a{width:236px;background:transparent url('../img/stylist.gif') no-repeat 0 0;}
#home1 #menu #stylist a:hover{background:transparent url('../img/stylist.gif') no-repeat -236px 0;}

#home1 #menu #clearance a{width:233px;background:transparent url('../img/sale.gif') no-repeat 0 0;margin:0;}
#home1 #menu #clearance a:hover{background:transparent url('../img/sale.gif') no-repeat -233px 0;margin:0;}

#content{}
#homeFlashContent{}

#footer{margin:5px 30px 0 0;clear:both;}

#footer div{line-height:46px;height:46px;vertical-align: middle;display:}
#footer #footer-col1{float:left;}
#footer #footer-col2{
	float:right;font-size: 
	10px;line-height:46px;height:46px;color: #000000;font-weight: bold;
	background: url'/images/icon_telephone_home.gif') no-repeat 0% 50%;
	padding-left:20px;}

#footer a{text-decoration:none;color:gray;letter-spacing: 2px;inline-block;padding:0 10px 0 10px;}
#footer a.first{padding:0 10px 0 0;}

#footer a:hover{text-decoration:underline;}
#footer #facebook{background: url('../img/facebook.jpg') no-repeat 100% 50%;padding-right:35px;height:46px;display:inline-block;}
#footer #twitter{background: url('../img/Twitter-Bird.jpg') no-repeat 100% 50%;padding-right:35px;height:46px;display:inline-block;}
#footer #s_tag{background: url('../img/tag.jpg') no-repeat 100% 50%;padding-right:35px;height:46px;display:inline-block;}


.clear{clear:both;height:0;}
.floatLeft{float:left;}
.floatRight{float:right;}





