@charset "UTF-8";

/* img, div { behavior: url(iepngfix.htc) } */

html {
	height:100%;
}

body {
	height:100%;
	background-color: #000000;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	text-align:left;
}

a:active, a:focus {
	outline:0;
}


h1{
	text-align: center;
	position: absolute;
	top: 65px;
	left: 330px;
	z-index: 101;
	font-size: 16px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 480px;
	font-style: italic;
	color: #F00;
	line-height:25px;
	text-transform: lowercase;
}
a {
	text-decoration: none;
	color: #737373;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	padding:0px;
	position: relative;
	overflow: hidden;
	text-align:left;
	margin: 0px auto;
}
/*------------------------------HEADER-----------------------------*/
#header {
	height: 216px;
	width: 960px;
	overflow: hidden;
}

#iridoslogo {
	height: 162px;
	width: 134px;
	overflow: hidden;
	margin-top: 21px;
	margin-left: 16px;	
}
/*----------------------------NAVIGATION-------------------------------*/

							/*----MAIN NAV---*/
div#navigation {
	color: #887e6e;
	font-size: 13px;
	font-weight: bold;
	width: 214px;
	height: 417px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 30px;
	float:left;
	overflow:hidden;
}
					
#navigation a{
	text-decoration: none;
	color: #ff0000;
}

#navigation a:hover{
	color: #990000;
	text-decoration: none;
}

#navigation a.nav-selected{
	text-decoration: none;
	color: #990000;
}
							/*---DROPDOWN NAV---*/
#dropnav a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #737373;
	line-height: 26px;
	background-image: url(media/red-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	text-indent:12px;
	display: block;
}

#dropnav a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 28px;
}

#dropnav a.nav-selected{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 28px;
}

.red-arrow{
	background-image: url(media/red-arrow.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 8px;
	margin-right: 5px;
	float:left;
}

.nav-divider{
	background-image: url(media/nav-divider.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 178px;
	overflow:hidden;
}
/*----------------------------CONTENT-------------------------------*/
#content {
	height: 414px;
	width: 715px;
	float: left;
	overflow: hidden;
	margin: 0px;
	line-height: 23px;
	padding-left: 30px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.titlered{
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}

.red{
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}
/*------------------------------FOOTER-----------------------------*/
#footer{
	height: 135px;
	width: 960px;
	position: relative;
	overflow: hidden;
	color: #3d3d3d;
	line-height: 29px;
}

#footer a {
	text-decoration: none;
	color: #3d3d3d;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-divider{
	height: 1px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3d3d3d;
}

#starberrylogo {
	height: 46px;
	width: 29px;
	float: left;
	overflow: hidden;
	margin-top: 1px!important;
	margin-top: -25px;
	margin-left: 0px;
	margin-right: 2px;
}

#workingwithstarberry{
	height: 20px;
	width: 500px;
	float: left;
	margin-left: 2px;
	margin-top: 1px!important;
	margin-top: -25px;
}

#sitebyiridos{ /*   marginleft is 126 if starberry logo and words come back*/
	height: 20px;
	width: 300px;
	float: left;
	margin-left: 659px;
	text-align: right;
	margin-top: 1px!important;
	margin-top: -25px;
}

/*--------------------------CONTACT---------------------------------*/

div#contact{
	height: 362px;
	width: 617px;
	padding-right: 23px;
	padding-left: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #131313;
}

form {
	margin:0px;
	padding:0px;
	text-align:left;
}


.Label {
	font-size:11px;
	width:64px;
	margin-bottom:1px;
	margin-top:3px;
	height:16px;
	line-height:16px;
	display:block;
}

input {
	height:21px;
	width:273px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #212121;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #3e3e3e;
	color: #FFFFFF;
	padding: 5px;
}

textarea {
	width:603px;
	height: 70px;
	background-color: #212121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #3e3e3e;
	color: #FFFFFF;
	padding: 5px;

}

#submit {
	height:22px;
	width:72px;
	margin-left: 541px;
	margin-top: 13px;
}

#formSubmit {
	background-color: #212121;
	color:#ff0000;
	font-weight: bold;
	line-height:5px;
	height:30px;
	display: block;
	width:72px;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #3e3e3e;
	text-align:center;
	float:right;
	clear:both;
	margin-top:10px;
	margin-right:5px;

}

#formSubmit:Hover {
	color:#990000;
}

div#name{
	height: 45px;
	width: 293px;
	float:left;
	margin-right: 30px;
	margin-bottom: 12px;
}

div#email{
	height: 45px;
	width: 293px;
	float:left;
}

div#company{
	height: 45px;
	width: 293px;
	margin-bottom: -9px;
}

div#message{
	height: 94px;
	width: 614px;
	margin-bottom: 5px;
}

div#thankyou{
	height: 204px;
	width: 600px;
	font-size:26px;
	line-height: 40px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;	
}

div#contact-footer {
	position:absolute;
	top:530px;
}

#about-left{
	height: 280px;
	width: 340px;
	float: left;
	line-height: 20px;
}

#about-right{
	height: 280px;
	width: 320px;
	float: left;
	line-height: 20px;
	padding-left: 20px;
}

#about-title{
	font-size: 32px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	height: 49px;
	width: 120px;
	margin-bottom:-20px;
	color: #F00;
}

#about-impactline{
	font-size: 32px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	height: 54px;
	width: 630px;
	margin-left:123px;
	color: #F00;

	
}
