/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Author : Richard Jones
URL : www.kissxx.co.uk

Designed By : Richard Carpenter
URL : www.richard-carpenter.co.uk

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666565;
	text-align: justify;
}

/* HEADERS & LINK STYLES */

a.noLink:link {
	color: #666565;
	text-decoration: none;
}
a.noLink:visited {
	color: #666565;
	text-decoration: none;
}
a.noLink:hover {
	color: #666565;
	text-decoration: none;
}
a.noLink:active {
	color: #666565;
	text-decoration: none;
}


a:link {
	color: #B20990;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC00FF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CC00FF;
}

a.dresses:link {  background: url('http://www.kissxx.co.uk/buttons/bridalgowns.jpg') no-repeat center; 
display: block;
width: 150px;
height: 113px;

} 

a.dresses:hover { background: url('http://www.kissxx.co.uk/buttons/bridalgowns2.jpg') no-repeat center;
display: block;
width: 150px;
height: 113px;

}
/*display: block; width: 150px; height: 113px; background: url('buttons/bridalgowns.jpg') no-repeat center; */
.headings {
	color: #c0119d;
	font-size: 18px;
	background-image: url(images/xx_icon.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	
}

.subheadings {
	color: #c0119d;
	font-size: 16px;
	font-weight:bold;
}

h1 {
font-size: 12px;
	font-weight: normal;
	text-align: justify;
	
	}
	
	h1.nostyle {
font-size: 12px;
	font-weight: normal;
	text-align: justify;
	
	}

h2.nostyle {
font-size: 12px;
	font-weight: normal;
	display: inline;

}

h2 {
	color: #c0119d;
	font-size: 14px;
}

h3 {
	color: #800B68;
	font-size: 12px;
	font-style: italic;
}

.events {
	color: #333333;
	font-size: 10px;
}

h4 {
	color: #c0119d;
	font-size: 14px;
	text-align: center;
}

/* CONTENT CONTAINER */

#container {
	margin: auto;
	width: 850px;
}

/* NAVIGATION BAR */

#navbar {
	height: 27px;
	width: 850px;
	padding-top: 13px;
	float: left;
}

#navlinks ul {
	margin: 0px;
	padding: 0px;
}

#navlinks li {
	list-style:none;
	float: left;
	padding-right: 21px;
	padding-left: 21px;
	background-image: url(images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#navlinks a {
	text-decoration: none;
	color: #CCCCCC;
}

#navlinks a:hover {
	color: #FF00CC;
}

.arrow {
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}

/* HEADER STYLES */

#header {
	height: 79px;
	width: 850px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* CONTENT CONTAINER */

#content_container {
	float: left;
	width: 807px;
	margin-left: 21px;
	margin-right: 21px;
}

/* CONTENT STYLES */

#content {
	width: 530px;
	float: left;
}
#content_sub {
	width: 760px;
	float: left;
}

#content p {
	line-height: 20px;
}

#content_top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 807px;
}

#content_middle {
	background-image: url(images/content_middle.png);
	background-repeat: repeat-y;
	width: 767px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 807px;
	clear: both;
}

/* SIDEBAR STYLES */

#sidebar {
	float: right;
	width: 204px;
}

.sidebar_box {
	width: 204px;
}

.sidebar_box_top {
	background-image: url(images/sidebar_box_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 204px;
}

.sidebar_box_middle{
	background-image: url(images/sidebar_box_middle.png);
	background-repeat: no-repeat;
	width: 182px;
	background-color: #E2E2E2;
	min-height: 93px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
}

.sidebar_box_middle ul li {
	list-style-image: url(images/bullets.png);
	margin-left: 15px;
	margin-top: 3px;
}

.sidebar_box_bottom {
	background-image: url(images/sidebar_box_bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 204px;
	margin-bottom: 20px;
}

/* FOOTER STYLES */

#footer {
	width: 850px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* REUSEABLE CLASSES */

.float-left {
	float: left;
}

.float-rights {
	float: right;
}

.button li{
	height:113px;
	list-style-type:none;
	list-style:none;
	display:inline;
	float:left;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#accessories a{
	width:150px;
	height:113px;
	display:block;
	background-image: url(buttons/accessories1.jpg);
	background-repeat: no-repeat;
}

#accessories:hover a{
	background-image: url(buttons/accessories2.jpg);
	background-repeat: no-repeat;
}

#brides_maid a{
	width:150px;
	height:113px;
	display:block;
	background-image: url(buttons/bridesmaids1.jpg);
	background-repeat: no-repeat;
}

#brides_maid:hover a{
	background-image: url(buttons/bridesmaids2.jpg);
	background-repeat: no-repeat;
}

#dresses a{
	width:150px;
	height:113px;
	display:block;
	background-image: url(buttons/bridalgowns1.jpg);
	background-repeat: no-repeat;
}

#dresses:hover a{
	background-image: url(buttons/bridalgowns2.jpg);
	background-repeat: no-repeat;
}

#prom_evening a{
	width:150px;
	height:113px;
	display:block;
	background-image: url(buttons/promandevening1.jpg);
	background-repeat: no-repeat;
}

#prom_evening:hover a {
	background-image: url(buttons/promandevening2.jpg);
	background-repeat: no-repeat;
}

#shoes a{
	width:150px;
	height:113px;
	display:block;
	background-image: url(buttons/shoes1.jpg);
	background-repeat: no-repeat;
}

#shoes:hover a {
	background-image: url(buttons/shoes2.jpg);
	background-repeat: no-repeat;
}

#tiara a{
	width:150px;
	height:113px;
	display:block;
	background-image: url(buttons/tiaras1.jpg);
	background-repeat: no-repeat;
}

#tiara:hover a {
	background-image: url(buttons/tiaras2.jpg);
	background-repeat: no-repeat;
}

