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

Created by Alsager Computers 

Main Colour Scheme:

Primary 	= 04859D		(Page Background)
Secondary 	= 206876		(Text Background)
Tertiary	= 015666 		(Borders and Buttons)
Quaternary	= 37B6CE		(Headings)
Quinary		= 5FBDCE		(Menu Links)

*/

/* V--------------------------- DEFAULT STYLES ---------------------------V */
body {
 	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFF;
}

table {
 	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
 	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	margin:0;
	background:url(images/style/bar-850x35.jpg) scroll;
	background-repeat: no-repeat;
	
}

h2 {
 	color: #035079;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3 {
 	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

A:link {
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
A:visited {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
A:hover {
	color: #F90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style:italic;
	font-weight:bold;
}
A:active {
	color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* X--------------------------- DEFAULT STYLES ---------------------------X */

/* V--------------------------- LAYOUT ---------------------------V */

.defaultSize {
	max-width:950px;
	height:auto;
	margin:0px;
	padding:5px;	
	margin-left: auto;
	margin-right: auto;
}

#mainContainer {
	margin-top:5px;
	max-width:950px;
	height:auto;
	margin:0px;
	padding:5px;	
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#headerBox {
	display:block;
	clear:both;
	height:70px;
	margin-bottom:10px;
}

#headerLogo {
	float:left;
	width:400px;
	height:70px;
}

#headerSlogan {
	float:right;
	width:530px;
	height:50px;
	padding-left:10px;
}

#headerNav {
	float:right;
	width:530px;
	height:20px;
	padding-left:10px;
	background:url(images/style/bar-550x20.jpg) scroll;
	background-repeat: no-repeat;
	line-height:20px;
}

#leftColumn {
	width:190px;
	height:auto;
	float:left;
}
#rightColumn {
	width:760px;
	height:auto;
	float:right;
}

#bodyBox {
	display:block;
}

#footerBox {
	display:block;
	text-align:center;
	clear:both;
}

.content-L {
	float:left;
	width:370px;
	margin-right:10px;
	background:url(images/style/bg-large.jpg) scroll;
	background-repeat: no-repeat;
	border: 2px solid #0CF;
	border-radius: 5px;
	margin-bottom:10px;
}

.content-L p {
	padding-left:5px;
	padding-right:5px;
}

.content-R {
	float:right;
	width:370px;
	margin-bottom:10px;
	background:url(images/style/bg-large.jpg) scroll;
	background-repeat: no-repeat;
	border: 2px solid #0CF;
	border-radius: 5px;
}

.content-R p {
	padding-left:5px;
	padding-right:5px;
}

.content-C {
	float:none;
	clear:both;
	margin-bottom:10px;
	background:url(images/style/bg-large.jpg) scroll;
	background-repeat: no-repeat;
	border: 2px solid #0CF;
	border-radius: 5px;
}
.content-C p {
	padding-left:5px;
	padding-right:5px;
}

.offers {
	float:none;
	clear:both;
	width:165px;
	margin-bottom:10px;
	background:url(images/style/bg-large.jpg) scroll;
	background-repeat: no-repeat;
	border: 2px solid #0CF;
	border-radius: 5px;
}
.offers p {
	padding-left:5px;
	padding-right:5px;
}

.imgL {
	float: left;
	margin:5px;
	border: 2px solid #015666;
}

.imgR {
	float: right;
	margin:5px;
	border: 2px solid #015666;
}

/* X--------------------------- LAYOUT ---------------------------X */

/* V--------------------------- MENU ---------------------------V */
#menuLeft {
	display:table;
	margin-top:10px;
	width:190px;
}

#menuLeft ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuLeft li {
	margin: 0;
}

#menuLeft li a {
	width: 165px;
	height: 30px;
	
	line-height: 2em;
	text-align: center;
	color: #123;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;

	display: block;
	
	background-image:url(images/style/button.jpg);
}

#menuLeft li a:hover {
	background-image:url(images/style/button-hover.jpg);
}

/* X--------------------------- MENU ---------------------------X */

/* V--------------------------- FONT STYLES ---------------------------V */
#headerSlogan p {
	margin:0;
}

#headerSlogan h3 {
	margin:0;
}

.smallText {
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	color:#000;
	display:inline;
}

.tellephoneHead {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}

.rss_items {
	list-style: none;
	margin:0;
	padding:5px;
}

.price {
	font-size:18px;
	font-weight:bold;
	color:#00F;
}
/* X--------------------------- FONT STYLES ---------------------------X */
