/* CSS definitions for Modena */



/* Generic stuff */

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font: 62.5% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Tahoma, Verdana, "Trebuchet MS", Trebuchet, sans-serif;
	line-height: 130%;
	color: #999999;
	background-color: #1a1a1a;
}

/* Wrappers */

#main_wrapper {
	width: 850px;
}

#dislocate {
	width: 30px;
	height: 510px;
	float: left;
	background: transparent url(../img/bg_dislocate.gif) no-repeat bottom left;
}

#content_wrapper {
	width: 820px;
	float: left;
}

.dots {
	width: 820px;
	height: 4px;
	background: transparent url(../img/dots.gif) no-repeat top left;
}

/* Navigation */

.header {
	height: 110px;
	width: 820px;
	padding: 12px 0 0 0;
}

.navigation {
	float: left;
}

.branding {
	float: right;
}

.submenu {
	width: 700px;
	height: 54px;
	font-family: Helvetica, Arial, sans-serif;
}

.subnav_button {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

.submenu_secondary {
	width: 100px;
	height: 54px;
}

.ant {
	float: left;
}

.sig {
	float: right;
}

/* Content */

.main_content {
	width: 820px;
}

.main_column {
	width: 700px;
	float: left;
}

.main_image {
	width: 700px;
	height: 330px;
	background: #1a1a1a url(../img/bg_main_image.gif) no-repeat top left;
}
.mc_frame {
	width: 700px;
	height: 330px;
}

.half_column_left, .half_column_right {
	width: 340px;
	float: left;
	padding: 20px 0;
}

.half_column_left2, .half_column_right2 {
	width: 340px;
	float: left;
	padding: 0;
}

.half_column_right, .half_column_right2 {
	float: right;
}

.secondary_column {
	width: 100px;
	float: right;
}

#secondary ul {
	list-style: none;
}

#secondary ul li {
	margin: 0 0 4px 0;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 8px;
}

#secondary ul li a {
	color: #999999;
	text-decoration: none;
}


#secondary ul li a:hover {
	color: #ff000a;
	text-decoration: none;
}

#secondary ul li:hover {
	background: transparent url(../img/selected1.gif) no-repeat center left;
}


#secondary ul li.selected {
	color: #ff000a;
	background: transparent url(../img/selected2.gif) no-repeat center left;
}

.thumbnail {
	margin: 0 0 20px 0;
}

.footer {
	color: #414141;
	font-size: 9px;
	margin: 0 0 20px 0;
}

/* Typography */

p {
	margin-bottom: 1em;
}

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

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 0 0;t
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #ff000a; 
}

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

a:hover {
	color: #ff000a;
	text-decoration: underline;
}

/* Forms */

#contact_form {
	background: transparent url(../img/bg_content.gif) repeat-x top left;
}
.contact_form {
	width:340px;
	height: 330px;
	margin: 0;
	padding: 0;
}

.half {
	float: left;
	width: 340px;
	margin-right: 14px;
}

.half2 {
	float: left;
	width: 340px;
}

.contact_line {
	width: 320px;
	margin: 0 0 10px 0;
}

label {
	display: block;
	float: left;
	font-weight: bold;
}

input {
	width: 315px;
}

input[type="text"], input[type="password"], .textinput {
	background-color: #f5f5f5;
	width: 315px;
	float: left;
	margin-top: 2px;
	font-size: 9px;
	padding: 2px;
}

.contact_select {
	width: 315px;
	float: left;
	font-size: 11px;
}

textarea {
	width: 315px;
	height: 100px;
	background-color: #f5f5f5;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea {
	border: 1px solid #999;
}


/* CLEARFIX */
.clearfix:after {
    content: "."; 
   	display: block;
    height:0px; 
    clear: both; 
    visibility: hidden;
}

/* HOLLY HACK Targets IE Win only */
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* END HOLLY HACK */

