
/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 		
 		style.css 
 		
 		MAIN STYLE SHEET
 		
 		This is the main CSS style sheet for Blenheim Property
 		Valuation System

	 	Project:	Blenheim
	 	Created:	25-Mar-2009 11:37:50
	 	Author:	  Timothy Head
	 	
	 	Copyright © Head Squared Holdings Ltd 2009
	 	
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 75%;
	text-align: center;
  background: url(/graphics/page_bg.gif);
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

h2 {
	margin-bottom: 10px;
}

p {
	margin: 0px 0px 10px;
	text-align: justify;
	line-height: 14px;
}

p.error {
	color: red;
	background: #FFFFCC;
	border: 1px solid red;
	padding: 3px 3px 3px 3px;
}

p.warning {
	background: #FFFFCC;
	border: 1px solid #FFD700;
	padding: 3px 3px 3px 3px;
}

p.message {
	background: #FFFFCC;
	border: 1px solid #FFD700;
	padding: 3px 3px 3px 3px;
	margin-bottom: 10px;
}
		

p.right
	{
	text-align: right;
	}

.number
	{
	text-align: right;
	}
	
strong.search_result {
	background: yellow;
	color: black;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
  background: white;
}

input {
	padding-left: 2px;
	margin: 0;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

#main_content input[type=text], input[type=password], select, textarea {
	padding-left: 2px;
	padding-bottom: 3px;
	margin: 0px 0 0 10px;
	background-color: #fff;
	border: #bfbfe6 1px solid;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

#main_content input[type=submit], input[type=button]
	{
	margin-bottom: 10px;	
	}

#main_content fieldset select
	{
	margin-bottom: 10px;	
	}
	
#main_content h2
	{	
	color: #434367;
	font-size: 90%;
	}
	
/* Page Header */

#page_header {
	width: 780px;
	height: 113px;
	color: #fff;
	background: url('images/header_background.gif') repeat-x 0px 0px;
	overflow: hidden;
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}


#page_heading {
	width: 190px;
	height: 75px;
	background: url('images/logo_small.jpg') no-repeat 20px 35px;
	float: left;
}

#page_heading h1 {
	padding-left: 40;
	width: 330px;
	height: 65px;
	background: url('images/site_name2.jpg') no-repeat 55px 35px;
	float: left;
}

#page_heading h2 {
	width: 200px;
	height: 16px;
	background: url('images/site_tag_line.jpg') no-repeat 56px 2px;
	float: left;
	clear: both;
}

#page_headerlinks {
	padding-right: 20px;
	padding-top: 25px;
	width: 275px;
	float: right;
	text-align: left;
	word-spacing: -1px;
}

#page_headerlinks ul {
	list-style-type: none;	
}

#page_headerlinks li {
	padding: 0px 10px 0px 9px;
	float: left;
	list-style-type: none;
	background: url('images/header_toplinks_div.gif') no-repeat 100% 2px;
}

#page_headerlinks li.last {
	padding-right: 0px;
	background: none;
}

#page_headersearch {
	padding-right: 30px;
	padding-top: 25px;
	float: right;
	clear: right;
	width: 255px;
	text-align: left;
	word-spacing: -1px;
	overflow : hidden;
}

#page_headersearch h3 {
	float: left;
	font-weight: bold;
	font-size: 12px;
}

#page_headersearch form {
	padding-left: 3px;
	float: left;
}

#page_headersearch input {
	margin-top: 1px;
	padding-left: 2px;
	width: 158px;
	height: 14px;
	float: left;
	border: none;
}

#page_headersearch input.button {
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
	width: 34px;
	height: 16px;
	background-color: transparent;
	float: left;
}


/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 780px;
	height: 21px;
}

#page_menu ul {
	width: 780px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 129px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}


/* Left Sidebar */

#left_sidebar {
	width: 129px;
	float: left;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a {
	color: #8989b6;
}

#left_sidebar a:hover {
	color: #75759c;
}



/* Left Sidebar: Newsletter Signup Box */

#newsletter {
	margin-bottom: 2px;
	padding: 5px 5px 15px;
	width: 118px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	overflow: hidden;
	font-weight: bold;
}

#newsletter h2 {
	padding-bottom: 10px;
	font-size: 10px;
}

#newsletter p {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}

#newsletter input {
	padding-left: 0px;
	width: 115px;
	height: 16px;
	border: #bfbfe6 1px solid;
	float: left;
	clear: left;
}

#newsletter input.help {
  background:#FFFFFF url(/graphics/magnifying_glass.png) no-repeat 3px 3px;
	height:16px;
	width: 96px;
	padding: 2px 0px 2px 22px;
}

#newsletter input.button {
	margin-top: 3px;
	margin-left: 95px;
	width: 22px;
	height: 13px;
	border: none;
}

#newsletter #link_cancel {
	margin-top: 5px;
}


/* Left Sidebar : Vert Nav */

#vert_nav {
	margin-bottom: 1px;
	padding: 1px 1px 1px 0px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	text-align: center;
}

#vert_nav_header {
	margin-bottom: 2px;
	width: 127px;
	height: 20px;
	background-color: #9e9ec3;
	overflow: hidden;
}

#vert_nav_header h2 {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#vert_nav ul {
	margin: 0px auto;
	width: 120px;
	list-style-type: none;
}

#vert_nav li {
	width: 120px;
	height: 21px;
	list-style-type: none;
	text-align: left;
	border-bottom: #b6b6d2 1px solid;
	float: left;
}

#vert_nav li.last {
	border: none;
}

#vert_nav li a {
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	color: #7575a9;
	text-decoration: none;
}

#vert_nav li a:hover {
	color: #56567c;
}


/* Left Sidebar : Special Offer */

#specialoffer {
	width: 130px;
	height: 98px;
	overflow: hidden;
	background: url('images/ad.png') no-repeat 0px 0px;
	color: #fff;
	font-size: 11px;
}

#specialoffer_text {
	width: 129px;
	height: 60px;
}

#specialoffer_text h2 {
	margin-top: 8px;
	margin-left: 10px;
	width: 113px;
	height: 38px;
	background: url('images/ad_text.png') no-repeat 0px 0px;
}

#specialoffer_link {
	margin-left: 12px;
}

#specialoffer_link a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#specialoffer_link a:hover {
	color: #f2f2f2;
}


/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 644px;
	text-align: center;
	float: right;
}

#main_content a, #main_content a:visited {
	color: #8989b6;
}

#main_content a:hover {
	text-decortaion: underline;
}

#main_content ul.help {
	margin: 0 0 10px 18px;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}


#photo img {
  border:1px solid #D8D8D8;
  padding:2px;
}

#main_content fieldset {
	margin-bottom: 10px;
	padding: 5px 10px 5px  10px;
}

#main_content legend {
	margin-bottom: 5px;
}
/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_header h1 {
	color: #434367;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#new_item_header h2 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	width: 245px;
	float: right;
	overflow: hidden;
	text-align: right;
}

#new_item_text {
	float: left;
	clear: left;
	width: 590px;
}

#new_item_link {
	float: right;
	margin-right: 30px;
	clear: left;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}

/* jQuery */
#accordian {
	height: 100px;
}

#selectedCol {
	border: #ADADAD 1px solid;
	background-color: #FFFFAA;
	padding: 5px 0 5px 5px;
	min-height: 850px;
}

#unselectedCol {
	border: #ADADAD 1px solid;
	background-color: #F0F0F0;
	padding: 5px 0 5px 5px;
	min-height: 850px;
	margin-left: 10px;
}

#unselectedCol div {
	color: #7A7A7A;
}

div.portlet  {
	margin-right: 5px;
	margin-bottom: 3px;
}

/* Sub Items Descriptions */

.sub_items {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 644px;
	background: url('images/item_sub_background.gif') repeat-y 0px 0px;
	text-align: justify;
}

.sub_left {
	padding-left: 5px;
	width: 300px;
	float: left;
}

.sub_right {
	padding-right: 15px;
	width: 315px;
	float: right;
}

.sub_items_header {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	width: 280px;
}

.sub_items_header h1 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_header h2 {
	color: #434367;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_image {
	overflow: hidden;
	text-align: right;
	margin-top: 15px;
	text-align: right;
}

.sub_items_text {
	padding-left: 20px;
	float: left;
	clear: left;
	width: 280px;
}

.sub_items_cartinfo {
	padding-top: 12px;
	padding-left: 20px;
	color: #820721;
	font-family: arial, tahoma, sans-serif;
	float: none;
	clear: both;
}

.sub_items_cartinfo h2 {
	font-size: 14px;
	font-weight: bold;
}

.sub_items_cartinfo .price {
	float: left;
	text-align: left;
}

.sub_items_cartinfo .addtocart {
	margin-top: 2px;
	float: right;
	width: 100px;
	height: 12px;
	text-align: left;
	background: url('images/button_addtocart.gif') no-repeat 0% 0%;
}

/**************  Navigation Links **********************/
/*#links p
	{
	//text-align: center;
	//background-color: #c2c2cd;
}
#links a
	{
	//color: white;
}
*/
/******************** Page Footer ************************/

#page_footer {
	width: 780px;
}

#page_footer .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}

#powered_by {
	padding-top: 17px;
	float: right;
	width: 305px;
	height: 30px;
	color: #9595c2;
	text-align: center;
}

#powered_by a {
	color: #9595c2;
}

#product_brands {
	float: left;
}

#product_brands ul {
	width: 470px;
	list-style-type: none;
}

#product_brands li {
	margin: 5px 6px 3px 3px;
	height: 40px;
	list-style-type: none;
	float: left;
}

#product_brands li.zalcom {
	width: 107px;
	background: url('images/brand_zalcom.gif') no-repeat 0px 0px;
}

#product_brands li.carterjonas {
	width: 150px;
	background: url('images/img_carterjonas.gif') no-repeat 0px 0px;
}

#product_brands li.hs {
	width: 158px;
	background: url('images/img_hs_software.gif') no-repeat 0px 0px;
}

#product_brands li.blenheim {
	width: 91px;
	background: url('images/img_blenheim_palace.gif') no-repeat 0px 0px;
}

#product_brands li.digital {
	width: 95px;
	background: url('images/brand_digital.gif') no-repeat 0px 0px;
}

#product_brands li.adept {
	width: 126px;
	background: url('images/brand_adept.gif') no-repeat 0px 0px;
}

#product_brands li.simtel {
	width: 99px;
	background: url('images/brand_simtel.gif') no-repeat 0px 0px;
}

	
/* Fixed footer - http://limpid.nl/lab/css/fixed/footer */
 @media screen{
  body>div#HoverMsgBar{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#main_content{
  height:100%;
  overflow:auto;
 }

 div#HoverMsgBar{
 	font-size: 110%;
 	padding: 2px 5px 0 10px;
	text-align: left;
	background: #FFFFCC;
	border: 1px solid #FFD700;
  position:absolute;
  bottom:0;
  left:0;
  visibility:hidden;
 }
