/* Body */

body
{
	background-image: url('http://www.gsansom.co.uk/en/cms/style/images/index_images/gradient_background.png');
	background-repeat: repeat-x;
	margin: 0;
	margin-top: 40px;
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
}

/* Layout Divs */

div#pageWrapper
{
	width: 750px;
	margin: 0 auto;
	border-left: 2px solid #D4340C;
	border-right: 2px solid #D4340C;
	border-bottom: 2px solid #D4340C;
	background-color: #FFFFFF
	height: 400px;
}

div#header
{
	height: 46px;
	width: 754px;
	margin: 0 auto;
}
div#sub_header
{
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial;
	font-size: 12pt;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
div#pageContent
{
	width: 490px;
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
}
div#leftMenu
{
	text-align: left;
	background-color: #FFFFFF;
	width: 192px;
	padding: 15px;
	float: left;
}
div#content_footer
{
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	font-size: 9pt;
	font-family: Arial;
	color: #FFFFFF;	
}
div#footer
{
	width: 730px;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 9pt;
	font-family: Arial;
	color: #000000;	
	border-left: 2px solid #D4340C;
	border-right: 2px solid #D4340C;
	border-top: 2px solid #D4340C;
	border-bottom: 2px solid #D4340C;
	margin: 0 auto;
	margin-bottom: 40px;
	clear: left;
}

/* Page Boxes */

.box_header
{
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-color: #D4340C;
	margin-top: 20px;
	text-align: left;
}
.box_border
{
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left;
}
.box_content_dark
{
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
	padding: 5px;
	background-color: #E6E6E6;
}
.box_content_light
{
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
	padding: 5px;
	background-color: #F4F4F4;
}

/* Main Menu */

.glossymenu
{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(http://gsansom.co.uk/en/cms/style/images/menu_images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li
{
	float:left;
}
.glossymenu li a
{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b
{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover
{
	color: #fff;
	background: url(http://gsansom.co.uk/en/cms/style/images/menu_images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b
{
	color: #fff;
	background: url(http://gsansom.co.uk/en/cms/style/images/menu_images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* Hyperlinks */

div#pageWrapper a, a:visited, a:active
{
	color: #D4340C;
	text-decoration: none;
}
div#pageWrapper a:hover
{
	color: #D4340C;
	text-decoration: underline;
}
div#footer a, a:visited, a:active
{
	color: #000000;
	text-decoration: none;
}
div#footer a:hover
{
	color: #D4340C;
	text-decoration: underline;
}

/* Other */

.bullet_list
{
list-style-type: square;
line-height: 23px;
}
.img_border
{
	border: 1px solid #000000;
}