/* 
2am Design : CSS for HERO
-----------------------------------------------------------------------------------------------
*/


/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: center;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ul,
li  { list-style-type: none; }
img { border: 0; }
a   { outline: none; }

div.clear {
	clear: both;
}

.hidden { display: none; }


/*****************************************************
* Typography
*****************************************************/

.home-content h1 {
	color: #7A8789;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 200px 19px 4px 518px;
}
h2 {
	color: #7A8789;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 5px;
}
.home-content h2 {
	padding: 2px 19px 0px 518px;
}
.home-content p {
	padding-right: 19px;
	padding-left: 518px;
	padding-bottom: 6px;
}
p {
	color: #7A8789;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 8px;
}
p.gmaps a,
p.gmaps a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/button-bg-hov.gif) no-repeat left top;
	height: 17px;
	width: 92px;
	margin-top: 5px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 1px;
	display: block;
}
p.gmaps a:hover {
	background: url(../images/button-bg-hov.gif) no-repeat left bottom;
}

/*****************************************************
* Links
*****************************************************/

.home-content a,
.home-content a:visited {
	text-decoration: none;
	color: #C40000;
	font-weight: bold;
}
.home-content a:hover {
	color: #7A8789;
	text-decoration: underline;
}
#footer a,
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
p a,
p a:visited {
	color: #7A8789;
	font-weight: bold;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}


/*****************************************************
* Layout
*****************************************************/

.home-content {
	height: 400px;
	width: 950px;
	margin: 100px auto 140px;
	background: url(../images/home-img.jpg) no-repeat left top;
	text-align: left;
}
#content {
	height: 600px;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#contact-head {
	background: #7B8588;
	height: 41px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	display: block;
}
#bg-image {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 600px;
}
#bodycopy {
	position: absolute;
	top: 81px;
	left: 40px;
	width: 328px;
}
#bodycopy-contact {
	position: absolute;
	top: 300px;
	left: 143px;
	width: 160px;
}
#bodycopy-contactform {
	position: absolute;
	top: 292px;
	right: 150px;
	width: 400px;
}
#bodycopy-contactimg {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 300px;
}
#products {
	position: absolute;
	left: 40px;
	top: 350px;
	width: 550px;
}
.individual-product {
	float: left;
	width: 111px;
	display: block;
	margin-right: 25px;
}
#footer {
	width: 950px;
	margin: 10px auto;
	text-align: right;
}
#map-illy {
	position: absolute;
	top: 50px;
	right: -3px;
}

/*****************************************************
* Lists
*****************************************************/

ul#nav {
	background: #7B8588;
	height: 41px;
	width: 664px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	display: block;
}
ul#nav li {
	float: left;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}
ul#nav li a,
ul#nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #730027;
}
ul#nav li.selected a,
ul#nav li.selected a:visited {
	color: #730027;
}
ul#subnav {
	width: 328px;
	display: block;
	margin-bottom: 20px;
	height: 14px;
}
ul#subnav li {
	float: left;
	display: block;
	border-right: 1px solid #7B8588;
	margin-right: 8px;
	padding-right: 8px;
}
ul#subnav li a,
ul#subnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7B8588;
	text-decoration: none;
	line-height: 14px;
}
ul#subnav li a:hover {
	color: #730027;
}
ul#subnav li.selected a,
ul#subnav li.selected a:visited {
	color: #730027;
}

/*****************************************************
* Forms
*****************************************************/

input,
textarea {
	width: 230px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	border: 1px solid #999999;
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/button-bg.gif) no-repeat left top;
	display: block;
	height: 18px;
	width: 92px;
	border-style: none;
	margin-top: 5px;
	text-transform: uppercase;
}

