/* Margot Raybould by I Do, I Do web design */

#TEMP {
	position: absolute;
	background-repeat: no-repeat;
	background-color: #000000;
	top:700px;
}

/* Global Styles */

/* -------------------------------- General Structure -------------------------------*/
body{
	background:#3F3F3F url(../images/background_image.gif) no-repeat center top; /*background image centred to stay with centred container */
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; /* default font family to be inherited for all text including alt tags */
	font-size:11px; /* default font size for all text */
	color:#3F3F3F; /* page content text color */
	margin:0;padding:0;
}

#container {
	position:relative;
	width: 900px; /* width of page content */
	margin:30px auto 30px auto; /* centres */
	background:#FFF; /* main page content background colour */
}


#left{
	position:relative;
	float:left;
	width:210px;
	top:28px;
}

#logo{
	height:244px;
	width:165px;
	margin-left:18px; /*centre logo in left column */
}

#menu{
	margin-top:20px;
	margin-left:15px; /* centre menu in left column */
	font-size:13px;
	width:171px; /* half size of button images */
	height:185px;
}

#centre{
	position:relative;
	float:left;
	width:460px;
	padding-top:26px;
	background:url(../images/middle_pattern.gif);
	height:558px;
}

#insert{
	margin:15px auto;
	padding:0;
	width:424px;
	height:474px;
}
/* contact us */
#insertwhite {
	margin:15px auto;
	padding:6px 20px 0px 40px;
	width:350px;
	height:500px;
	background-color:#FFFFFF;
}


#right{
	position:relative;
	float:left;
	width:197px;
	top:28px;
	margin-left:12px;
}

#upperright{
	height:260px;
	padding-bottom:15px;
	overflow:hidden;
}

#upperrightmain{
	padding-bottom:15px;
}

#lowerright{
	height:270px;
	padding-bottom:10px;
	text-align:center;
}


#footer{
	position:relative;
	width:900px;
	text-align:right;
	margin:0 auto;
	top:-30px;
}

/* --------------------------------- General Display --------------------------------*/

h1, h2, h3, h4 {
	margin:0; padding:0;
	font-weight:bold;
}

h1{
	font-size:20px;
	line-height:30px;
}

h2{
	font-size: 18px;
	text-align:center;
}

h3{
	font-size:16px;
	margin-bottom:10px;
}

h4 {
	font-size: 12px;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#515151;
}

p {
	margin:10px 0 10px 0;
	padding:0;
}

p.gap {margin-top:20px;}

a {
	color:#3F3F3F;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus, a:active, a.active{
	color: #CC3366;
}

#menu a{
	font-size:16px;
	text-align:center;
}

#menu a:hover, #menu a:focus, #menu a:active, #menu a.active{
	color: #CC3366;
}

a.link {
	border-bottom:1px dotted #666666;
}

a.link:hover, a.link:focus, a.link:active{
	color: #CC3366;
}
/* wedding gowns */
td {
	text-align: center;
	padding-top:0px;
}

td.pad{
	padding-top:40px;
}

table.dresses {
	padding-top:20px;
}

/* extended christmas opening hours */
table#hours {
	padding:10px 0 30px 0;
}
table#hours td{
	padding:0 5px;
	margin:0;
	text-align:left;
}



/* ------------------------------------ Corners ------------------------------------*/

.cnr{
	position:relative;
	background:url(../images/corner.gif) no-repeat;
	height:10px;
	line-height:1px; font-size:1px; /* stop ie6 from making div larger */
	width:10px;
}

.tlt{
	background-position:left top;
	float:left;
}
.trt{
	background-position:right top;
	float:right;
}
.blt{
	background-position:left bottom;
	float:left;
}
.brt{
	background-position:right bottom;
	float:right;
}

.btm{
	position:absolute;
	height:10px;
	width:900px;
	line-height:1px; font-size:1px; /* stop ie6 from making div larger */
	bottom:0px;
}

/* ------------------------------------- Menu -------------------------------------*/

#menu ul{ 
	list-style-type:none; /*removes bullets from the list*/ 
	text-align:center; /*aligns the text to what should end up as the center of each graphical button*/
	margin:0;padding:0;
}

#menu ul li a{
	display:block;
	height:37px;
	width:171px;
	line-height:37px;
	overflow:hidden; /* for ie 6 to avoid overflow */
}

#menu ul li a span{
	display:block;
	position:relative;
	top:-37px; /* position span on top of link */
	height:37px;
	width:171px;
}

#menu ul li a span#home{
	background:url(../images/button_home.gif) 0px 0px; /* base position */
}
#menu ul li a span#weddinggowns{
	background:url(../images/button_weddinggowns.gif) 0px 0px; /* base position */
}
#menu ul li a span#bridesmaids{
	background:url(../images/button_bridesmaids.gif) 0px 0px; /* base position */
}
#menu ul li a span#prom{
	background:url(../images/button_prom.gif) 0px 0px; /* base position */
}
#menu ul li a span#accessories{
	background:url(../images/button_accessories.gif) 0px 0px; /* base position */
}
#menu ul li a span#contactus{
	background:url(../images/button_contactus.gif) 0px 0px; /* base position */
}

#menu ul li a:hover span#home, #menu ul li a:focus span#home, #menu ul li a:active span#home, #menu ul li a.active span#home{
	background:url(../images/button_home.gif) -171px 0px;
}
#menu ul li a:hover span#weddinggowns, #menu ul li a:focus span#weddinggowns, #menu ul li a:active span#weddinggowns, #menu ul li a.active span#weddinggowns{
	background:url(../images/button_weddinggowns.gif) -171px 0px;
}
#menu ul li a:hover span#bridesmaids, #menu ul li a:focus span#bridesmaids, #menu ul li a:active span#bridesmaids, #menu ul li a.active span#bridesmaids{
	background:url(../images/button_bridesmaids.gif) -171px 0px;
}
#menu ul li a:hover span#prom, #menu ul li a:focus span#prom, #menu ul li a:active span#prom, #menu ul li a.active span#prom{
	background:url(../images/button_prom.gif) -171px 0px;
}
#menu ul li a:hover span#accessories, #menu ul li a:focus span#accessories, #menu ul li a:active span#accessories, #menu ul li a.active span#accessories{
	background:url(../images/button_accessories.gif) -171px 0px;
}
#menu ul li a:hover span#contactus, #menu ul li a:focus span#contactus, #menu ul li a:active span#contactus, #menu ul li a.active span#contactus{
	background:url(../images/button_contactus.gif) -171px 0px;
}

/* --------------------------------- Line divider ---------------------------------*/

hr {display:none;} /* Only display the horizontal rules if CSS is turned off */

/* -------------------------------- Specific items --------------------------------*/

.clear{
	clear:both; /*clears float to bring down background */
}

.ftrtext{
	color:#BBB;
	font-size:10px;
	margin:0;
	padding:5px 10px 0 0;
}

#lowerright p{
	margin:0;
}

.centre{
	text-align:center;
}

