/* GDD CSS Document */

* {/* zero margins and padding */
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------------
Generic Page Properties
----------------------------------------------------------- */

body {
	background:#fff;
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	line-height:16px;
}

a {
	color: #5F5F5F;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:none;
}

hr {
	margin:10px 10px 0 10px;
	color: #fff;
	border-left: 0;
	border-right: 0;
	border-top: solid 1px #fff;
	border-bottom: dashed 1px #ccc;
	height: 5px;
}

/* -----------------------------------------------------------
Header Structure
----------------------------------------------------------- */

div#wrapper {
	width:980px;
	margin:0 auto;
	border-left:1px dashed #b5aeb5;
	border-right:1px dashed #b5aeb5;
}

div#header {
	height:58px;
	width:980px;
	background:url(../images/logo.gif);
}

div#header-home {
	height:260px;
	width:980px;
	background:url(../images/logo2.gif);
}

div#sub-nav {
	padding:10px 0 0 260px;
	font-size: 10px;
}

div#sub-nav a {
	padding-right:30px;
	text-decoration:none;
}

div#sub-nav a:hover {
	text-decoration:underline;
}

div#navigation {
	height:39px;
	background:#7b7a7a;
}

div#navigation img {
	border:0;
}

div#navigation img a {
	padding:0;
	margin:0;
}

div#top-fold {
	text-align:right;
}

div#top-fold img {
	margin: 25px 3px 0 0;
}

#cu3er-container {
	float:right;
	width:780px;
	margin: 35px 15px 0 0;
	outline:0;
	text-align:center;

}

#cu3er-container-shop {
	float:right;
	width:780px;
	margin: 0px 0px 10px 0px;
	outline:0;
	text-align:center;

}
#grey-header{ height:29px; border-top:1px dashed #b5aeb5; margin:0px 1px 0px 1px; border-bottom:1px dashed #b5aeb5;}
.grey-header-inner{ height:17px; margin:1px 0px 1px 0px; background-color:#f0eff0; padding:5px;}

/* -----------------------------------------------------------
Columns
----------------------------------------------------------- */

div#left-column {
	width:184px;
	float:left;
	border-right:1px dashed #b5aeb5;
}

div#left-column p {
	padding:10px 15px 10px 13px;
}

div#left-column p span {
	color:#fb0f0c;
}

div#left-column p a {
	text-decoration:none;
	color:#fb0f0c;
}

div#left-column p a:hover {
	text-decoration:underline;
}

div#right-column {
	width:795px;
	float:right;
}

/* -----------------------------------------------------------
Footer
----------------------------------------------------------- */

div#footer {
	border-top:7px solid #555;
	text-align:center;
	clear: both;
	width:980px;
	font-size:10px;
}

div#footer p {
	padding:10px 0;
}

/* -----------------------------------------------------------
Shop Inner 2
----------------------------------------------------------- */

div#shop-left {
	float:left;
	margin:0 0 0 15px;
	width:175px;
}

div#shop-left p {
	padding:10px 0;
}

div#shop-right {
	float:left;
	margin:0 0 0 7px;
	width:780px;
}

.shop-inners {
	float:left;
	margin-left:10px;
	width:180px;
}
.shop-inners-long {
	float:left;
	margin-left:10px;
	width:370px;
}

.shop-inners-intro {
	float:left;
	width: 100%;
	margin-top:20px;
	padding-top:10px;
	border-top:1px dashed #b5aeb5;
}
.shop-inners-intro p {
	float:right;
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin-right:50px;
	width:500px;
}
.shop-inners-intro span {
	font-size:18px;
	line-height:22px;
	color:#fb0f0c;

}

.home-shop-inners {
	float:left;
	margin-left:10px;
	width:220px;
}


/* -----------------------------------------------------------
UL
----------------------------------------------------------- */

li {
	overflow: hidden;
	list-style-position: outside;
	background: #fff url(../images/product_arrow.gif) 0px 0px no-repeat;
    padding-left: 18px;
	font-size:10px;
	line-height:18px;
	margin-left:5px;
}
	
li a {
	text-decoration:none;
}
	
li a:hover {
	color:#fb0f0c;
	text-decoration:underline;
}

/* -----------------------------------------------------------
Home Columns and Layout Only
----------------------------------------------------------- */

div#home-left {
	float:left;
	padding:0px 2px 2px 3px;
	width:523px;
	text-align:left;
}

div#home-right {
	float:right;
	padding-left: 3px;
	width:262px;
	border-left:1px dashed #b5aeb5;
}
div#home-inner-left{ float:left; width:225px; margin-top:20px;}
div#home-inner-right{ float:right; width:295px; margin:20px 0px 0px 1px; border-left:1px dashed #b5aeb5; border-top:1px dashed #b5aeb5;}
div#home-inner-right p { margin-left:15px;}

.promo {
	padding:0 0 4px 0;
}

.flash {
	background-color:#000;
	width:259px;
	height:259px;
	margin: 20px 5px 5px 15px;
	border-bottom: 1px dashed #b5aeb5;
}

.home-products {
	height:110px;
	border-bottom: 1px dashed #b5aeb5;
	margin-bottom:5px;
}

.home-products p span {
	color:#82ba0b;
	font-weight:bold;
}

.home-products-img {
	float:left;
	padding-right:8px;
}

.home-prices {
	float:left;
	margin:10px 20px 0 0;
}

.home-more {
	float:left;
	margin:10px 0 0 0;
}

/* -----------------------------------------------------------
Breadcrumb
----------------------------------------------------------- */

div#breadcrumbs {
	margin:5px 0 15px 12px;
	font-size:10px;
}

div#breadcrumbs a:hover {
	text-decoration:underline;
}

div#breadcrumbs a.active {
	color:#fb0f0c;
	font-weight:bold;
	font-size:11px;
}

/* -----------------------------------------------------------
Category 1
----------------------------------------------------------- */

.cat-products-01 {
	min-height:170px;
	border-bottom: 1px dashed #b5aeb5;
	clear:both;
}

.cat-products-01 span {
	font-size:18px;
	color:#fb0f0c;
}

.cat-products-01-img {
	float:left;
	margin-right:8px;
	margin-left:10px;
	border: 1px solid #b5aeb5;
}
.prices {
	float:left;
	margin: 5px 5px 0px 0px;
}

.prices span {
	font-size:11px;
	color:#fb0f0c;
}

.more {
	float:left;
	margin: 5px 10px 0 0;
}

.more img {
	margin: 0px;
}

/* -----------------------------------------------------------
Category 2
----------------------------------------------------------- */

.cat-products-02-wrapper {
	border-bottom: 1px dashed #b5aeb5;
	height:191px;
	margin-bottom:20px;
	margin-left:5px;
}

.cat-products-02 {
	width:140px;
	height:160px;
	float:left;
	margin-left:10px;

}

.cat-products-02 span {
	color:#fb0f0c;
}

.cat-products-02-img {
	margin-bottom:5px;
	padding:0;
}

.cat-products-02-prices {
	float:left;
	margin: 0 20px 0 0;
	width:140px;
}

.cat-products-02-prices span {
	color:#fb0f0c;
}

.cat-products-02-more {
	float:left;
	margin: 5px 0 0 0;
}

.cat-products-02-more img {
	margin:0;
}


/* -----------------------------------------------------------
Category 3
----------------------------------------------------------- */

.cat-products-03 {
	float:left;
	height:290px;
}

.cat-products-03 h1 {
	color:#fb0f0c;
	text-transform:uppercase;
	font-size: 18px;
	margin:10px 0 0 12px;
	font-weight:bold;
}

.cat-products-03 span {
	color:#fb0f0c;
	font-weight:bold;
	text-transform:uppercase;
}

.cat-products-03 p {
	margin:0 0 10px 12px;
}

.cat-products-03-img {
	float:right;
	margin:0 17px 0 0;
	border:1px solid #000;
}

.prices03 {
	float:left;
	margin: 5px 10px 0 0;
	padding-left:12px;
}

.prices03 span {
	color:#fb0f0c;
}

.more03 {
	float:left;
	margin: 5px 0 0 9px;
}

.more03 img {
	margin:0;
}

.form {
	width:40px;
	background:#fff!important;
	font-size: 11px;
	color: #5F5F5F;
	height:16px;
	border:1px solid #626162;
}

/* -----------------------------------------------------------
Category 4
----------------------------------------------------------- */

div#left-cat04 {
	width:450px;
	margin:0;
	padding-bottom:10px;
	float:left;
}

div#left-cat04 h1 {
	margin:10px 0 0 12px;
	font-weight:bold;
	color:#fb0f0c;
	text-transform:uppercase;
	font-size: 18px;
}

div#left-cat04 p {
	margin:0 13px;
	padding-bottom:10px;
	line-height:14px;
}

div#left-cat04 span {
	color:#fb0f0c;
	font-weight:bold;
}

div#right-cat04 {
	width:310px;
	margin:0px 20px 20px 0px;
	float:right;
}

.product-image {
	float:right;
	margin:10px 0 0 0;
	border:1px solid #000;
}

.cat-products-04-wrapper {
	border-bottom: 1px dashed #b5aeb5;
	height:161px;
	margin-bottom:26px;
}

.cat-products-04 {
	width:132px;
	height:160px;
	margin-left:9px;
	float:left;
}

.cat-products-04 span {
	color:#fb0f0c;
}

.cat-products-04-img {
	margin-bottom:5px;
}

.cat-products-04-prices {
	float:left;
	margin: 0 20px 0 0;
}

.cat-products-04-prices span {
	color:#fb0f0c;
}

.cat-products-04-more {
	float:left;
	margin: 5px 0 0 0;
}

.cat-products-04-more img {
	margin:0;
}

/**/

div#li {
	float:left;
}

div#pdf {
	float:left;
	margin-left:10px
}

div#gallery {
	text-align:center;
}

div#gallery img {
	margin:3px;
	border: 1px solid #c1c1c1;
}

div#uk_banner {
	width: 300px;
	height: 130px;
	background: url(../images/uk_banner.jpg) no-repeat left top;
	display: block;
	text-indent:-5000px;
}

.price04 {
	float:left;
	margin: 5px 0px 5px 13px;
	text-align:left;
	width:300px;
	border-bottom: 1px dashed #b5aeb5;
}

.add {
	float:left;
	margin: 5px 0px 0px 5px;
	text-align:left;
}

/* -----------------------------------------------------------
Typography (Press)
----------------------------------------------------------- */

p {
	margin: 0 15px;
	padding-top:15px;
}

h1 {
	color:#fb0f0c;
	/*text-transform:uppercase;*/
	margin: 20px 0 0 15px;
	font-size: 22px;
	font-weight:100;
}

h2{
	font-size: 12px;
	line-height:16px;
	color: #5F5F5F;
	font-weight:bold;
	margin: 10px 15px 0 15px;
}

h3 {
	color:#82ba0b;
	margin: 15px 0 0 15px;
	font-size: 22px;
	font-weight:100;
}
h4 {
	color:#fb0f0c;
	margin: 15px 0 0 15px;
	font-size: 16px;
	font-weight:100;
}

h5 {
	color:#5F5F5F;
	margin: 2px 0 0 10px;
	font-size: 18px;
	font-weight:100;
}

/* -----------------------------------------------------------
Adhesive Applications
----------------------------------------------------------- */

div#apps-inner-left {
	width:350px;
	margin-left:10px;
	float:left;
}

div#apps-inner-left a {
	text-decoration:none;
	color:#82ba0b;
}

div#apps-inner-left a:hover{
	text-decoration:underline;
}

div#apps-inner-right {
	width:350px;
	margin-left:20px;
	float:left;
}

div#apps-inner-right a {
	text-decoration:none;
	color:#82ba0b;
}

div#apps-inner-right a:hover{
	text-decoration:underline;
}

.green {
	font-weight:bold;
	color:#82ba0b;
}

.green_normal {
	color:#82ba0b;
}

/* -----------------------------------------------------------
Advice
----------------------------------------------------------- */

div#advice-inner-left {
	width:350px;
	margin-left:10px;
	float:left;
}

div#advice-inner-left a {
	text-decoration:none;
	color:#fb0f0c;
}

div#advice-inner-left a:hover{
	text-decoration:underline;
}

div#advice-inner-right {
	width:350px;
	float:left;
	margin-left:20px;
}

div#advice-inner-right a {
	text-decoration:none;
	color:#fb0f0c;
}

div#advice-inner-right a:hover{
	text-decoration:underline;
}

.red {
	font-weight:bold;
	color:#fb0f0c;
}

.red_normal {
	color:#fb0f0c;
}

/* -----------------------------------------------------------
Tables
----------------------------------------------------------- */

.advice04 {
	margin:15px;
	width:440px;
	border:1px solid #000;
}
.white {
	color:#fff;
	font-size:11px;
	padding:2px;
}

.contact {
	margin:15px;
	width:440px;
	font-size: 11px;
}
		

/* -----------------------------------------------------------
Services
----------------------------------------------------------- */

.service-inner-left {
	width:350px;
	margin-left:10px;
	float:left;
}

.service-inner-left img {
	margin-left:15px;
}

.service-inner-left a {
	text-decoration:none;
	color:#fb0f0c;
}

.service-inner-left a:hover{
	text-decoration:underline;
}

.service-inner-right {
	width:350px;
	margin-left:20px;
	float:left;
}

.service-inner-right a {
	text-decoration:none;
	color:#fb0f0c;
}

.service-inner-right a:hover{
	text-decoration:underline;
}
.service-inner {
	width:500px;
	float:left;
	clear:both;
	margin-bottom:20px;
}


/* -----------------------------------------------------------
Images
----------------------------------------------------------- */

.left_img {
	float:left;
	padding:0 10px 0 0;
}

.right_img {
	float:left;
	padding:0 0 0 10px;
}


/* -----------------------------------------------------------
Forms for Services
----------------------------------------------------------- */

.formcontact {
	background:#fff!important;
	width:145px;
	border: 1px solid #000;
	font-size:11px;
}

.button {
	background:#fb0f0c;
	color:#fff;
	border:0;
	padding:1px;
	font-size:11px;
}

.button2 {
	background:#5f5f5f;
	color:#fff;
	border:0;
	padding:2px;
	font-size:11px;
}

/* -----------------------------------------------------------
Checkout (my melody)
----------------------------------------------------------- */

.checkout { 
	color: #5F5F5F;
	text-align: left;
	width:380px;
	margin:10px 0;
	border: 1px solid #000;
	font-size:11px;
}

.checkout tr.odd {
	background-color:#f1f1f1;
	color: #5F5F5F;
}

.checkout tr:hover, tr.odd:hover {
	background-color: #fffbdb;
	color: #5F5F5F;
}

.checkout tr {
	/*vertical-align: top;*/
}

.checkout tr,th,td {
	padding: 3px;
}

.checkout td {
	border-left: 1px solid #dadada;
}

.checkout th {
	background-color:#fb0f0c;
	color:#fff;
	font-weight:normal;
	border-left: 1px solid #fff;
}

.data-sheets {
	width:286px;
	float:left;
}	

.data-sheets span {
	color:#fb0f0c;
	font-weight:bold;
}

.data-sheets img {
	float:left;
	padding:10px 10px 0 15px;
	border:0;
}

.data-sheets p {
	padding-top:20px;
}	
