@charset "utf-8";
body, div, table, tr, td, img, ul, li,a {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
}

.shopButton{
	margin-left:30px;
}

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
}
.logo {
	position: absolute;
	top: 0px;
	right: 0px;
}


#wrap #header {
	height: 128px;
	width: 1000px;
	float: left;
	background-color: #fff;
}
#wrap #search #search-field {
	display: block;
	float: right;
	height: auto;
	width: 306px;
	padding-top: 0px;
	color: #fff;
	line-height: 25px;
}
#search #search-field img {
	padding-top: 0px;
	vertical-align: middle;
}

#search-field{
	margin:10px 0 0 0;
}

fieldset{
	border:none;
	border-bottom: 1px solid #E2001A;
}

#wrap #search {
	height: 43px;
	width: 1000px;
	float: left;
	background-color: #e2001a;
	margin-bottom: 17px;
}
#wrap #bg-colour {
	background-color: #FFFFFF;
	float: left;
}

h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#content p   {
	font-size: 15px;
}
.cartTable, .customerTable {
	margin-left: 50px;
}
.red-text {
	font-size: 18px;
	color: #C73227;
	font-weight: bold;
	font-style: italic;
}
#home-content ul li {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ol {
	font-size: 14px;
}
ol li {
	margin-bottom: 7px;
}
#content table ul {
	list-style-position: outside;
	list-style-type: none;
}
#content table ul li {
	padding-left: 26px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 8px;
}



#wrap #content {
	float: left;
	width: 705px;
	background-color: #cbc8c5;
	background-image: url(../images/top-right-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 50px;
	min-height:700px;
}
.main-float-right {
	float: right;
	padding-left: 8px;
}

#wrap #sidebar {
	float: left;
	width: 245px;
}
#sidebar ul{
	list-style-position:outside;
	list-style-type:none;
	margin-top: 27px;
	margin-bottom:10px;

}
#sidebar ul li a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #e2001a;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align:left;
}
#sidebar  ul  li  a:hover {
	background-color: #cbc8c5;
}
#wrap #sidebar #quote {
	margin-top: 0px;
}




#wrap #footer {
	color: #FFFFFF;
	background-color: #e2001a;
	float: left;
	height: 75px;
	width: 950px;
	padding-left: 50px;
	padding-top: 15px;
}

#footer ul {
	list-style-position: inside;
	list-style-type: none;
	float: left;
	margin-right: 35px;
}
#footer ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
#wrap   #footer  a:link, #wrap #footer a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 16px;
}

#wrap #footer a:hover, #wrap #footer a:active {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-image: url(../images/footer-link-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	padding-left: 16px;
}




.float-right {
	float: right;
}
#home-content #core-values ul li{
	padding-left: 30px;
	background-image: url(../images/tick-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 8px;
}
#content a:link, #content a:visited {
	color: #C83328;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #C83328;
	text-decoration: underline;
}
#content #core-values ul li {
	padding-left: 30px;
	background-image: url(../images/tick-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 8px;
	list-style-type: none;
}
#content ul {
	list-style-position: inside;
	list-style-type: none;
}
#content ul li {
	padding-left: 26px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 8px;
}

.quote-upper {
	margin-top:20px;
	display: block;
	height: 58px;
	background-image: url(../images/quote-upper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Latest-News {
	margin-top: 65px;
}
#Latest-News h4 {
	margin-top: 65px;
	font-size: 20px;
	font-weight: bold;
	color: #4D8C06;
	margin-left: 15px;
	margin-bottom: 7px;
}

.moduletable_quote p{
	padding-left: 20px;
	padding-right: 20px;
	color: #666;
	font-size: 18px;
}

.quote-lower {
	height: 55px;
	background: url(../images/quote-lower.gif) no-repeat right top;
}
.home-products {
	background-image: url(../images/Home-Products-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 20px;
	width:475px;
}
h2, .contentheading_news {
	font-size: 18px;
	color: #C73227;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 0px;
}
p {
	
}
.margin-top {
	margin-top: 30px;
}
h3 {
	font-size: 23px;
	color: #C73227;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.left-border {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C73227;
	padding-left: 25px;
}
small {
	font-size: 12px;
	display: block;
	color: #C83328;
}
#content ul {
	margin-bottom: 20px;
}
#about-content a:link, #about-content a:visited {
	text-decoration: underline;
	color: #000;
}
#about-content a:hover, #about-content a:active {
	text-decoration: underline;
	color: #000;
}
#no-margin ul li{
	margin: 0px;
	padding: 0px;
}

input.go{
	vertical-align:text-top;
}




/*Brutus Informatics Limited*/


#contact_name, #contact_organisation, #contact_email, #contact_subject, #contact_textmsg, #contact_text {
width:300px;
margin:0 0 5px 0;
}

.contact_email{
	width:300px;
	float:left;
}

.moduletable_googlemap, .moduletable_googlemap .contentpaneopen{
	position:absolute;
	width:300px!important;
	margin-right:30px;
	left:175px;
	
}

#address{
	clear:all;
	float:left;
	width:300px;
	margin:0 10px;
}

#contact-details{
	float:right;
	
}

#footer ul li a{
	text-transform:lowercase;
	font-weight:200;
	font-style:normal!important;
}

#footer .moduletable_menu{
	width:auto;
	float:left;
}

.moduletable_header{
	width:754px;
	margin:-2px 0 0 -2px;
}

.moduletable_header .contentpaneopen{ 
	margin:0!important;

}

#vmMainPage, #content .contentpaneopen {
	width:680px;
	margin:20px 0 20px 50px;
	display:block;
}



#content .blog_news{
	width:400px;
	margin:20px 0 20px 50px;
	float:left;
} 

.moduletable_button{
	margin:0 auto;
	text-align:center;
}

a.mainlevel_button:hover{
	background:none!important;
}

.moduletable_exhibitions{
	width:200px;
	float:right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C73227;
	padding-left:25px;
	margin-top:20px;
}

.moduletable_latest{
	float:left;
	
	width:400px;	
}

.shopMenu{
	float:left;
	 
}

.search_header{
	width:680px;
	margin:0 0 0 50px;
}

.search_param{
	font-size:12px;
}

.component{
	width:672px;
	margin:0 auto;
	border:1px solid #000;
	overflow:hidden;
}

.moduletable_menu{
	color:#E2001A;
	display:block;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:3px;
	
	padding-top:3px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;	
}

.moduletable_menu
	h3{
	padding-left:30px;
}

.moduletable_menu .mainlevel, .moduletable_menu .mainlevel:visited{
	color:#E2001A;
	display:block;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:3px;
	padding-left:30px;
	padding-top:3px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;	
}

.moduletable_menu .mainlevel:hover{
	background-color:#cbc8c5;
}

.moduletable_menu .sublevel{
	color:#E2001A;
	display:block;
	font-size:12px;
	font-style:italic;
	
	letter-spacing:-1px;
	padding-bottom:3px;
	padding-left:30px;
	padding-top:3px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;	
}

.moduletable_menu .sublevel:hover{
	background-color:#cbc8c5;
}

.moduletable_menu a{
	color:#E2001A;
	display:block;
	font-size:12px;
	font-style:italic;
	text-align:left;
	text-decoration:underline;
	
}

.moduletable_menu 
	#login{
		margin-top:10px
	}

.moduletable_menu
	#menuTable{
		margin:10px 0;
		padding-left:30px;
		width:99%; 
		
	}


.vmCartModule{
	border-bottom:solid 1px #E2001A;
	border-top:solid 1px #E2001A;
}

#login{
	width:100px;
	
}

#content .pagination li{
		background:none;
		list-style-image:none;
	}

#vmMainPage .sectiontableentry1{
	background:#DFDFDF;
}
#vmMainPage .sectiontableentry2{
	background:#CECECE;
}
#vmMainPage .sectiontableheader{
	background:#DFDFDF;
}

/*Main shop page*/ 
#store_desc{
	float:left;
	width:180px;
	
	display:table;
}

#home_categories{
	float:right;
	border-left: solid 2px #fff;
	padding-left:40px;
}

vmRecent{
	clear:both;
}

/*Flypage*/
.flypageMain{
	width:600px;
	margin:20px auto;
}
 
/*Cart*/

#content #cartTable {
	width:100%;
	margin-left:0;
	background:#fff;
}

/*Other*/
.createdate{
	font-size:8pt;
	margin-bottom:20px;
}

/* Sagepay form */
.fieldLabel, .fieldData{
	text-align:left;
}

/* System Messages */
#system-message
{
margin:10px 0 20px 50px;
padding: 0 !important;
background:#fff;
border:solid 0px;
}


#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #0080ff;; margin-bottom: 10px; list-style-image:none; list-style: none; padding: 0px; border-top: 3px solid #0080ff; border-bottom: 3px solid #0080ff;}
#system-message dd ul li{background:none;}
 
/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #8cc6ff;}
 
/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0;}
 
/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}


