/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #222;
	line-height: 18px;
	background-color:#004B72;
	height:100%;

}

html {
	overflow-y: scroll;
}

/*-----------------------------------------
	1. Generic
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.green-color {
	color: #0c0;
}

.green-background {
	color: #fff;
	background: #0f9b0f;
	padding: 3px 5px;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

.clear {
	clear: both;
}

hr {
	background-color: #000;
	border: 0px;;
	color: #000;
	height: 1px;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
	font-size: 1.4em;
	margin: 10px 0px;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0px;
}

dd {
padding:5px;
}

h3 {
	font-size: 1em;
	margin: 0px 0px;
}

h4 {
	font-size: 1em;
	margin: 10px 0px;
}

h5.colour_title {
font-size: 1.4em;
border: 1px solid black;
padding:6px;
margin:10px 0px 10px 0px;
clear:both;
font-weight:normal;
margin-top:10px;
}

h5.colour_title span {
font-size: 1.2em;
font-weight:normal;

}

.wrap_product {
margin-top:10px;

}

.stock {
font-size:3em;
line-height:150%;
text-align:center;
font-weight:normal;
}

#large_font h1 {
font-size:2em;
line-height:150%;
}

#large_font {
border:2px solid black;
margin:20px 0px 30px 0px;
text-align:center;

}


.footer_img {
text-align:center;
}

p {
	margin: 10px 0px;
}

strong {
	font-size: 1.2em;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/


#menu-container {
background:transparent url(../assets/images/standard/bg_menu.jpg) bottom left repeat-x;
height:32px;
width:860px;
}


#header-container {
background: #0d3e7b url(../assets/images/standard/bg_header.jpg) bottom left repeat-x;
border-bottom:5px #8a99aa solid;
padding-top:10px;
}

#header {
width:860px;
height:240px;
margin:0px auto;
position:relative;
}

#header-image {
margin:0px auto;
width:859px;
height:208px;
background: #FFF url(../assets/images/standard/header.jpg) 0 0 no-repeat;

}

#middle {
	width: 860px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
}

#middle-container {
background:#eeeeee url(../assets/images/standard/bg_body.jpg) repeat-y scroll 50% 50%;
}

#middle-content-whole {
	margin: 0px 20px;
}

#middle-content-left {
	float: left;
	display: inline;
	width: 450px;
	margin-left: 20px;
}

#middle-content-right {
	float: right;
	display: inline;
	width: 330px;
	margin-right: 20px;
}

#middle-content-right-02 {
	float: right;
	display: inline;
	width: 290px;
	margin-right: 20px;
}

#logo {
padding:8px 0px 0px 8px;
}

#footer-container {
height:125px;
clear:both;
background: #000 url(../assets/images/standard/bg_footer.jpg) repeat-x;
}

#footer {
width:860px;
margin:0px auto;
}

#footer p, #footer a {
color:#85d2f8;
font-size: 8pt;
}

#left {
margin-left: 20px;
width:400px;
float:left;
}
#right {
margin-right: 20px;
width:300px;
float:right;
text-align: right;

}

.products_left {
float:left;
width:535px;
padding:10px;
margin:0px 10px 10px 0px;

}

.sizestyle {
font-size:1.1em;
margin-top:3px;
}

.products_right {
float:right;
width:200px;
padding:10px;
margin:0px 10px 10px 0px;
text-align:center;
}

.consumables_left {
float:left;
width:235px;
padding:10px;
margin:0px 10px 10px 0px;

}

.consumables_right {
float:right;
width:500px;
padding:10px;
margin:0px 10px 10px 0px;
text-align:center;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
}

table th {
}

table td {
	font-size: 1em;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

fieldset {
	border: none;
	margin: 0 0 0 0;
	paddinig: 0 0 0 0;
}

legend {
	font-size: 1.2em;
	margin: 10px 0px;
}

input {
}

textarea {
}

label {
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

img.explosion {
	margin-top: 30px;	
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul li {
	margin: 5px 0px;
}

dl {
}

dt {
}

dd {
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

#menu-container {
	position:absolute;
	height:34px;
	bottom:0px;
	left:0px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	margin: 0 0 0 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #004c71;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 90px;
	padding: 7px 5px;
}

#nav li ul li:hover {
	background-color: #0080c0;
}

#nav li ul li a {
	color: #fff;
}

#nav li ul li a:hover {
	text-decoration: none;	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
