* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 18px; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}

table {
	width: 100%;
}

/*Start site*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f7f7f7;
	height: 100%;
	margin: 0px;
	color: #1A1A1A;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

body#blank-body {
	color: #1A1A1A;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left -111px;
}

.outside {
	height: auto;
	min-height: 100%;
	position: relative;
}
#wrapper {
	margin: 0 auto;
	width: 962px;
}
#header {
	width: 962px;
	height: 86px;
	padding: 0;
}
#nav-outer {
	width: 962px;
	height: 50px;
	padding: 0;
	background-image: url(/images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/** Slider CSS **/
#slider {
	width: 937px;
	height: 271px;
	padding: 0;
	margin-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d2d2;
	border-left-color: #d8d2d2;
}
#no-slider {
	width: 937px;
	height: 89px;
	padding: 0;
	margin-left: 11px;
	background-color: #FFFFFF;
	background-image: url(/images/sub-head-image-plain.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	border: 1px solid #d8d2d2;
}

body#about #no-slider {
	background-image: url(/images/sub-head-image.png);
}


body#shop #no-slider {
	background-image: url(/images/sub-head-image-shop.png);
}


body#contact #no-slider {
	background-image: url(/images/sub-head-image-contact.png);
}


body#technology #no-slider {
	background-image: url(/images/sub-head-image-tech.png);
}

.container {
	width:795px;
	height:271px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	float: left;
}
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:795px; display:none; }

/** Slider CSS **/

#content {
	width: 962px;
	margin: 0px;
	padding-bottom: 300px;
	background-image: url(/images/content-rep.png);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 20px;
}


#leftcolumn {
	width: 250px;
	float: left;
	margin: 0px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding: 0px;
}
#rightcolumn {
	float: right;
	padding: 0px;
	width: 685px;
	display: inline;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin: 0px;	
}
#footer {
	clear:both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	margin: 0;
	color: #FFFFFF;
	background-image: url(/images/footer-outer.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}



.footer-inside {
	width: 962px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/footer-inner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 247px;
	padding-top: 13px;
	line-height: 13px;
}

.footer-left {
	float: left;
	height: 141px;
	width: 250px;
	background-image: url(/images/footer-break-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	overflow: hidden;
}
.footer-middle {
	float: left;
	height: 141px;
	width: 250px;
	background-image: url(/images/footer-break-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	overflow: hidden;
}
.footer-right {
	float: left;
	height: 141px;
	width: 450px;
	overflow: hidden;
}


.footer-contact {
	background-image: url(/images/phone-book.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 8px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
}
.footer-sitemap {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url(/images/search-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 8px;
}
.footer-info {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url(/images/tick-icon.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.footer-info h2 {
	padding-top: 8px;
	margin-top: 0;
}

.footer-inside h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0;
}

.footer-bottom-text {
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}

.footer-bottom-text a {
	color: #000000;
}
.footer-bottom-text a:hover {
	text-decoration: none;
	color: #43cae8;
}

.footer-middle a:link, .footer-left a:link, .footer-middle a:visited, .footer-left a:visited {
	color: #F4F4F4;
}

.footer-middle a:hover, .footer-left a:hover {
	color: #43cae8;
}

.left-heading {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/title-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 18px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.right-heading {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/right-title.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 18px;
	padding-left: 35px;
	margin-bottom: 20px;
}

.logo {
	float: left;
}
.serach-box {
	background-image: url(/images/search-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	height: 50px;
	padding-top: 8px;
	padding-left: 15px;
}

input.search-inp {
	background-color: #FFFFFF;
	border: 1px none #FFFFFF;
	padding: 2px;
	margin-top: 2px;
	margin-left: 3px;
	float: left;
	width: 150px;
}

.go-but {
	background-image: url(/images/go-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	height: 21px;
	width: 50px;
	border: 0px none #FFFFFF;
	float: right;
	margin-right: 8px;
	margin-top: 2px;
	display: inline;
	padding: 0px;
}

.go-but:hover {
	background-color: transparent;
	background-image: url(/images/go-2.png);
}

.right-content {
	margin-left: 15px;
	padding-right: 20px;
}

.right-content li {
	list-style-position: outside;
	list-style-image: url(/images/bullet_go.png);
	list-style-type: none;
}
.right-content ul {margin-bottom: 10px;}
.right-content h1 {
	margin-right: -20px;
}
.nav-wrap {
	border-bottom-color: #d9d9d9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 229px;
	margin-left: 11px;
}

.left-nav-outer {
	
}
.left-nav-heading {
	font-weight: bold;
	color: #333333;
	background-image: url(/images/left-nav-header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #79cdea;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 12px;
	border: 1px solid #7ac2dd;
}

.left-nav-heading a, .shop-products-single-title a {
	line-height: 17px;
}

.left-nav-heading a:hover, .shop-products-single-title a:hover {
	line-height: 17px;
	color: #0b7ba0;
	text-decoration: none;
}

.left-nav-inner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding: 5px;
}

.right-content p {margin-right: 30px;}

.right-box-outer {
	width: 632px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.right-box-header {
	background-image: url(/images/box-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	height: 28px;
	font-size: 15px;
	color: #333333;
}
.right-box-inner {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	font-size: 11px;
	background-image: url(../images/home-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right-box-inner p {
	font-size: 13px;
}
.right-box-inner li {
	list-style-position: outside;
	list-style-image: url(../images/bullet_blue.png);
	list-style-type: none;
	font-size: 14px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;


}



.clearfix {


	display: inline-block;


	}

html[xmlns] .clearfix {

	display: block;


	}


* html .clearfix {

	height: 1%;

	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/right-title.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 18px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: -10px;
}
h2 {
	font-size: 17px;
	color: #3293b8;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	color: #0d8095;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

p {
	padding-bottom: 10px;
	}
strong {
	color: #0d8095;
	font-weight: bold;
	}

li {
	margin-left: 25px;
	list-style-type: square;
}

a:link, a:visited{
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #43cae8;
	text-decoration:underline;
}
	
.float-left{
	float:left;
}
.float-right{
	float:right;
}

#navcontainer {
	padding-left: 25px;
	line-height: 18px;
	font-size: 13px;
}


#navcontainer ul li {
	list-style-type:none;
	margin-left: 0px;
	display: inline;
}


body#contact .oncontact a,
body#home .onhome a,
body#about .onabout a {
	background-image: url(/images/nav-on-page.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	text-align: center;
	margin-right: 0px;
	margin-left: 8px;
	padding-top: 13px;
}

body#technology .ontech a {
	background-image: url(/images/nav-on-page2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	text-align: center;
	margin-right: 0px;
	margin-left: 8px;
	padding-top: 13px;
}

body#shop .onprod a {
	background-image: url(/images/nav-on-page3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
	margin-right: 0px;
	margin-left: 8px;
	padding-top: 13px;
}

body#shop span.down-arrow {
	background-image: url(/images/nav-on-page3.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	width:27px;
}

body#shop ul.topnav li ul.subnav li a {
	background-image: none;
	float: left;
	width: 173px;
	padding-left: 22px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #333;
	text-align: left;
	font-size: 11px;
	color: #E8E8E8;
	font-weight: normal;
}

.down-arrow {
	background-image: url(/images/menu-down-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	height:35px;
	width:17px;
	margin-top: 6px;
}
.down-arrow:hover {
	background-image: url(/images/menu-down-arrow2.png);
	cursor: pointer;
}

.sections-list {
	font-size: 11px;
	margin: 0px;
}

.contact-list {
	font-size: 11px;
	margin: 0px;
}

.contact-list li {
	padding-bottom: 8px;
	list-style-image: url(/images/transp-arrow.png);
	list-style-type: none;
	margin-left: 17px;
}

.sections-list li {
	padding-bottom: 4px;
	list-style-image: url(/images/transp-arrow.png);
	list-style-type: none;
	margin-left: 17px;
}

a.more-info-foot {
	background-image: url(/images/footer-more.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 28px;
	width: 100px;
}

a.more-info-foot:hover {
	background-image: url(/images/footer-more2.png);
}

a.more-info-box {
	background-image: url(/images/box-top-more.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 28px;
	width: 100px;
}

a.more-info-box:hover {
	background-image: url(/images/box-top-more2.png);
}


/*Tables*/

.product-list {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-left-color: #d0d0d0;
	margin-bottom: 20px;
	width: 632px;
	line-height: 11px;
}

.product-list th {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	vertical-align: bottom;
}

.product-list td {
	background-image: url(/images/list-dark.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
	font-size: 11px;
	line-height: 12px;
	background-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
}

/** Drop down menu CSS **/
ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
	line-height: 16px;
}
ul.topnav li {
    float: left;
    margin: 0;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	color: #FFFFFF;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 18px;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 13px;
	background-image: url(/images/nav-split-line.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
	margin-left: 10px;
}
ul.topnav li a:hover{
	color: #22acdb;
}
ul.topnav li span { /*--Drop down trigger styles--*/

	height: 39px;
	float: left;
	background-image: url(/images/menu-down-arrow.png);
	background-repeat: no-repeat;
}
ul.topnav li span.subhover {
	background-image: url(/images/menu-down-arrow2.png);
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 39px;
	background: #333;
	padding: 0;
	display: none;
	float: left;
	width: 190px;
	border: 1px solid #111;
	z-index: 2000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
}
body#shop ul.topnav li ul.subnav {width: 200px;}
ul.topnav li ul.subnav li {
    margin: 0; padding: 0;
    border-top: 1px solid #252525; /*--Create bevel effect--*/
    border-bottom: 1px solid #444; /*--Create bevel effect--*/
    clear: both;
    width: 190px;
}
body#shop ul.topnav li ul.subnav li {width: 200px;}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 170px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #333;
	background-image: none;
	font-size: 11px;
	color: #E8E8E8;
}
html ul.topnav li ul.subnav li a:hover, body#shop ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
    background: #222;
}



.button-left-wrap {
	float: left;
	height: 270px;
	width: 71px;
}
.button-right-wrap {
	float: right;
	height: 270px;
	width: 71px;
}

.button-right-wrap a.next {
	background-image: url(/images/button-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 71px;
	
}
.button-right-wrap a.next:hover {
	background-image: url(/images/button-right2.jpg);
	text-decoration: none;
}
.button-left-wrap a.previous {
	background-image: url(/images/button-left2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 71px;
}
.button-left-wrap a.previous:hover {	
	background-image: url(/images/button-left.jpg);
}

.short-disc {
	line-height: 140%;
	float: left;
	font-size: 10px;
	width: 115px;
	font-weight: bold;
}


.product-information {
	padding-right: 50px;
}




a.product-enquire {
	font-size: 9px;
	color: #000000;
	text-align: center;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: url(/images/enquire1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 7px;
	padding-left: 7px;
}

a.product-enquire:hover {
	background-image: url(/images/enquire2.png);
	text-decoration: none;
	color:#FFFFFF;
}

a.product-enquire-light {
	font-size: 9px;
	color: #000000;
	text-align: center;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: url(/images/enquire-light1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 7px;
	padding-left: 7px;
}

a.product-enquire-light:hover {
	background-image: url(/images/enquire-light2.png);
	text-decoration: none;
	color:#FFFFFF;
}

.zend_form label {
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
}

.zend_form input, .zend_form textarea {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border: 1px solid #7ac2dd;
	margin-bottom: 5px;
}

#message {
	height: 150px;
	width: 400px;
}

#subject {
	width: 400px;
}

input#submit {
	background-image: url(/images/submit-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #0097cb;
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
}

input#submit:hover {
	background-image: url(/images/submit-bg2.png);
	border: 1px solid #333333;
	cursor: pointer;
}

.errors li {
	color:#D8000C;
	list-style-type:none;
	margin-left:25px;
	margin-top:0px;
	padding:2px;
	width:230px;
	list-style-position: outside;
	list-style-image: url(/images/bullet_error.png);	
}

.left-nav-product-image img {
	height: 80px;
	width: 80px;
	
}

a.more-info-prod {
	background-image: url(/images/tiny-more.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 20px;
	width: 60px;
	margin-top: 4px;
}

a.more-info-prod:hover {
	background-image: url(/images/tiny-more2.png);
}

.product-image img {
	height: 140px;
	width: 140px;
	margin-left: 20px;
}

.shop-products-single-wrapper {
	float: left;
	width: 265px;
	margin-bottom: 12px;
	margin-right: 25px;
}

.shop-products-single-title {
	background-color:#79CDEA;
	background-image:url(/images/left-nav-header-bg.png);
	background-position:left top;
	background-repeat: repeat-x;
	border:1px solid #7AC2DD;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:7px 3px 8px 5px;
	text-align: center;
	
}

.shop-products-single-image {
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-top-color:#D9D9D9;
	padding:5px;
	text-align: center;
	height: 118px;
	height: auto;
	min-height: 118px;
}

.shop-products-single-actions {
	background-color: #c2c2c2;
	background-image: url(/images/bottom-more-rep.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.shop-products-single-actions a {
	background-image: url(/images/bottom-more.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 11px;
} 

.shop-products-single-actions a:hover {
	background-image: url(/images/bottom-more2.png);
	color:#FFFFFF;
	text-decoration: none;
}

.product-type-odd-row {

}

tr.product-type-even-row td {
    background-color:#fefefe;
	background-image:url(/images/list-light.png);
	background-position:left top;
	background-repeat:repeat-x;
}

body#home #rightcolumn h1 {margin-left: 0; padding-left: 30px;}

body#contact .form-container {
	background-image: url(/images/phone.png);
	background-repeat: no-repeat;
	background-position: right top;
}

body#technology table {
	font-size: 11px;
}

#screenshot{
   position:absolute;
   border:1px solid #ccc;
   background:#333;
   padding:5px;
   display:none;
   color:#fff;
}

.tech-summary-link a {
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #D2D2D2;
	background-image: url(/images/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	white-space: nowrap;
	margin-top: 10px;
}

.tech-summary-link {
	float: left;
}
.graphs-wrapper {
	float: left;
}
.technical-table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	background-color: #F6F6F6;
	margin-top: 10px;
	margin-bottom: 10px;
}

.technical-table td {
	border: 1px solid #666666;
	padding: 5px;
}

td.gray-td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4C4C4C;
	border-bottom-color: #4C4C4C;
	background-color: #E1E1E1;
}

a.graph-link {
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #D2D2D2;
	background-image: url(/images/chart_line.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
	white-space: nowrap;
	margin-top: 10px;
}

.left-nav-product-image img, .product-image img, .shop-products-single-image img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #F3F3F3;
}
.left-nav-product-image img:hover, .product-image img:hover, .shop-products-single-image img:hover {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #DEDEDE;
}

#quantity {
	padding: 2px;
	border: 1px solid #7AC2DD;
}

dt {
	margin-top: 10px;
}

#company_name, #company_location {
	width: 250px;
}