.jcarousel-list li,
.jcarousel-item { 
	width:360px;
	height:240px;
	}

#affiliates_img {
	float: right
}



/* CSS Document lifestylefoto.css */
/* ZERO BROWSER DEFAULTS */
body, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	border:0;
	padding:0;
}


/* LAYOUT */
/*crossband*/
#top_half, #bottom_half {
	padding-left:12px;
	padding-right:12px;
}

/*THE TOP HALF OF THE CROSS*/
#login {
	width:41%;
	padding:0.25em;
	float:right;
}

#top_half, #bottom_half, #central_content {
	width:728px;
	margin-left:auto;
	margin-right:auto;
}

#top_half h1 {
	margin-bottom:1em;
}

/*THE CROSS BAND IN THE MIDDLE*/
#crossband {
	height:240px;
	padding-top:2em;
	padding-bottom:2em;
}

#central_content {
	width:728px;
	height:240px;
	padding:1em;
}

.illustration {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

form#contact_form label {
	display:block;
	float:left;
	width:168px;
}

.sidebar {
	width:320px;
}

div#testimonials, div#affiliates {
	height:200px;
	overflow:scroll;
}

div#affiliates {
	height:204px;
}

/*THE BOTTOM HALF OF THE CROSS*/
#bottom_half {
	height:400px;
}

/*THE FORM*/
form#contact_form {
	margin-bottom:1em;
}

.text_input {
	border-width:1px;
	border-color:rgb(0,51,153);
	border-style:solid;
	height:1em;
}
.button_image {
	height:1em;
}
/*STUFF AT THE BOTTOM*/
#BottomLogos {
	float:right;
	margin-top:2em;
	margin-bottom:1em;
}

#nationwide {
	float:right;
	margin-top:2em;
	margin-bottom:1em;
}

#UKbride {
	float:right;
	margin-top:2em;
	margin-bottom:1em;
	border:none;
}

.footline {
	clear:both;
}
/* BACKGROUNDS AND COLOURS */
body {
	color:rgb(0,51,153);
	background-color:#c3cbe6;
}

#top_half, #bottom_half, #crossband {
	background-color:#FFFFFF;
}

#login {
	background-color:#c3cbe6;
}

#nav_menu {
	color:#B3B7B3;
}

a.navs:link, a.navs:visited {
	color:rgb(0,51,153);
	text-decoration:none;
}

a.navs:hover {
	text-decoration:underline;
}

.no_imagegallery {
	background-image:url(common/images/lifestylefoto_rectangles.png);
	background-color:white;
	/*filter:alpha(opacity=20);
	opacity:0.25;*/
}

#central_content {
	background-color:white;
}

div#testimonials {
	background-color:#D9CBA7;
	/*background-color:#DBC1B4;*/
}

div#affiliates {
	background-color:#DBC1B4;
}

.legals {
	color:rgb(0,51,153);
	border-top:1px solid rgb(0,51,153);
}

/*HEADING IMAGE REPLACEMENT*/
#top_half h1 {
	width:342px;
	height:187px;
	position:relative;
	overflow:hidden;
}
h1 span {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url("./common/images/lifestylefoto.gif");
	background-repeat:no-repeat;
}

/*FORMS*/
.submit_btn {
	color:rgb(0,51,153);
}
/* TYPOGRAPHY */
body {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Geneva, Helvetica, sans-serif
}

#login {
	font-size:small;
}

#central_content p {
	margin-bottom:0.5em;
}

.footline {
	margin-bottom:0.5em;
}

.legals {
	font-size:small;
	padding-top:0.25em;
}


