/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #B6B6E7;
	margin: 0px;
	padding: 0px;
	color: #2B2B2A;
}
body, p, div, tr {
	font-family: Arial,Verdana;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px 4px;
	background: #4C4CA6;
	border: #000080 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#contentArea a.button:hover {
	background: #A5A5D2;
}
a img { border: 0px; }
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 964px;
	margin: auto auto;
	padding: 0px 15px 0px 15px;
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #003D5A;
	font-size: x-large;
}

h2 {
	font-size: medium;
	color: #A1133F;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	background: #FFFFFF url(../../pics/bg-head.gif) repeat-x bottom center;
	height: auto !important;
	height: 121px;
	min-height: 121px;
	padding: 0px 15px 0px 15px;
}
#Header div.content {
	background: #FFFFFF url(../../pics/bg-header-content.gif) repeat-y;
}
#Header div.title {
	margin-left: 8px;
	background: #FFFFFF url(../../pics/logo.gif);
	height:121px;
	width:157px;
	border:none;
}
#Header div.details {
	width: 400px;
	float: right;
}
#Header div.languages {
	text-align: right;
	color: #FFFFFF;
	padding-top: 3px;
}
#Header div.languages a img {
	padding: 0px;
	border: 0px;
}
#Header div.version {
	padding-top: 15px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}
#Header div.version span {
	color: #00AFFF;
}

#Menu {
	height: 19px;
	text-align: center;
	padding: 5px 15px 3px 15px;
}
#Menu a {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	color: #0A3772;
}
#Menu a:hover {
	background: #B22953;
	color: #FFFFFF;
}


/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	background: #B6B6E7 url(../../pics/bg-content.gif) repeat-x top center;
}
#Wrapper div.content {
	padding-top: 8px;
	background: #FFFFFF url(../../pics/bg-wrapper-content.gif) no-repeat bottom center;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 178px;
	float: left;
	background: #FFFFFF url(../../pics/bg-LeftMenu.gif) no-repeat 0px 0px;
}
#Wrapper #Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#Wrapper #Navigation ul li {
	margin-bottom: 1px;
	margin-top: 1px;
}
#Wrapper #Navigation ul li a {
	width: 166px;
	height: 20px;
	display: block;
	color: #B22953;
	text-decoration: none;
	padding: 3px 12px 2px 0px;
	font-weight: bold;
}
#Wrapper #Navigation ul li a:hover {
	background: #C3B5B9 url(../../pics/bg-LeftMenu-hover.gif) no-repeat bottom right;
	text-decoration: none;
}
#Wrapper #Navigation ul li.buttonSubMenu {
	font-size: 85%;
}
#Wrapper #Navigation ul li.buttonSubMenu a {
	color: #00AFFF;
}
#Wrapper #Navigation #BodyNewsBox {
	background: #FFFFFF;
	padding-top: 10px;
}
#Wrapper #Navigation #BodyNewsBox h2 {
	margin: 0px;
	background: #FFFFFF url(../../pics/bg-h1.gif) repeat-x top left;
	border: #D3D3EF 1px solid;
	font-size: medium;
	color: #A1133F;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
#Wrapper #Navigation #BodyNewsBox div {
	border: #D3D3EF 1px solid;
	border-top: 0px;
}
#Wrapper #Navigation #BodyNewsBox div p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	text-align: right;
}
#Wrapper #Navigation #BodyNewsBox div p a {
	font-weight: bold;
	color: #94133B;
	text-decoration: none;
}
#Wrapper #Navigation #BodyNewsBox div p a:hover {
	color: #000080;
	text-decoration: none;
}
/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 766px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: right;
	padding: 4px;
	border: 1px solid #D3D3EF;
	background: url(../../pics/bg-page.gif) repeat-x top left;
	color: #480050;
}
#Wrapper #Page #contentArea #SpecialsDetails p .label{
	float:left;
	width:120px;
	font-weight:bold;
}
#Wrapper #Page #contentArea #SpecialsDetails p{
	height:20px;
	margin:0px;
	padding:5px;
}
#Wrapper #Page #contentArea #SpecialsDetails p.picture{
	height:100px;
}
#Wrapper #Page #Breadcrumbs {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width:50%;
	float: left;
}
#Wrapper #Page #Breadcrumbs a {
	color: #00AFFF;
	text-decoration: none;
}
#Wrapper #Page #Breadcrumbs a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#Wrapper #Page #SiteSearch {
	width: 50%;
	float: right;
	text-align: right;
}
#Wrapper #Page #SiteSearch input {
	border: #003E59 1px solid;
}
#Wrapper #Page #SiteSearch a {
	background: #003E59;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#Wrapper #Page #Banner {
	height: 350px;
}
#Wrapper #Page h1 {
	color: #B22953;
	font-size: large;
	margin-top: 0px;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer {
	background: #B6B6E7;
}
#Footer .content {
	background: #FFFFFF url(../../pics/bg-footer.gif) no-repeat bottom center;
	height: 56px;
}
#Footer .content #FooterLinks {
	font-size: xx-small;
	text-align: center;
}
#Footer .content #FooterLinks a {
	color: #000000;
	text-decoration: none;
}
#Footer .content #FooterLinks a:hover {
	text-decoration: underline;
}


/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}


/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #CCCCE6;
	border: #9999CC 1px solid;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}

table.SpecialOffers{

}
table.specialOffers td a{}
table.specialOffers td a:hover{

}

table.specialsToggle {
	border: #D3D3EF 1px solid;
	width: 756px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.specialsToggle td {
	width: 171px;
	background: #FFFFFF url("../../pics/bg-h1.gif") repeat-x;
	padding: 4px;
}
table.specialsToggle td a,
table.specialOffers td a{
	color: #94133B;
	font-weight: bold;
	text-decoration: none;
}
table.specialsToggle td a:hover,
table.specialOffers td a:hover{
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
table.specialsToggle td.item {
	background: transparent;
	padding: 2px;
	width: 100%;
}

#systemsNavTable, #archiveTable, #dataTable {
	width: 100%;
	background: #FFE9EE;
	border: 1px solid #9999CC;
	background: #CCCCE6;
}
#systemsNavTable td  {
	padding: 3px;
}
#dataTable {
	margin-top: 10px;
	background: transparent;
}
#dataTable thead {
	background: #9999CC;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
#dataTable thead th {
	padding: 2px;
}


.sort {
	color: #FFFFFF;
	text-decoration: none;
}
.sort:hover {
	color: #94133B;
	text-decoration: underline;
}

.oem {
	background:#F9F9FF none repeat scroll 0 0;
	border:1px solid #9999CA;
	display:none;
	margin-left:5px;
	margin-top:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 10px;
}

.oem p {
	padding-left: 10px;
}

.oem .oemLogo {
	text-align: center;
}

.oem .oemLogo img {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}



table#specialsTable {
	margin-left: 5px;
	margin-right: 5px;
}

table#specialsTable td.systemsField {
	padding: 3px;
	vertical-align: top;
}

p.enquiryFormRequired {
	margin-top: 0px; 
	margin-left: 77px; 
	margin-bottom: 2px;
}

p.submitButton {
	margin-left: 73px;
	padding: 4px; 
	margin-top:0px;
}