/*
#####
#
	Copyright 2008 The Salamander Organization Ltd.  All Rights Reserved.
	Purpose:	global site styles
	Version:	1.2release
	Date:		25 June 2008, PDM
#
#####
*/


/* site colours:

	TSO dark blue:		#002C6A
	banner mid blue:	#009ab7
	banner light blue:	#00ffff
	TSO dark green:		#306D54
	TSO very dark green:	#00442B
*/


/*
#####
#	
	Basic site styles
*/

body
{
	font-family: Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #002C6A;
	font-size: 14px;
}

img
{
	border: none;
	padding: 0;
	margin: 0;
}

/*
#####
#	
	Primary containers for layout
*/

#page
{
	width: 960px;
	margin: 10px auto;
	padding: 10px;
	background-color: #eee;
}

#mainarea
{
	border: 1px solid black;
	padding: 10px;
	background: url("../img/bg-3cog.gif") no-repeat right bottom;
	/*background: url("../img/bg-3cog-l.gif") no-repeat left bottom;*/
	background-color: white;
	color: black;
	min-height: 100%;
}

/*
#####
#	
	Master Header
*/

#masthead
{
	clear: both;
	margin: 0;
	padding: 0;
}

#masthead div
{
	float: left;
	margin: 0;
	padding: 0;
}

#masthead img
{
	margin: 0;
	padding: 0;
}

#masthead #logo-l
{
	width: 250px;
	height: 80px;
}

#masthead #strap
{
	text-align: center;
	margin-top: 55px;
	width: 420px;
	font-size: 20px;
	font-weight: bold;
	color: #002C6A;
}

#masthead #logo-r
{
	width: 250px;
	float: right;
	height: 80px;
}

/*
#####
#	
	Top Navigation
*/

#topbuttons
{
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: normal;
}

#topbuttons ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topbuttons li
{
	float: right;
	background: url("../img/tab-right.gif") no-repeat right top;
	margin: 0 0 0 3px;
	padding: 0;
}

/* implementation of this style for php pages is in includes/site_template.inc */
#topbuttons li.selected
{
	background: url("../img/tab-right-s.gif") no-repeat right top;
}

#topbuttons li a:link
{
}

#topbuttons li a:visited
{
}

#topbuttons li a:active
{
}

#topbuttons li a:hover
{
	color: #00deff;
}

/* implementation of this style for php pages is in includes/site_template.inc */
#topbuttons li.selected a:hover
{
	color: #00deff;
}

#topbuttons a
{
	display: block;
	background: url("../img/tab-left.gif") no-repeat left top;
	padding: 5px 15px 1px 15px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
}

/* implementation of this style for php pages is in includes/site_template.inc */
#topbuttons li.selected a
{
	background: url("../img/tab-left-s.gif") no-repeat left top;
}

/*
#####
#	
	Site Banner
*/

#banner
{
	margin: 0 0 0 1px;
	padding: 0;
}


/*
#####
#	
	Side Navigation
*/

#sidebar
{
	width: 170px;
	padding: 0 10px;
	float: left;
	margin-bottom: 10px;
}

#sidebar ul
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar ul.sideblocks
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	padding-left: 0;
	text-indent: 0;
}

#sidebar ul li
{
	margin: 0 0 3px 0;
	padding: 0;
}

#sidebar ul.sideblocks li
{
	margin: 0 0 10px 0;
}

/* implementation of this style for php pages is in includes/site_template.inc */
#sidebar ul li .selected
{
	font-weight: bold;
}

#sidebar h3
{
	margin: 20px 0 0 0;
	font-size: 16px;
}

#sidebar li a:link
{
}

#sidebar li a:visited
{
}

#sidebar li a:active
{
}

#sidebar li a:hover
{
	color: #009ab7;
}

#sidebar ul.sideblocks li a:hover
{
	color: black;
}

#sidebar a
{
	color: black;
	text-decoration: none;
}

#sidebar ul.sideblocks a
{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid black;
	background-color: #009ab7;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	display: block;
}

#sidebar_first
{
	margin: 0;
}

#sidebar h4
{
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

#sidebar div
{
	margin: 10px 0 0 0;
}

/*
#####
#	
	Global content styles
*/

#content h1
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 26px;
	color: #002C6A;
}

#content h2
{
	margin: 20px 0 0 0;
	color: #009ab7;
	font-size: 20px;
}

#content h3
{
	margin: 20px 0 0 0;
	padding: 0;
	color: #009ab7;
	font-size: 16px;
	font-weight: bold;
}

#content h4
{
	margin: 0;
	padding: 0;
	color: gray;
	font-size: 10px;
	font-weight: normal;
}

#content dt
{
	font-weight: bold;
}

#content dd
{
	margin: 5px 0 10px 10px;
}

#content .figure, #content .image
{
	text-align: center;
}

#content .figureFloat
{
	float: right;
	margin-left: 10px;
}

#content .figure img
{
	border: 1px solid #002C6A;
}

#content .figure p, #content .figureFloat p, #content .image p
{
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px 0;
}


/*
#####
#	
	Site Footer
*/

#footer
{
	text-align: center;
	font-size: 10px;
	clear: both;
	padding: 10px 0 0 0;
}

#footer div
{
	margin: 0;
	padding: 0;
}


/*
#####
#	
	Login or Register
*/

#forum_login, #forum_register
{
	width: 330px;
}

#forum_login
{
	float: left;
	border-right: 1px dotted #999999;
}

#forum_register
{
	float: right;
}



/*
#####
#	
	MooD SOA Shop
*/

div.productBox
{
	width: 250px;
	height: 200px;
	overflow: auto;
	float: left;
	border: 1px solid #002C6A;
	padding: 5px 15px;
	margin: 20px 20px 20px 0;
}

div.productBox h2
{
	margin: 0;
}

div.productBox h3
{
	margin: 0;
}

table#productTable, table#summaryTable
{
	border-collapse: collapse;
	border: 0;
}

table#productTable th, table#summaryTable th
{
	text-align: left;
	vertical-align: bottom;
	font-size: 16px;
	color: #002C6A;
	/*background-color: lightgray;*/
	padding: 0 5px;
}

table#productTable td, table#summaryTable td
{
	padding: 0 5px;
}

#content .quantity
{
	text-align: center;
}

#content .gbp
{
	text-align: right;
}

#content .product
{
	font-weight: bold;
}

#content .required
{
	font-weight: bold;
	color: red;
}

#content .total
{
	font-weight: bold;
	text-align: right;
}

#content #buttons
{
	margin: 10px 0;
}

#content #backButton
{
	width: 49%;
	float: left;
}

#content #submitButton
{
	text-align: right;
	width: 49%;
	float: right;
}

#content #notes
{
	clear: both;
	text-align: center;
	margin: 10px 0;
	font-size: 10px;
}

#content #pageError
{
	background-color: LightGoldenRodYellow;
	border: 2px solid red;
	padding: 5px 10px;
	margin: 0;
}