/* Start of CMSMS style sheet 'Craigs Furniture' */
	* {
	margin:0;
	padding:0;
	-moz-outline:none;
	}
	
	body {
	background:#00AEEF url('images/background.png') repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	line-height:150%
	}
	
	body, p, blockquote {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a img, iframe { border: none; }
	
	a, a img {-moz-outline:none;}

	
/* Headers Text */
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 15px 0;
		padding: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight:400;
		color:#094FA4;
	}
	
	h1 {
    font-size:250%;
  }
	
	h2 {
    font-size:200%;
  }
	
	h3 {
    font-size:150%;
  }
	
	h4 {
    font-size:100%;
	color:#fff;
	text-decoration:underline;
	line-height:0.8em;
  }
	
	
/* Lists */
	
	ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none
	}
		
/* Links */
	
	a, a:link {text-decoration:none}
	a:visited {text-decoration:none}
	a:hover {text-decoration:underline}
	a:active {}

/* Container */

	#container {
	margin:0 auto;
	width:900px;
	}

/* Main Centre Elements */
	
	#container p {  
	color:#094FA4;
	}
	
	#container .news {
	font-size:12px;
	color:#F33;
	font-weight: bold;
	}

	#container .newstext {
	font-size:12px;
	color:#F33;
	}
	
	#container .date {
	font-size:9px;
	color:#094FA4;
	}
	
	#container .subtext {
	font-size:11px;
	color:#094FA4;
	}
	
	#container .copyright {
	font-size:9px;
	color:#fff;
	}
	
	#content a {
	color:#094FA4;
	}
	
/* Content */

	#header {
	width:900px;
	height:130px;
	background:url('images/header.png') 0px 0px no-repeat;
	}
	
	#nav {
	width:900px;
	border-left:#00AEEF solid 1px;
	border-right:#00AEEF solid 1px;	
	}

	#slideshow {
	height:382px;
	width:900px;
	margin:0px 0 0 0px;
	border-left:#00AEEF solid 1px;
	border-right:#00AEEF solid 1px;
	}
	
	#content {
	background:#FFF url('images/contentbg.png') repeat-x;
	width:900px;

	margin:0px 0 0 0px;
	border-left:#00AEEF solid 1px;
	border-right:#00AEEF solid 1px;
	}
	
	#contentLeft {
	float:left;
	width:400px;

	}
	
	#contentLeftSub {
	padding:15px 15px 10px 15px;
	}
	
	#contentLeft2 {
	float:left;
	width:675px;
	}
	
	#contentLeftSub2 {
	padding:15px 15px 10px 15px;
	}

	#contentLeftfull {
	float:left;
	width:900px;
	}
	
	#contentLeftSubfull {
	padding:15px 15px 10px 15px;
	}

	#contentMiddle {
	float:left;
	width:275px;

	}
	
	#contentMiddleSub {
	padding:15px 15px 10px 15px;
	}

	#contentRight {
	float:left;
	width:225px;

	}
	
	#contentRightSub {
	padding:15px 15px 10px 15px;
	}

  
/* Footer Elements */

	#footer {
	background:#BEEBFC url('images/footerbg.png') repeat-x;
	width:900px;
	height:100px;
	border-top:0px solid #929497;
	border-left:#00AEEF solid 1px;
	border-right:#00AEEF solid 1px;
	}

	#footerLeft {
	float:left;
	width:250px;
	height:100px;
	}
	
	#footerLeftSub {
	padding:15px 30px 0px 30px;
	}
	
	#footerMiddle {
	float:left;
	width:250px;
	height:100px;
	}
	
	#footerMiddleSub {
	padding:15px 30px 0px 30px;
	}	
	
	#footerRight {
	float:left;
	width:400px;
	height:100px;
	}
	
	#footerRightSub {
	padding:15px 20px 0px 20px;
	}

	#footer p {
	font-family: Arial, Helvetica;
	font-size:10px;
	color:#fff;
	line-height:1.5em;
	}

	#footer .links {
	color:#fff;
	}

	#footer .email {
	float:right;
	margin-right:10px;
	}

	#footer a:link,a:visited {
	color:#fff;
	}
	
	#footer img { border:#00AEEF solid 1px }

/* Top navigation bar */

	#menu {
	height:40px;
	padding-left:20px;
	background:#fff url('images/navbg.jpg') repeat-x;
	list-style:none;
	margin:0
	}
	
	#menu li {float:left;}
	
	#menu li a {
	float:left;
	height:16px;
	overflow:hidden;
	position:relative;
	border-right:1px solid #C1C2BE;
	color:#fff;
	padding:13px 10px 0px 10px
	}
	
	#menu li a:visited {text-decoration:none}
	
	#menu li a.last {border:none}
	
	#menu li a:hover {color:#8EF0FC;text-decoration:none}
	
	#menu li a span {
	cursor:pointer;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
	}

/* End of 'Craigs Furniture' */

