/* 

Centivio - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%}
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:12px;
	padding:0;
	color:#666666;
	height:100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#home {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../images/bg_container_top.gif);
}
#inside {
	background-image: url(../images/bg_container_inner.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin:10px 0px 6px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5 {
	margin-bottom:20px;
	font-weight:normal;
	color:#444444;
}
h1 {
	font-size:28px;
	line-height:30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {font-size:26px; line-height:28px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:16px; line-height:18px;}
h5 {font-size:12px; margin:3px 0px; padding:0px;letter-spacing:1px;}

/* links */
a {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color:#878686;
	text-decoration: underline;
}
a img{border:none}
.imgleft{float:left; padding-right:12px;}
.imgright{float:right; padding-left:12px;}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	color:#4c4c4c;
}
blockquote {
	margin:25px 0 25px 0px;
	color:#4c4c4c;
	padding:10px 20px 10px 35px;
	background-image:url(../images/quote_top.png);
	background-repeat:no-repeat;
}
#bottom_container{
	background-image:url(../images/bg_container_bottom.gif);
	background-repeat:repeat-x;
	height:263px;
	width: 100%;
	padding: 0px;
	left: 0;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	clear: both;
}
#bottomcontent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 263px;
}
#wrapper/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
{
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#navigation {
	width: 920px;
	padding-left: 60px;
}
#showcase {
	height: 320px;
	width: 980px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	padding-top: 15px;
}
#contentwrapper {
	width: 980px;
	overflow: hidden;
}
.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{
	height:230px;
	width:980px;
}
#leftcolumn {
	float: left;
	width: 550px;
	background-color: #FFFFFF;
	margin-top: 35px;
	padding-right: 50px;
}
#rightcolumn {
	float: left;
	width: 340px;
	background-image: url(../images/bg_sideglow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 35px;
	padding-left: 40px;
	padding-top: 0px;
}
#logo{
	width:600px;
	float:left;
	height: 132px;
	padding-top: 8px;
}
#topmenu{
	width:980px;
	height:45px;
	float: left;
}
#navinfo {
	height: 44px;
	width: 980px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#leftcolumn li {
	background-image: url(../images/icon_checks.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	list-style-type: none;
	line-height: 22px;
	color: #999999;
}
#rightcolumn li {
	background-image: url(../images/icon_checks.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	list-style-type: none;
	line-height: 22px;
	color: #999999;
}
#rightcolumn ul {
	margin-left: 0px;
	padding-left: 0px;
}
#leftcolumn #gallery li {
	background-image: none;
	padding: 10px;
}
.test_wrapper {
	width: 100%;
	overflow: hidden;
}
.test_top {
	background-image: url(../images/quote_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 100%;
	height: 20px;
	clear: both;
}
.test_middle {
	clear: both;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.test_bottom {
	background-image: url(../images/quote_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 20px;
	width: 100%;
	clear: both;
}
.readmore {
	background-image: url(../images/bg_readmore.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 23px;
	width: 95px;
	clear: both;
	float: right;
	text-align: center;
	padding-top: 3px;
}
#so_wrapper {
	width: 340px;
	margin-top: 30px;
}
#so_top {
	background-image: url(../images/so_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 12px;
	width: 340px;
	background-color: #232323;
}
#so_middle {
	width: 300px;
	background-color: #232323;
	padding-right: 20px;
	padding-left: 20px;
}
#so_middle p {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#so_bottom {
	background-image: url(../images/so_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 57px;
	width: 340px;
}
#so_middle img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	padding: 4px;
	border: 1px solid #e7e7e7;
}
#so_middle h4 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#showpiece {
	margin-top: 40px;
}
#boardrrom {
	padding: 4px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	margin-bottom: 10px;
}
#fundraising {
	padding: 4px;
	border: 1px solid #cccccc;
	margin-right: 10px;
}
#bottomcontent a {
	color: #CCCCCC;
}
#shop {
	padding: 4px;
	border: 1px solid #cccccc;
}
#gallery {
	padding-top: 35px;
}
