/*
Based on 'Wiremesh' design from Free CSS Templates
with heavy modifications
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	background-image: url(images/dmnd_bg1.jpg);
	background-repeat: repeat;
}

h1, h2, h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }

h3 { font-size: 1.4em; }
h4 {
	font-size: 1.3em;
}


p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}
blockquote.colored {
	margin-right: 3em;
	color: #99FF00;
}

strong {
	color: #A8A8A8;
}


a {
	color: #23B9FF;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url(images/img06.gif) repeat-x left center;
}
#top_container {
	width: 100%;
	height: 225px;
	margin: 0 auto;
	background-image: url(images/wire_top-9a.png);
	background-repeat: repeat-x;
}


/* Header */

#header {
	width: 860px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	background-image: url(images/a1_iron_logo_wwtpr1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 457px;
	margin-left: -50px;
	height: 140px;
}
#logo  h1-x {
	margin: 0;
	padding-top: 80px;
	font-size: 2.6em;
	font-variant: small-caps;
}
#logo  h1 a {
	font-size: 20px;
	color: #99FF00;
	letter-spacing: 0.4em;
}


#logo h2 {
	padding-left: 147px;
	font-size: 1.3em;
	padding-top: 127px;
}
#logo  h2 a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Century Schoolbook";
	font-size: 22px;
	font-weight: bold;
}
#top_container #header #logo #esp {
	position: absolute;
	left: -5999px;
	top: -5999px;
	z-index: -999;
}


/* Menu */

#menu {
	float: right;
	height: 180px;
}

#menu ul {
	margin: 0;
	padding-top: 88px;
	text-align: center;
	list-style: none;
	padding-right: 3px;
	padding-bottom: 70px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-bottom: 0px;
}


#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 71px;
	padding-left: 15px;
	background-image: url(images/bolt_bullet_reg1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
}
#menu  a:hover, #menu a.current {
	color: #0066FF;
	background-image: url(images/bolt_bullet_act1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu .first a {
	border: none;
}

/* Page */

#page {
	width: 820px;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 512px;
}
#content p {


}
#content  .content img {
	border: 4px solid #666666;
}



#content h2 {
	margin: 0;
	font-size: 14px;
	color: #000000;
	background-image: url(images/main_content_header2.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	height: 28px;
}

#content h3 {
	text-transform: none;
	font-size: 1.2em;
}
#content h4 {
	text-transform: none;
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 10px;
}

.side_header {
	background-image: url(images/side_menu_header2.png);
	background-repeat: no-repeat;
	height: 40px;
}

#content .boxed {
	margin-bottom: 5px;
}
.green    {
	color: #9E715F;
	font-weight: bold;
}
.black  {
	background-color: #FF6666;

}




#content .content {
	padding: 17px;


}
#content .photos {
	height: auto;
	background-color: #000000;
	padding-top: 19px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 21px;
	overflow: visible;
}
#content  .photos h4 {
	text-transform: none;
	font-size: 1em;
	font-style: italic;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-right: 30px;
	list-style-type: none;
	padding-top: 11px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#sidebar li ul {
	list-style-type: none;
}

#sidebar li li {
	background: none;
	padding: 0;
}


#sidebar dl {
}

#sidebar dt {
	font-size: x-small;
	font-weight: bold;
}

#sidebar dd {
	margin-bottom: 15px;
	line-height: normal;
	font-size: x-small;
}

#sidebar ol {
	margin: 0;
	list-style-position: inside;
}

#sidebar h2 {
	font-size: 14px;
	color: #000000;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
}

#sidebar blockquote {
	font-size: 11px;
	margin-left: 3px;
	margin-right: 3px;
}
#sidebar   a:hover, #sidebar  a.current {
	color: #FFCC33;
}
#side_menu {
	margin-bottom: 15px;

}
#side_menu ul {
	height: 342px;
}

#side_menu  li {
	background-image: url(images/menu_gradientb-1.png);
	background-repeat: repeat-x;
	padding-left: 35px;

}
#side_menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#side_contact  img  {
	border: none;
	margin-top: 9px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: -5px;
}
#side_contact {
	margin-bottom: 5px;
}

#side_contact a {
	color: #0099FF;
	text-decoration: none;
}
#test1 {
	background-color: #00FF33;
}

#side_contact ul {
	height: 330px;

}

#side_contact   li  {
	background-image: url(images/contact_gradientb-7.png);
	background-repeat: repeat-x;
}
#side_contact li li {
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}
#side_contact  li.hilite  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}




/* Footer */

#footer {
	width: 100%;
	border-top: 1px solid #666666;
	font-size: x-small;
	height: 25px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: #000000;
	overflow: hidden;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999999;
	text-align: center;
	padding-top: 3px;
}

#footer a {
	color: #660099;
	font-weight: bold;
	text-decoration: none;
}
li.firstbullet {
	margin-top: 5px;
}
#menu li.navspace1 {
	padding-right: 20px;
	margin-right: 0px;
	padding-left: 16px;
	margin-left: 0px;
}
#menu li.navspace2 {
	padding-right: 3px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#menu  li.navspace3 {
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu li.navspace4 {
	padding-right: 2px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
