@charset "utf-8";
/* CSS Document */

/*CSS for Coneys Designer Clothes*/

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

body {
    background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica;
}


div#coneys-fashion-clothing-lincolnshire-holder {
	width:961px;
	height:100%;
	margin:30px auto 5px auto;
	background-color:#ffffff;
}

div#coneys-designer-clothes-header {
    width:961px;
	height:126px;
	background-image:url(../designer-clothes-fashion-shop/coneys-designer-clothes-shop-lincolnshire.jpg);
}

div#clothes-fashion-brands-lincolnshire-left {
  float:left;
  width:171px;
  height:610px;;
}

div#coneys-designer-clothes-lincolnshire-nav {
    width:745px;
	height:26px;
	float:left;
	background-image:url(../designer-clothes-fashion-shop/coneys-designer-clothes-lincolnshire2.jpg);
	padding-top:10px;
	padding-left:45px;
}

#main-clothes-menu {
    list-style: none;
    float: left;
}
 
ul#main-clothes-menu li {
    float: left;
    display: inline;
    margin-right:14px; /*gap between items*/
 }
 
ul#main-clothes-menu li a, ul#main-clothes-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: normal; /*change to "bolder" to bold it*/
    color: #ffffff; /*change to the colour you want*/
    font-size:10pt;
}

ul#main-clothes-menu li a:hover {
   color: #cdaa41;
}

div#coneys-clothes-lincolnshire-main-contents {
   width:755px;
   height:100%;
   background-image:url(../designer-clothes-fashion-shop/coneys-boston.jpg);
   background-repeat:no-repeat;
   background-color:#000000;
   float:left;
   font-size:10pt;
   color:#ffffff;
   padding-left:25px;
   padding-right:10px;
   padding-top:25px;
}


div#coneys-designer-clothes-footer {
	width:961px;
	height:24px;
    clear:both;
	float:left;
	background-image:url(../designer-clothes-fashion-shop/coneys-lincolnshire-clothes-footer.png);
	color:#ffffff;
	text-align:center;
	font-size:10pt;
	padding-top:12px;
}

div#coneys-designer-clothes-lincolnshire-nav2 {
    width:736px;
	height:20px;
	float:left;
	padding-top:6px;
	padding-left:225px;
}


div#coneys-lincolnshire-footernotes {
 clear:both;
 float:left;
 font-size:7pt;
 color:#666666;
 width:961px;
 height:65px;
 text-align:center;
 padding-top:12px;
}

div#coneys-fashion-labels1 {
float:left;
width:335px;
height:200px;
border-right:1px #999999 solid;
border-bottom:1px #999999 solid;
margin-right:25px;
margin-bottom:20px;
}



h1 {
	color: #646262;
	font-size: 18pt;
	font-weight:normal;
} 

.coneys-designer-clothes-lincolnshire-paddingb {
     padding-bottom:6px;
}

.coneys-designer-clothes-lincolnshire-paddingr {
     padding-right:9px;
}

.designer-clothes-store-lincolnshire-style1 {
	color: #CDAA42;
	font-weight: bold;
	font-size: 14pt;
}

.style1 {
	color: #006699;
	font-weight: bold;
}
.style2 {color: #990000}
.style4 {color: #990000; font-weight: bold; }

.style5 {color: #0066FF;
text-decoration:none;}


