@charset "utf-8";

/*     TEXT STYLES     */

table, h2, h3 {
	background: #000; /* makes white font readable in editor */
}
.shop-product-large h2, .shop-product-large h3, #nav table { /* This hides the black around the headings where the background is grey */
	background: none;
}
body, .normal, table{
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif; /* size originally 11px */
	color: #FFFFFF;
	text-align: justify;
}
select, textarea {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif; /*orginally 12px*/
}
input {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;/*originally 10px*/
	color: #000000;
}
input.btn {
text-align: center;
color:#000000; /* text color */
}
input.btntextfield {
text-align: left;
color:#000000; /* text color */
}
textarea.blacktext {
text-align: left;
color:#000000; /* text color */
}
select.blacktextdropdown {
text-align: left;
color:#000000; /* text color */
}
h1 {
	font: 20px/24px Arial, Helvetica, sans-serif; /*originally 16px*/
	color: #FFFFFF;
	background: #000 url(../images/layout/heading_icon.png) no-repeat left center; /* colour is set so that headings can be read in bc editor */
	padding-left: 30px;
	margin: 10px 0px;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif; /*originally 14px*/
	color: #6666cc; /*#f81a9e*/
}
h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #f81a9e;
}
.black {
	color: #000;
}
.pink {
	color: #f81a9e;
}
a {
	color: #f81a9e;
	text-decoration: none;
}
a:hover {
	color: #FDC6E7;
	text-decoration: underline;
}

.altrow1 {
	background: #333333;
}
.altrow2 {
	background: #1D1D1D;
}

/*     CSS HELPERS     */

.clear {
	clear: both;
}
.preload {
	display: none;
}

/*     LAYOUT STYLES     */

body {
	background: #535353 url(../images/layout/bg_02.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #000000;
	margin: 0px auto;
	width: 999px;
}
#banner {
	background: url(../images/layout/banner.jpg) no-repeat;
	height: 191px;
	width: 999px;
}
#nav {
	background: url(../images/layout/nav.gif) repeat-x;
	height: 41px;
	width: 999px;
	text-align: center;
}
#nav ul {/* this removed default space from around menu */
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style: none;
	display: inline; /* this renders list horizontally */
	padding: 0px;
	margin: 0px;
	/*width: 76px;*/	
}
.navlinkright {
	position: relative;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	border: 1px #000000;
	background-color: #1e1e1e;
}
.navoverlinkright {
	background-color: #f81a9e;
	position: relative;
	float: right;
	padding-left: 10px;
	border: 1px #000000;
	padding-right: 10px;
	height: 22px;
}
.navline {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #f81a9e;
	font-weight: normal;
	vertical-align: middle;
}
#c_container {
	padding-top: 27px;	
}
#lh_panel {
	padding: 0px 25px;
	float: left;
	width: 251px;
	text-align: center;
}
#content_home {
	padding: 0px 20px 20px;
	width: 444px;
	float: left;
}
#content_shop {
	padding: 0px 5px 20px;
	width: 474px;
	float: left;
}
#content_shop_noside {
	padding: 0px 5px 20px 15px;
	width: 765px;
	float: left;
}

/* Tag line is not being used currently */

#tag_line_rel {
	position: relative;
	height: 40px;
}
#tag_line {
	position: absolute;
	right: 0px;
	width: 300px;
	text-align: right;
	font: italic 15px Arial, Helvetica, sans-serif;
	height: 20px;
	top: 15px;
}

#rh_panel {
	padding: 10px 15px 0px; /* top padding not needed when tagline is being used */
	width: 184px;
	float: left;
	background: url(../images/layout/pink_vert_line.gif) no-repeat 5px 14px; /*43px vert with tagline*/
	text-align: center;
}
#rh_panel img {
	padding: 0px 0px 7px;
}
#footer {
	background: url(../images/layout/footer_29.gif) no-repeat;
	margin: 0px auto;
	height: 40px;
	width: 999px;
	color: #999999;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #CCCCCC;
}

/*     WEBSITE INFO CONTENT HOLDER STYLES     */

#website_info{
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 2px;
	height: 17px;
	padding-top: 23px;
}
.float23{
	float: left;
	width: 23%;
}
.float53{
	float: left;
	width: 53%;
}
#text_align {
	float: left;
}
#quadtech {
	float:left;
}
#quadtech a {
	background-image: url(/images/layout/quadtech_logo_light_smaller.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 63px;
	overflow: hidden;
}
#quadtech a:hover {
	background-image: url(/images/layout/quadtech_logo_light_smaller.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 63px;
	overflow: hidden;
	background-position: -63px;
}

/*     END WEBSITE INFO CONTENT HOLDER STYLES     */

/*     CONTENT LAYOUT STYLES     */
#conversion_chart td {
	border: 1px solid #727272;
}

.details h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #F81A9E;
}

.productitemcell {
height: 20px; /* Increase this value if online shop quotes and invoices are still displaying correctly */
}