/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, /img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.clearfix {
	clear: both;
/*Website starts here*/
}#translate {
	display: none;
}
/*Header*/
#pageheader {
	height: 104px;
	width: 100%;
	background-color: #DADADA;
}
#masthead {
    background: url("http://www.shellshockdesigns.com/assets/cards_top.png") no-repeat scroll 857px 50% transparent;
    height: 104px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#logo {
	float: left;
	height: 104px;
	width: 162px;
	margin-right: 20px;
}
/*Navigation*/

/*Content*/
#infopanel {
	width: 100%;
	background-color: #212121;
	height: 300px;
	background-image: url(/assets/infopanel-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#infopanel2 {
	width: 100%;
	background-color: #212121;
	height: 133px;
	background-image: url(/assets/infopanel-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#infopanelcontent {
	width: 960px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding-top: 30px;
	font-family: 'PT Sans', arial, serif;
}
#pageHeading h1 {
	color: #FFF;
	font-weight: normal;
	font-family: 'PT Sans', arial, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 36px;
	line-height: 40px;
}
/* Dropdown Menu */
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	z-index: 9999;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 9999;
}
ul#topnav li a {
	text-decoration: none;
	color: #222;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	/*margin-right: 15px;*/
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	color: #FFF;
	background-color: #86BDDA; } /*--Hover State--*/
ul#topnav a.home {
	z-index: 9999;
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 117px;
}
ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 124px;
}
ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 124px;
}
ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 141px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 34px;
	left: 0;
	z-index: 99999; /*--Background gradient--*/
	padding: 5px 5px 0 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	background-color: #E0DFDA;
	background-repeat: repeat-x;
	margin-left: -270px;
	/* Fallback for web browsers that doesn't support RGBa */
background: #E0DFDA;
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
border:1px #E0DFDA solid;
}
.navimage {
	background-color: #CCC;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 16px;
	border: 1px solid #B2E4FE;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav li .sub ul li form {
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 260px;
	margin-left: 10px;
}
#topnav li .sub ul li form .search-box #CAT_ProductSearch {
	padding: 4px;
	font-size: 20px;
	line-height: 20px;
	height: 28px;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 238px;
}
#topnav li .sub ul li form .search-box .cat_button {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
ul#topnav .sub ul li h2 a.LatestProds {
	font-size: 14px;
	line-height: 14px;
	padding-top: 11px;
	padding-bottom: 12px;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
	z-index: 9999;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	background-image: none;
	color: #838383;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	margin-left: 0px;
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #D1CDC5;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 34px;
	margin-bottom: 5px;
	background-color: #EEEDEA;
	background-image: url(navlist_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	border: 1px solid #C8C2B9;
}
ul#topnav .sub ul li a:hover {
	color: #FFF;
	background-position: 5px 12px;/*--Override background position--*/
	background-color: #EAC0C1;
	border: 1px solid #B2E4FE;
}
ul#topnav .sub ul li.new a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 34px;
	margin-bottom: 5px;
	background-color: #E2E1DC;
	background-image: url(/assets/menu-images/new.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #848484;
}
ul#topnav .sub ul li.new a:hover {
	color: #FFF;
	background-position: right bottom;/*--Override background position--*/
	background-color: #EAC0C1;
	border: 1px solid #B2E4FE;
	background-image: url(/assets/menu-images/new.png);
}
/*Old Nav do bot remove*/
#navigation {
	float: right;
	height: 30px;
	margin-top: 38px;
	width: 720px;
	z-index: 9999;
}
#navigation ul {
}
#navigation ul li {
	float: left;
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	color: #222;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navigation ul li a:hover {
	color: #FFF;
	background-color: #86BDDA;
}
#navigation ul li .selected {
	background-color: #666;
	color: #FFF;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#infopanelstrap h2 {
	font-size: 24px;
	font-style: bold;
	font-weight: normal;
	line-height: 28px;
	font-family: 'PT Sans', arial, serif;
	margin: 0px;
	color:#FFFFFF;
}
#infopanelLeft {
	float: left;
	width: 680px;
	margin-right: 20px;
}
#infopanelRight {
	width: 258px;
	float: right;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.col-layout {
}
.col-start  {
	width: 223px;
	margin-right: 24px;
	float: left;
	display: block;
}
.col-img {
	display: block;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.col-mid  {
	width: 222px;
	margin-right: 22px;
	float: left;
}
.col-end  {
	width: 223px;
	float: right;
}
/*Columns*/
.col-text {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0px;
}
.colx3-start {
	width: 304px;
	margin-right: 24px;
	float: left;
	display: block;
}
.colx3-mid {
	width: 304px;
	margin-right: 22px;
	float: left;
}
.colx3-end {
	width: 304px;
	float: right;
}
.col-text h4 {
	font-size: 16px;
	color: #DA8183;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.colx3x1-start {
	width: 713px;
	margin-right: 24px;
	float: left;
	display: block;
}
/*Footer*/
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footerline{
        text-align:center;
	padding-bottom: 10px;
}
#footersize{
	width: 960px;
}
#footer a{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#footer #copyright {
	font-size: 12px;
	color: #666;
	float: left;
	width: 400px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer #copyright #bamps a{
	background-color: #333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 12px;
	display: block;
	color: #F90;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 228px;
	float: left;
	width: 61px;
	margin-top: -19px;
}
#footer #footernav    {
	float: right;
	font-size: 12px;
	color: #666;
	margin-right: 3px;
}
#footer #footernav a {
	color: #666;
}
.newsitem {
	margin-bottom: 10px;
	padding: 2px;
}
.newsitem h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.newsitem h5 a {
	color: #DA8183;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.newsitem h5 a:hover {
	color: #8BC2DF;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.newsitem .newsdate {
	color: #999;
	font-size: 12px;
	font-style: italic;
}
.newsitem .newssummary {
	font-size: 12px;
	line-height: 18px;
}
.newsitem p {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.newsitem .newsreadlink {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 28px;
}
.newsitem .newsreadlink a {
	background-color: #DA8183;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsitem .newsreadlink a:hover {
	background-color: #8BC2DF;
	
}
.productItemNotFound, .catalogueItemNotFound {
	display: none;
	position: absolute;
	visibility: hidden;
}
table.catalogueTable {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.catalogueTable {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#catalogsummary {
	background-color: #F2F2F2;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}#catalogsummary p {
	margin: 0px;
}
.shop-catalogue {
	width: 310px;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-image: none;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.catalogueItem {
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 205px;
	background-color: #F2F2F2;
	background-image: url(/assets/products-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shop-catalogue .image {
	height: 130px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imagecorner {
	position: absolute;
}
.shop-catalogue h4 {
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	height: auto;
}
.shop-catalogue h4 a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	text-align: center;
	line-height: 16px;
	height: 70px;
}
td.cartSummaryItem {
	padding: 0px;
}
.shop-main .header {
	border-bottom: 1px solid #EEE;
	height: 27px;
	line-height: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.shop-main .breadcrumbs {
	float: left;
	width: 70%;
}
.shop-main .breadcrumbs a {
	color: #666;
	text-decoration: none;
}
/*Shop layout*/
.shop-product-small {
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: white;
	background-image: url(/assets/item-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 158px;
	width: 156px;
	display: block;
	float: left;
	padding-top: 8px;
}
.smallmag {
	display: block;
	height: 39px;
	width: 39px;
	position: absolute;
	margin-top: -8px;
	margin-left: -27px;
}
.shop-product-small .image {
	overflow: hidden;
	height: 80px;
	overflow: hidden;
	text-align: center;
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 19px;
	margin-left: auto;
	padding-bottom: 0px;
}
.shop-product-small h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	min-height: 36px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	text-align: center;
	line-height: 14px;
}
.shop-product-small h5 a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
}
/*.cartSummaryItem {
	display: block;
	position: absolute;
	visibility: hidden;
}*/
#productdetails {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#productdetails #productheader {
	background-color: #EEE;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/assets/prodctbackfill.gif);
	border: 1px solid #E9E9E9;
}
#productheader #productimage #productcode {
	position: absolute;
	padding: 10px;
	background-color: #E3A5AC;
	display: block;
	color: #FFF;
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-size: 12px;
	line-height: 12px;
	width: 100px;
	text-align: center;
	margin-top: 211px;
	margin-left: 263px;
}
#productdetails #productheader #productimage {
	float: left;
	width: 380px;
	display: block;
	height: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 10px;
	border: 2px solid #FFF;
}
#productdetails #productheader #productimage img {
	border: 3px solid #FFF;
}
#productdetails #productheader #producttitle {
	float: left;
	height: 250px;
	width: 540px;
}
#productdetails #productheader #producttitle h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.9;
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #eee;
	display: block;
	height: 70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}
#productdetails #productdetails .description {
	padding: 10px;
	background-color: #F6F6F6;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E9E9E9;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/assets/prodctbackfill.gif);
}
#productdetails #productdetails .description p {
	margin-right: 10px;
	margin-left: 10px;
}
table.catalogueTable {
border-spacing: 0px 0px;
border-collapse: collapse;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
width: 960px;
}
.bigbutton a .buttonimg , .bigbutton2 a .buttonimg{
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	margin-left: -30px;
}
.bigbutton     {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 5px;
}
.bigbutton2 {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 5px;
}
.bigbutton a      {
	font-size: 18px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(/assets/addbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bigbutton2 a {
	font-size: 18px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(/assets/projectsbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bigbutton a:hover   {
	background-image: url(/assets/addbutton.png);
	background-position: 0px -41px;
}
.bigbutton2 a:hover {
	background-image: url(/assets/projectsbutton.png);
	background-repeat: no-repeat;
	background-position: 0px -41px;
}
.description h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #eee;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
}
.quotebox a {
	background-color: #E3A5AC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: -3px;
}.quotebox a:hover {
	background-color: #86BDDA;
}
.quotebox a .buticon {
	position: absolute;
	margin-left: -25px;
	margin-top: -2px;
}
.quotebox a .buticon img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.enquirecontent {
	float: left;
	width: 680px;
	margin-right: 20px;
}
.enquireinst {
	float: right;
	width: 260px;
}
.enquirecontent h4 , .enquireinst h4{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #DA9EA6;
}
.enquireinst p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
}
table.cart th {
	border-bottom: 1px solid #EEE;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #DCDCDC;
}
table.cart a {
	color: #333;
}
tr.val td {
border-bottom: 1px solid #EEE;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #EEE;
}
.enquirecontent #catCartDetails .cartLink {
	display: none;
	position: absolute;
	visibility: hidden;
}
#topnav li .sub ul li .newicon {
	position: absolute;
	margin-top: auto;
	margin-left: 245px;
	z-index: 400;
}
/*Projects*/
.imgoverlay {
	position: absolute;
	height: 140px;
	width: 223px;
	display: block;
	background-image: none;
}
.projecttitle a {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.projectlink a {
	background-color: #DA8183;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	color: white;
	float: left;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	text-decoration: none;
	bottom: 0px;
	display: block;
	margin-bottom: 20px;
}
.projectlink a:hover {
	background-color: #81B9D6;
}
.projectsummary {
	height: 80px;
	display: block;
}
.headingbutton {
	position: absolute;
	display: block;
	margin-top: -8px;
	height: 44px;
	width: 152px;
	margin-left: 780px;
}
/*This is the thumbnail code for the small images on the page*/
.projectthumb {
	display: block;
	overflow: hidden;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 50px;
	width: 60px;
}
.productfeaturelist li {
	display: inline;
	float: left;
}
li .projectthumb2 {
	display: block;
	overflow: hidden;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 50px;
	width: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
}

/*This is used to hide the pagination*/
#infopanelRight ul.pagination {
	display: none;
	position: absolute;
	visibility: hidden;
}
#wrapper .col-layout ul, #wrapper .col-layout li {
	list-style-image: none;
	list-style-type: none;
}
.colx3x1-start .col-text #project h2 {
	font-size: 24px;
	line-height: 24px;
}
.colx3x1-start .col-text #project h2 .projecttype {
	padding-top: 7px;
	padding-bottom: 7px;
}
/*This is the css for the for the quotes*/
.quotewrapper  {
	padding: 20px;
	margin-bottom: 20px;
	background-image: url(/assets/testimonials-back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.quoteitem {
	float: left;
	background-image: url(/assets/quotes-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.quoteitem .quotetext #beginning {
	float: left;
	margin-bottom: 40px;
}
.quoteitem .quotetext #end {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.quoteitem .quotetext {
	font-size: 22px;
	line-height: 28px;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 27px;
	display: block;
	overflow: hidden;
	color: #5E5E5E;
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space: normal;
}
.quoteitem .quotefrom {
	display: block;
	padding-left: 50px;
	margin-left: 25px;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	color: #036;
	font-family: Times New Roman, arial, serif;
}
.quoteitem .quotefrom a{
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	color: #036;
	font-family: 'Over the Rainbow', arial, serif;	
}
.quoteitem .quotefrom .quoteread {
	position: absolute;
	display: block;
	width: 140px;
	float: right;
	margin-left: 700px;
	font-size: 18px;
}
.quoteitem .quotefrom .quoteread a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #E39D9D;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 12px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.quoteitem .quotefrom .quoteread a:hover {
	background-color: #75A8C2;
}

#infopanel #infopanelcontent #welcometextbox {
	float: left;
	width: 200px;
}
#projectmainimage .papertop {
	width: 704px;
	margin-top: 10px;
	margin-left: -8px;
}
#projectmainimage .paperback {
	background-color: #FFF;
	width: 667px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEECEF;
	border-left-color: #EEECEF;
	margin-top: -5px;
	
}
#projectmainimage .paperbase {
	width: 704px;
	margin-bottom: 10px;
	margin-left: -8px;
	margin-top: -5px;
}
.whattheysaid {
	font-size: 18px;
	line-height: 24px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.whosaidit {
	font-family: 'Over the Rainbow', arial, serif;
	font-size: 20px;
	line-height: 40px;
	padding-right: 30px;
	padding-left: 30px;
	color: #036;
	margin-top: 15px;
}
.qbkpitem {
	background-image: url(/assets/quotesmall-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.qbkptext {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.qbkpfrom {
	font-family: Times New Roman, arial, serif;
	font-size: 14px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	color: #036;
	margin-top: 10px;
        font-style: italic;
}
.qbkplink {
	display: block;
	margin-top: 20px;
}
.qbkplink a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #E39D9D;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 12px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.qbkplink a:hover {
	background-color: #75A8C2;
}
.qbkpitem .qbkptext #quoteleft {
	float: left;
	padding-right: 5px;
}
#pageheader #masthead #logo .translator {
	background-color: #DADADA;
	display: block;
	margin-left: 420px;
	position: absolute;
	height: 25px;
	width: 150px;
}
.cat_button {
	background-color: #DA8183;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	color: white;
	float: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col-img h4 a {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

#TestInfo {
    background: url("/assets/test_bg.jpg") no-repeat scroll center top transparent;
    padding: 5px 5px 20px 5px;
    text-decoration: none;
}

#TestInfo_Media {
    background: url("/assets/test_bg2.jpg") no-repeat scroll center top transparent;
    padding: 5px 5px 32px 5px;
    text-decoration: none;
}

#TestVidHome {   
    margin-left: 10px;
}

#TestVidHome_Media {   
    margin-left: 10px;
    margin-top: 5px;
}

#videotext{
    padding: 12px 13px 20px 37px;
    text-align: left;
    text-decoration: none;
}

#videotext_media{
    color: #666666;
    padding: 12px 21px 20px 41px;
    text-align: left;
    text-decoration: none;
}

#HomeColumnsNew{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#HomeColumnsText{
   color: #666666;
    font-size: 12px;
    line-height: 18px;
    padding-top: 12px;
    text-align: left;
    width: 306px;
}

#HomeColumnsText h4{
    color: #DA8183;
    font-size: 16px;
    margin: 0;
}

#homeAdvert{
    background: url("/assets/redHotBG.jpg") repeat scroll 0 0 #FF0000;
    display: block;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

#footerAdText{
     text-align: left;
     color: #fff;
     font-size: 14px;
}

#footerAdText a{
     text-align: left;
     color: #000;
}

#footerAdText h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -2px;
}

#shell_notice{
    font-size: 1.1em;
}

#newstext{
    padding-left: 37px;
    width: 385px;
}

#newstext p{
line-height: 16px;
}

#newstext h4{
    font-size: 1.2em;
    margin-bottom: -15px;
    color: #DA8183;
}

#newstexthome {
font-size: 0.8em;
margin-top: -7px;
}

#newstexthome a {
    color: #DA8183;
}

#newsdatehome {
    background-image: url("/assets/date.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: -19px;
    margin-top: -2px;
    padding-left: 14px;
    padding-top: 4px;
    width: 130px;
}
