/* CSS STYLE SHEET [DIVISIONS] FOR PHS INTERIORS - www.phsinteriors.co.uk */
/* CREATED: 15/09/07 */
/* CREATED BY: James Marriott @ NBM Web Designs */
/* www.nbmwebdesigns.net / sales@nbmwebdesigns.net / 0870 116 4539 */
/* LAST UPDATED: 19/10/07  BY: James @ NBM Web Designs */

/* -#-#-#-#-#-#-#-#-#-#-#-#-#-#- START CSS STYLE SHEET -#-#-#-#-#-#-#-#-#-#-#-#-#-#- */
/* ----- BODY, HEADERS ----- */
body {
	width:800px;
	background-color:#910000;
	margin-left:auto;
	margin-right:auto;
	}

/* ----- WRAPPERS/CONTAINERS ----- */
#wrapper {
	width:790px;
	}
	
#container { /* wraps entire layout */
	width:800px; height:53em; /*  */
	background-color:#000;
	margin:0; padding:10px 0px;
	}

/* ----- MAIN/COMMON DIVISIONS ----- */
#header {
	width:790px; height:65px;
	border:0; background-color:#333;
	margin:5px 5px 0px 5px;
	padding:0;
	float:left;
	}
#header_left {
	width:165px;
	background-color:#333;
	margin:0; padding:0;
	float:left;
	}
#header_center {
	width:165px;
	background-color:#333;
	margin-top:5px; margin-left:5px; padding:0;
	float:left;
	}
#header_right {
	width:165px;
	background-color:#333;
	margin:0; padding:0;
	float:left;
	}

#index-top {
	width:790px; height:200px;
	border:0;
	background-image:url(../images/plastered_tiles01.png); /*  */
	background-repeat:no-repeat;
	background-color:#910000;
	margin:0px 5px; padding:0;
	float:left;
	}
#leftcol {
	width:250px;
	background-color:#000;
	boder:0;
	margin:5px; margin-right:0px;
	float:left;
	}
#centercol {
	width:250px;
	background-color:#000;
	margin:5px; margin-right:0px;
	float:left;
	}
#rightcol {
	width:250px;
	background-color:#000;
	margin:5px; margin-right:0px;
	float:left;
	}
#contact_form {
	width:500px;
	background-color:transparent;
	margin:5px; padding:0;
	float:left;
	}

/* ----- NAVIGATION MENUS ----- */
#navbar { /* This division acts as a container for the navbar ul eliments */
	width:790px; height:55px;
	border:0;
	background-color:#333;
	margin:0px 5px; padding:0;
	float:left;
	}
#navbar ul { /* Define the style of the individual ul elements */
	width:197px; height:50px;
	border:0; background-image:url(../images/navbar-button-0b.png);
	background-color:#000;
	margin-top:5px; padding:0;
	list-style:none; text-align:center;
	float:left;
	}
#navbar a, #navbar h2 { /* Define the style of the links within the navbar division */
	display:block;
	margin:0;
	padding:1px;
	}
#navbar a {
	background-color:transparent;
	text-decoration:none;
	color:#ccc;
	}
#navbar a:hover { /* Define the style of the links when hovered over within the navbar division */
	height:50px;
	background-color:#910000;
	background-image:url(../images/navbar-button-1b.png);
	margin:0; padding:0;
	text-transform:none;
	color:#ccc;
	}

/* -- SIDE MENU -- */
#navlist {
	margin:0; /* removes indent IE < v7 and Opera */
	padding:0; /* removes indent Mozilla and NN7 */
	list-style-type:none; /* turns off display of bullet */
	}
#navlist a, #navlist a:visited {
	width:120px;
	background-color:transparent;
	margin:0; margin-bottom:2px;
	padding:2px;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	}
#navlist a:hover {
	background-color:#90c;
	margin:0; margin-bottom:2px;
	color:#fff;
	}
#sidemenu, #navbar, #navbar ul, .uberlink {
	/* background-color:transparent; */
	color:#333 !important;
	cursor:default;
	}
/* -#-#-#-#-#-#-#-#-#-#-#-#-#-#- END CSS STYLE SHEET -#-#-#-#-#-#-#-#-#-#-#-#-#-#- */