@charset "utf-8";
/* CSS Document */

/* ######################################################################### */
/* STRUCTURE */

div#container {
	height: auto !important; /* allows content to extend past 650px if there is overflow */
  	height: 680px; /* for ie5 and 6 which don't recognise minheight */
	min-height: 680px;
	position: relative;
	padding: 0px 0px 20px 0px;
	width: 1000px;
	margin: 0 auto;
	text-align: relative;
}

div#footer{
	height: 105px;
	width: 915px;
	margin: 0 auto;
	text-align: center;
	font-size:9px;
	line-height: 13px;
	border-top:1px solid #000033;
}

div#wrapper {
	position: relative;
	background:url(../images/background.jpg) center top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

div#nav {
	position: relative;
	background:url(../images/menubar.gif);
	height:28px;
	padding: 5px 0px 0px 456px;
}


div#content {
	position: relative;
	width: 916px;
	margin: 0px auto 0px auto;
	top:35px;
}

div#leftmenu {
	position: relative;
	width: 202px;
	float:left;
	border: 1px solid #A5A5A5;
	background-color: #D9DEEE;
	height:508px;
	margin-top:10px;
}

div#middlecontent {
	position:relative;
	width:450px;
	margin-left:233px;
	margin-top:10px;
}

div#maincontent {
	position:relative;
	width:675px;
	margin-left:233px;
	margin-top:10px;
}

div#cuttingservice {
	background:url(../images/cuttingservice.jpg) no-repeat;
	position:relative;
	width:137px;
	height:130px;
	float: right;
	margin-top:10px;
	padding:30px 60px 0px 3px;
}

.products {
	position:relative;
	width:200px;
	height:150px;
	float:left;
	margin-right:11px;
	margin-left:30px;
	margin-bottom:10px;
	font-size:9pt;
	line-height:13pt;
	}

.productsend {
	position:relative;
	width:200px;
	height:150px;
	float:left;
	margin-right:0px;
	margin-left:30px;
	margin-bottom:10px;
	font-size:9pt;
	line-height:13pt;
	}
	

/* ######################################################################### */
/* MENU */

#nav a {
    color: #FFF;
    padding-right: 32px;
    text-decoration: none;
	font-weight:bold;
	font-size:11px;
}

#nav a:hover {
	text-decoration:underline;
} 

#nav a.active {
	text-decoration:underline;
}

ul#productsnav {
list-style:none;
position:relative;
left:-30px;
margin-top: 0px;
}

ul#productsnav li a {
text-decoration:none;
display: block;
width: 196px;
height:30px;
color: #000000;
padding: 5px 0 0 4px;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:0px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}

ul#productsnav li a:hover
{
text-decoration:none;
background-color:#C1CAE3;
}

ul#productsnav li a.active
{
background-color:#C1CAE3;
}




/* ######################################################################### */
/* DEFAULT STYLING */

a {
	color:;
	text-decoration:;
} 

a:hover {
	color:;
	text-decoration:;
}

body {
	font-family: Verdana, Arial;
	font-size: 9pt;
	line-height: 16pt;
	text-align: relative; /* centers container divs in browsers that don't understand margin: auto */
}

html, body { height: 100%;}

li {
	list-style-image: url(../images/bullet.gif);
	}

p
{
}


/* ######################################################################### */
/* STYLES */

.fltrt { 
	float: right;
	margin-left: 10px;
}

.fltlft { 
	float: left;
	margin-right: 10px;
}

.bluebold {
	font-weight:bold;
	color:#21409A;
	text-align:center;
	font-size:11pt;
	margin-top:0px;
	}
	
.bluebold2 {
	font-weight:bold;
	color:#21409A;
	font-size:11pt;
	margin-top:0px;
	}

.morebutton {
	position:absolute;
	bottom:5px;
	right:0px;
}

/* ######################################################################### */
/* DO NOT EDIT - STYLES TO MAKE EVERYTHING WORK THE SAME IN ALL BROWSERS */

/* Elements to clean out: */
body, fieldset, form, html {
	margin: 0;
	padding: 0;
}
html { /* font values can be overwritten for specific sites using body tag in default.css */
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif; /* font-size, line-height, font-family */
}
input, label, select, textarea { /* font values can be overwritten for specific sites using these tags in default.css */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Elements with a vertical margin: */
address, blockquote, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:                     */
blockquote, dd {
	margin-left: 1em;
}
li {
	margin-left: 2.5em;
}

/* Miscellaneous: */
label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: none;
}
textarea {
	overflow: auto;
}

input.submit {
	cursor: pointer;
}


/* Copyright (c) Webfuel Ltd. */
