@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #e4e5e6 url(../images/web/body_bg.png) 0 0 repeat-x;
	color: #006600;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px;
}

h3	{
	margin:10px 0 0 0;
	padding:0;
	font-size: 12px;
	text-align: center;
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #339966;
}
a:active {
	color: #003300;
}

p {
	color: #006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul li	{
	font-size: 12px;
	padding: 5px 0 0 0;
}

table {
	font-size: 12px;
}

img {
	border: none;
}

#outer {
	margin: 30px auto 0 auto;
	padding: 0 0 10px 0;
    width: 900px;
	height: 672px;
}

#header {
	margin: 0;
	padding: 0 0 10px 0;
    width: 900px;
	height: 90px;
	background: url(../images/web/spacer.png) left bottom no-repeat;
	clear:both;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
	height: 90px;
}

#logosub {
	margin: 0;
	padding: 0;
	float: right;
	width: 600px;
	height: 50px;
	text-align: right;
}

#nav {
	margin: 0;
	padding: 0;
	float: right;
	width: 600px;
}


#content {
	width: 900px;
	height: 500px;
	background: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
	border: none;
}

#contentleft {
	width: 300px;
	height: 330px;
	float: left;
	padding: 165px 0 0 0;
	border: none;
	background: url(../images/web/codemark_logo.png) 20px 15px no-repeat;
}

#contentleft ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

#contentleft li {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#contentleft a {
	color: #006600;
	font-size:12px;
	text-decoration: none;
}

#contentleft a:hover,  #contentleft a.current{
	font-weight: bold;
}

#contentright {
	width: 565px;
	height: 500px;
	padding: 0 15px 0 20px;
	float: left;
	clear: right;
	border: none;
	overflow: auto;
	background: url(../images/web/spacer_vertical.png) 0 0 no-repeat;
}

.scroll {
	overflow: auto;
}

#footer {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 72px;
	background: url(../images/web/btm_panel.png) 0 0 repeat-x;
	clear: both;
}

.footerleft {
	padding: 2px 0 0 2px;
	float: left;
	width: 298px;
	text-align: left;
}

.footerright {
	padding: 15px 20px 0 0;
	float: right;
	width: 580px;
	text-align: right;
}

img {
	border: none;
}

/* Font Styles */

.copyright {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.location, .location a {	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.white {
	color: #FFFFFF
}

.blue {
	color: #101480;
	font-weight:bold;
}

.listnumbered {
	list-style: decimal;
}

.listroman {
	list-style:lower-roman;
}


/* OLD STYLES
.style5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style11 {
	color: #FFFFFF; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}
div.scroll{
	height: 500px;
	width: 900px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	border:hidden;
	padding:0px;
}
#Layer1 {
	position:absolute;
	width:255px;
	height:30px;
	z-index:1;
	visibility: visible;
}
#gallerymenu {
	position:absolute;
	width:400px;
	height:20px;
	z-index:1;
	visibility: visible;
}
#productmenu {
	position:absolute;
	width:520px;
	height:20px;
	z-index:2;
	visibility: hidden;
}
#techmenu {
	position:absolute;
	width:276px;
	height:20px;
	z-index:3;
	visibility: hidden;
}
#hiddenthumbs {
	position:absolute;
	width:825px;
	height:155px;
	z-index:0;
	left: 127px;
	top: 526px;
	overflow: hidden;
	visibility: visible;
}
*/


/* Navagation */

#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

#nav li {
	height: 20px;
	float:left;
	display:inline;
	padding: 0 0 0 20px;
	position: relative;
}

#nav ul li:hover ul {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


#nav a {
	height: 20px;
	display:block;
	text-indent: -9999px;
}

/* /////About Us///// */
#nav1 a {
	width: 73px;
	background: url(../images/web/nav_buttons.png) 0 0 no-repeat;
}

#nav1 a:hover, #nav1 a.current {
	background: url(../images/web/nav_buttons.png) 0 -20px no-repeat;
}

/* /////Products///// */
#nav2 a {
	width: 68px;
	background: url(../images/web/nav_buttons.png) -78px 0 no-repeat;
}

#nav2 a:hover, #nav2 a.current {
	background: url(../images/web/nav_buttons.png) -78px -20px no-repeat;
}

/* Products Sub Nav */
#nav2 ul {
	position: absolute;
	left: -98px;
	top: 19px;
	width: 600px;
	display: none;
}

#nav2 ul li {
	display: inline;
}

/* Wall Cladding */
#subnav1 a {
	width: 103px;
	background: url(../images/web/nav_buttons.png) -716px 0 no-repeat;
}

#subnav1 a:hover, #subnav1 a.current {
	width: 103px;
	background: url(../images/web/nav_buttons.png) -716px -20px no-repeat;
}

/* Sunhoods Blades */
#subnav2 a {
	width: 141px;
	background: url(../images/web/nav_buttons.png) -822px 0 no-repeat;
}

#subnav2 a:hover, #subnav2 a.current {
	width: 141px;
	background: url(../images/web/nav_buttons.png) -822px -20px no-repeat;
}

/* Fencing */
#subnav3 a {
	width: 54px;
	background: url(../images/web/nav_buttons.png) -965px 0 no-repeat;
}

#subnav3 a:hover, #subnav3 a.current {
	width: 54px;
	background: url(../images/web/nav_buttons.png) -965px -20px no-repeat;
}

/* Accessories */
#subnav4 a {
	width: 89px;
	background: url(../images/web/nav_buttons.png) -1022px 0 no-repeat;
}

#subnav4 a:hover, #subnav4 a.current {
	width: 89px;
	background: url(../images/web/nav_buttons.png) -1022px -20px no-repeat;
}

/* ///Gallery/// */
#nav3 a {
	width: 56px;
	background: url(../images/web/nav_buttons.png) -150px 0 no-repeat;
}

#nav3 a:hover, #nav3 a.current {
	background: url(../images/web/nav_buttons.png) -150px -20px no-repeat;
}

/* Gallery Sub Nav */
#nav3 ul {
	position: absolute;
	left: -120px;
	top: 19px;
	width: 400px;
	display: none;
}

#nav3 ul li {
	display: inline;
}
/* Completed */
#subnav5 a {
	width: 76px;
	background: url(../images/web/nav_buttons.png) -475px 0 no-repeat;
}

#subnav5 a:hover, #subnav5 a.current {
	width: 76px;
	background: url(../images/web/nav_buttons.png) -475px -20px no-repeat;
}

/* Construction */
#subnav6 a {
	width: 98px;
	background: url(../images/web/nav_buttons.png) -555px 0 no-repeat;
}

#subnav6 a:hover, #subnav6 a.current {
	width: 98px;
	background: url(../images/web/nav_buttons.png) -555px -20px no-repeat;
}

/* Fencing */
#subnav7 a {
	width: 53px;
	background: url(../images/web/nav_buttons.png) -659px 0 no-repeat;
}

#subnav7 a:hover, #subnav7 a.current {
	width: 53px;
	background: url(../images/web/nav_buttons.png) -659px -20px no-repeat;
}

/* ///CodeMark Accreditation/// */
#nav4 a {
	width: 165px;
	background: url(../images/web/nav_buttons.png) -209px 0 no-repeat;
}

#nav4 a:hover, #nav4 a.current {
	background: url(../images/web/nav_buttons.png) -209px -20px no-repeat;
}

/* Distributors */
#nav5 a {
	width: 95px;
	background: url(../images/web/nav_buttons.png) -378px 0 no-repeat;
}

#nav5 a:hover, #nav5 a.current {
	background: url(../images/web/nav_buttons.png) -378px -20px no-repeat;
}