/*------------------------------------
	IDs & Classes: Page Specific: Index.php
------------------------------------*/
#home_header {
	margin-bottom: 10px;
}

#home_header img {
	display: block;
}

#home_content {
	float: left;
	width: 330px;
	padding: 10px;
}

#home_content p {
	margin-bottom: 10px;
}

#home_news {
	float: left;
	width: 250px;
}

#home_news a {
	font-weight: bold;
	text-decoration: none;
}

#home_news #home_news_header {
	height: 39px;
	background: url(../images/latest_news.gif) no-repeat left bottom;
}

#home_news #home_news_content {
	padding: 0px 10px 0px 10px;
	background: #EEF1F7;
}

#home_news #home_news_content #home_news_content_see_all {
	margin-top: 10px;
	padding-right: 18px;
	text-align: right;
	background: url(../images/arrow_news.gif) no-repeat right center;
}

#home_news #home_news_footer {
	height: 11px;
	background: url(../images/latest_news_foot.gif) no-repeat left top;	
}


/*------------------------------------
	IDs & Classes: Page Specific: Category.php (& Search.php - products listing table)
------------------------------------*/
/* Categories Header */
#category_header {}
#category_header #category_header_image {
	float: left;
	width: 350px;
}
#category_header #category_header_image img {
	display: block;
	width: 350px;
}

#category_header #category_header_details {
	float: left;
	width: 220px;
	margin-left: 10px;
}

#category_header #category_header_details h1 {
	color: #144894;
}

#category_header #category_header_details #category_header_description {
	margin-top: 10px;
}

/* Products Paging */
#products_now_displaying {
	float: left;
	width: 50%;
	margin-top: 10px;
}

#products_paging {
	float: left;
	width: 50%;
	margin-top: 10px;
	text-align: right;
}

/* Products List */
table#products {
	clear: both;
}

table#products tr td {
	width: 110px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

table#products tr td img {
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
}

table#products tr td a {
	color: #555555;	
	text-decoration: none;
}

table#products tr td.product_spacer {
	width: 46px; /* Should really be 46.66666666 etc */
}


/*------------------------------------
	IDs & Classes: Page Specific: Detail.php
------------------------------------*/
#product #product_image {
	float: left;
	width: 300px;
}

#product #product_image img {
	display: block;
	width: 300px;
}

#product #product_details {
	float: left;
	width: 270px;
	padding-left: 10px;
}

#product #product_details h1 {
	padding-bottom: 10px;
	color: #144894;
}

#product #product_details p.product_detail {
	padding-top: 12px;
}

#product #product_details p.product_detail span.detail_name,
#product #product_description span.detail_name,
#product #product_downloads span.detail_name {
	font-weight: bold;
	color: #144894;
}

#product #product_details p.product_detail span.detail_value {}

#product #product_description {
	margin: 10px 0px 10px 0px;
}

#product hr {
	border: none;
	border-top: 1px dotted #144894;
	height: 0px;
}

#product #product_downloads img {
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
}

#product #product_downloads a {
	display: block;
	float: left;
	margin-top: 10px;
}

/*------------------------------------
	IDs & Classes: Page Specific: News.php (& news on Index.php)
------------------------------------*/
/* Index Listing */
ul#news_index {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#news_index li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #D7E1F2;
}

ul#news_index li p.news_index_title {
	padding-left: 17px;
	background: url(../images/arrow_news.gif) no-repeat left center;
}
ul#news_index li p.news_index_summary {}

/* Article */
#news_article {}
#news_article h1 {}
#news_article p#news_article_back {
	margin: 10px 0px 10px 0px;
}
#news_article p#news_article_back a {}
#news_article #news_article_text {}


/*------------------------------------
	IDs & Classes: Page Specific: About Us.php
------------------------------------*/


/*------------------------------------
	IDs & Classes: Page Specific: Contact.php
------------------------------------*/
#form_error {
	padding-bottom: 10px;
	color: #FF0000;
}

#form_ok {
	padding-bottom: 10px;
}

form#contact_form {}

form#contact_form .form_name {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}

form#contact_form .form_name span.form_required {
	color: #FF0000;
}

form#contact_form .form_input {
	float: left;
	width: 75%;
	margin-bottom: 10px;
}

form#contact_form .form_input input.input_text,
form#contact_form .form_input textarea {
	width: 315px;
}

form#contact_form .form_input p.form_input_error {
	color: #FF0000;
}


/*------------------------------------
	IDs & Classes: Page Specific: Location.php
------------------------------------*/
#map {
	width: 100%; 
	height: 400px;
}


/*------------------------------------
	IDs & Classes: Page Specific: Error.php
------------------------------------*/
#error_page {
	width: 500px;
	height: 90px;
	margin: 200px auto 0px auto;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
}

#error_page img {
	display: block;
	margin: 0px auto 10px auto;
}