/* Churchgate Screen Styles */

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

body {
	background: url(images/background_tile.jpg) #FFFFFF repeat-x;
	font-family: "Arial", Helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-size: 76%;
	line-height: 1.2;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	padding: 0.5em 0;
}

a {
	font-weight: bold;
	color: #99042f;
	text-decoration: none;
}

a:hover {
	color: #c71548;
	text-decoration: underline;
}

#wrapper {
	width: 1008px;
	float: left;
}

#sidebarContainer {
	width: 278px;
	float: left;
}

#mainContainer {
	width: 730px;
	float: left;
}

#logo {
	background: url(images/churchgate_logo.jpg) no-repeat;
	margin: 48px 0 20px 0;
	width: 278px;
	height: 170px;
}

#logo h1 {
	display: none;
}

#navigation {
	width: 278px;
}

#navigation ul {
	list-style: none;
	border: none;
	font-family: "Georgia", Times New Roman, Times, serif;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}
		
#navigation li {
	margin-bottom: 4px;
}

#navigation li a {
	display: block;
	width: 235px;
	height: 24px;
	padding: 10px 27px 0 0;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

#navigation li a:hover {
	color: #666666;
}

#navigation li a.excellence {
	background: url(images/nav_background_1.jpg) no-repeat;
}

#navigation li a.balance {
	background: url(images/nav_background_2.jpg) no-repeat;
}

#navigation li a.style {
	background: url(images/nav_background_3.jpg) no-repeat;
}

#navigation li a.quality {
	background: url(images/nav_background_4.jpg) no-repeat;
}

#navigation li a.benefits {
	background: url(images/nav_background_5.jpg) no-repeat;
}

#navigation li a.contact {
	background: url(images/nav_background_6.jpg) no-repeat;
}

.smallBox {
	padding: 9px;
}

.smallBoxTop {
	width: 260px;
	height: 10px;
	background: url(images/sidebar_box_top.jpg) no-repeat;
	font-size: 0.3em;
}

.smallBoxMiddle {
	width: 230px;
	padding: 0 20px 0 10px;
	background: url(images/sidebox_content_backround.jpg) repeat-y;
}

.smallBoxMiddle h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #666666;
}

.smallBoxMiddle p {
	margin: .6em 0 0 0;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 0;
	color: #666666;
}

.smallBoxMiddle ul {
	list-style: outside;
	list-style-type: disc;
	margin: .3em 0 0 0;
	padding: 0;
	line-height: 1.5em;
}

.smallBoxMiddle li {
	margin-left: 2.2em;
	padding: .2em 3em .2em 0em;
}


.highlight {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #99042f;
}

.smallBoxBottom {
	width: 260px;
	height: 10px;
	background: url(images/sidebar_box_bottom.jpg) no-repeat;
	font-size: 0.3em;
}

#slogan {
	background: url(images/exceptional_quality.jpg) 100% 0 no-repeat;
	width: 730px;
	height: 48px;
}

#slogan strong {
	display: none;
}

#banner {
	width: 730px;
	height: 170px;
}

#banner em {
	display: none;
}

/* START Banner Images */

.excellenceBanner {
	background: url(images/banner_image_excellence.jpg) no-repeat;
}

.balanceBanner {
	background: url(images/banner_image_balance.jpg) no-repeat;
}

.styleBanner {
	background: url(images/banner_image_style.jpg) no-repeat;
}

.qualityBanner {
	background: url(images/banner_image_quality.jpg) no-repeat;
}

.benefitBanner {
	background: url(images/banner_image_benefit.jpg) no-repeat;
}

.contactBanner {
	background: url(images/banner_image_contact.jpg) no-repeat;
}

/* END Banner Images */

#contentContainer {
	width: 730px;
	background: url(images/main_content_background.jpg) #FFFFFF repeat-x;
}

#pageImage {
	float: left;
	width: 288px;
	padding-bottom: 30px;
}

#pageImage h2,
#pageImage p {
	display: none;
}

/* START Definition Images */

.excellenceDefinition {
	background: url(images/dictionery_def_excellent.jpg) no-repeat;
	padding-top: 45px;
}

.balanceDefinition {
	background: url(images/dictionery_def_balance.jpg) no-repeat;
	padding-top: 55px;
}

.styleDefinition {
	background: url(images/dictionery_def_style.jpg) no-repeat;
	padding-top: 55px;
}

.qualityDefinition {
	background: url(images/dictionery_def_quality.jpg) no-repeat;
	padding-top: 45px;
}

.benefitDefinition {
	background: url(images/dictionery_def_benefit.jpg) no-repeat;
	padding-top: 55px;
}

.contactDefinition {
	padding-top: 35px;
}

/* END Definition Images */


#pageImage img {
	float: right;
}

#pageContent {
	float: left;
	width: 412px;
	padding: 10px 14px 30px 14px;
}

#pageContent p {
	padding-top: 0;
	line-height: 1.6;
}


#footer {
	margin: 14px;
	padding: .5em;
	border-top: 1px solid #999999;
	text-align: center;
	font-family: "Georgia", Times New Roman, Times, serif;
}

#footer p {
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: #333333;
}

#footer .light {
	color: #666666;
}

.clear {
	clear: both;
}

