/* css reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* end css reset */


body {
	background: #540016;
	text-align: center;
}

#frame {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 114px;
	width: 920px;
	position: relative;
	background: url(images/bg_header.gif) no-repeat;
}

#logo {
	position: absolute;
	top: 12px;
	left: 30px;
}

#client_login {
	position: absolute;
	left: 780px;
	top: 0px;
}

#contact_phone {
	position: absolute;
	left: 780px;
	top: 40px;
}

#contact_email {
	position: absolute;
	left: 640px;
	top: 60px;
}



#menu {
	height: 41px;
	width: 920px;
	background: url(images/bg_menu.gif) no-repeat;
}

#menu a {
	width: 120px;
	_width: 124px;
	display: block;
	float: left;
	text-align: center;
	margin-top: 1px;
	padding: 14px 0 15px 0;
	border-right: 1px solid #450012;
}

#menu a:hover {
	background: url(images/bg_menu_hover.gif) repeat-x;
}

#menu .first {
	padding-left: 10px;
	width: 120px;
}

#menu a:hover.first {
	background: url(images/bg_menu_hover_first.gif) no-repeat;
	margin-top: 0px;
	padding: 15px 0 15px 10px;
}

#menu .last {
	border: none;
	padding-right: 10px;
	width: 120px;
}

#menu a.last:hover {
	background-image: url(images/bg_menu_hover_last.gif);
	margin-top: 0px;
	padding: 15px 10px 15px 0px;
	background-position: -18px;
	_background-position: -22px;
}


#container {
	background: url(images/bg_content.gif) repeat-y;
}

#content {
	padding: 0 37px;
}

#content2 {
	padding: 0 0 0 30px;
	float: left;
	width: 600px;
	position: relative;
}


#left_menu {
	float: left;
	display: inline;
	margin: 20px 0;
	margin-left: 37px;
}

#left_menu a {
	width: 190px;
	padding: 10px 10px;
	background: #f58030;
	margin-bottom: 2px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;

}

#left_menu a.first {
	background: url(images/bg_left_top3.gif);
}

#left_menu a.last {
	background: url(images/bg_left_bottom.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	color: #990000;
	padding: 25px 0 15px 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #393939;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #900;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #393939;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #393939;
}

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

a:hover {
	text-decoration: underline;
}

#case_studies {
	height: 166px;
	width: 845px;
	background: url(images/bg_case_studies.gif) no-repeat;
	margin-top: 20px;
	position: relative;
}

#case_box1, #case_box2, #case_box3 {
	width: 264px;
	height: 116px;
	position: absolute;
	top:37px;
}

#case_box1 {
	left:13px;
}

#case_box2 {
	left:290px;
}

#case_box3 {
	left:567px;
}

#partners {
	text-align: right;
	margin-top: 15px;
}

table.table1 {
	margin-top: 20px;
	border-collapse: separate;
	border-spacing: 10px;
}

.table1 td
{
	padding: 15px;
	border: 1px solid #900;
	background-color: #FFF;
}

.table1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #393939;
}

.table1 ul {
	list-style: square;
	margin-left: 10px;
	
}

#content2 li {
	margin: 10px;
}


#content2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #393939;
}

#content2 ul {
	list-style: square;
	margin-left: 10px;
	
}

#content2 li {
	margin: 10px;
}

#footer {
	text-align: center;
	margin-bottom: 20px;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#social {
	margin-bottom: 20px;
	margin-right: 60px;
	float: right;
}

.button {
	font-size:14px;
	padding:2px 10px;
	background-color:#FFF;
	border:3px double #B30938;
}

.error { 
	color: #B30938;
	margin-right: 3px;
	font-weight:bold;
	display:none;
}
