html, body {
	background: #fff url(/media/images/bg.jpg) repeat-x top left;
	font-family:"Helvetica Neue Condensed 57","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

a, a:visited {
	color:#C01F1F;
}

a:hover, a:visited:hover {
	color:#A11313;
}

h1, h2, h3 {
	color:#156c86;
	font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-weight:normal;
	margin:0 0 0.3em;
}

h1 {
	/*color:#156c86;*/
	font-size:167%;
}

h2 {
	/*color:#5aafc8;*/
	font-size:138.5%;
}
h3 {
	/*color:#5aafc8;*/
	font-size:108%;
}

.clear {
	clear: both;
}

/*******************
Errors / Messages
*******************/
.errors, .msgs {
	color: #000;
	padding: 10px;
}

.errors li, .msgs li {
	text-align: left;
	
}

.errors {
	background: #FFCFCF;
	border: 1px solid #AF0A0A;
}

.msgs {
	background: #fff;
	border: 1px solid #0A4F0C;
}

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

fieldset {
	border:1px solid #E5EDED;
	margin-top: 1em;
	padding:10px;
}

.form_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.form_list li {
	clear:both;
	height:2.3em;
	line-height:2.3em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.form_list li.textarea {
	height:auto;
}

.form_list label {
	display:block;
	float:left;
	padding-left: 12px;
	width:10em;
}

.form_list li.textarea_li {
	height: auto;
	
}

input.validation-failed {
	background: #FFDFDF;
}

input.name {
	width:9.5em;
}

input.email {
	width:16em;
}

input.submit {
	clear: both;
	font-weight:bold;
}

label.required {
	background: url(../../media/images/required.jpg) no-repeat top left;
	padding-left:12px;
}

/*******************
 * Site-wide Layout
 ******************/
#main_container {
	margin: 0 auto;
	width: 1004px;
}

#main_header {
	background: url(/media/images/bg_header.jpg) no-repeat top center;
	height: 309px;
	overflow: hidden;
}

#main_header #home {
	display: block;
	float: left;
	height: 184px;
	text-decoration: none;
	width: 322px;	
}

.support-image {
	padding-right:845px;
}

.publish-changes {
	font-size:174%;
	color:#FF0000;
}

ul.login-names {
	margin:5px 0 0 20px;
}

.login-names li {
	list-style:none;
}

#login {
	background: url(/media/images/bg_login.png) no-repeat top left;
	float: right;
	height: 145px;
	margin: 30px 30px 0 0;
	width: 302px;
	/*position: absolute;
	top: 135px;
	left: 770px;*/
}	

#login form {
	clear: both;
	padding: 10px;
}	

#login fieldset {
	border: none;
	padding: 0;
	margin-top:5px;
}

#login h2 {
	text-align:left;
	margin:0;
	padding:0;
}

#nav {
	clear: left;
	height: 50px;
}

#nav a {
	color: #000;
	text-decoration: none;	
}

#nav ul li a {
	cursor:pointer;
	font-size: 123.1%;
	line-height: 48px;
	padding: 0 25px;
}

#nav ul li.yuimenubaritem-hassubmenu a {
	background: url(/media/images/bg_nav_down_arrow.jpg) no-repeat top right;
}

#nav ul li a:hover {
	/*background: url(/media/images/bg_nav_selected.jpg) no-repeat top right;*/
	color: #702629;
}

#nav ul li.yuimenubaritem-hassubmenu a:hover {
	/*background: url(/media/images/bg_nav_selected_arrow.jpg) no-repeat top right;*/
}

#nav ul ul {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	margin-left:10px;
}

#nav ul ul li a {
	padding: 0 15px;
}

#nav ul li li {
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}

#nav ul li.yuimenubaritem-hassubmenu li a {
	background: #d5d0cd;
	line-height: 30px;
}

#nav ul li.yuimenubaritem-hassubmenu li a:hover {
	background: #c4c0bd;	
}

#nav ul li.yuimenubaritem-hassubmenu li.yuimenuitem-hassubmenu a {
	background: #d5d0cd url(/media/images/bg_nav_right_arrow.jpg) no-repeat center right;
}

#nav ul li.yuimenubaritem-hassubmenu li.yuimenubaritem-hassubmenu a:hover {
	/*background: #000;	*/
}

#nav ul ul ul {
	margin-left: 0;
}


#nav ul li.yuimenubaritem-hassubmenu .yuimenuitem-hassubmenu li a {
	background-image: none;
}

#main_header #login label {
	text-align: right;
	overflow: hidden;
	width: 75px;	
}

#main_content {
	background: #fff url(/media/images/bg_content.jpg) repeat-y top left;
	clear: both;
	padding: 10px 20px;
}

#main_content #left_column, #main_content #middle_column, #main_content #right_column {
	text-align: left;
}

#main_footer {
	background: url(/media/images/bg_footer.jpg) no-repeat top left;
	color: #6F6F6F;
	clear: both;
	padding: 20px 10px 10px 10px;
	text-align: center;	
}

#main_footer ul, #main_footer li {
	list-style-type: none;
	margin: 0 0 .5em 0;
	padding: 0;
}

#main_footer li {
	display: inline;	
}

#main_footer ul li a {
	padding: 3px 10px;
	color: #4F4F4F;
}

.column_padding {
	padding: 0;
}

#sub_header_message {
	/*clear: both;*/
	float: left;
	width:600px;
	text-align:left;
	padding:10px 20px;
	font-size:145%;
	color:#333;
	font-style:italic;
}

#sub_header_message a {
	text-decoration:none;
	color:#702629;
	font-weight:bold;
}

/************************
 * Element: Contact Form 
 * *********************/
#right_column .contact_form textarea {
	width: 37em;
	height: 9em;
}	

#right_column .contact_form .email {
	width: 20em;
}

/************************
 * Element: Contact Form 
 * *********************/

.testimonials .testimonial {
	border-bottom: 1px solid #d5d0cd;
	margin-bottom: .5em;
	padding-bottom: .5em;	
}

.testimonials p {
	font-style: italic;
	
}

.testimonials .person {
	font-style: normal;
	text-align: right;
}

#left_column .testimonial {
	padding-bottom:25px;
	font-style: italic;
}

#left_column .testimonial .person {
	text-align:right;
	font-style: normal;
}

/************************
 * Element: Documents
 * *********************/

.articles ul, .white_papers ul, .case_studies ul, .press_releases ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.articles li, .white_papers li, .case_studies li, .press_releases li {
	list-style-type: none;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
}

/************************
 * Element: screenshots
 * *********************/
.wrapper_screenshots {
	margin:10px;
}

.thumb_container {
	width:108px;
	height:108px;
	background-image:url(/media/images/thumb_bg.gif);
	float:left;
	margin:0 10px 10px 0;
}

.thumb_container a {
	display:block;
	width:100px;
	height:100px;
	margin:4px 0 0 4px;
}

/************************
 * Element: sitemap
 * *********************/
.sitemap .sitemap .yuimenu li, .sitemap .sitemap .yuimenubar li {
	display:block;
	padding-left:10px;
	list-style-type:disc;
	float:none;
	
}

.sitemap .sitemap .yuimenu .yuimenu, .sitemap .sitemap .yuimenubar .yuimenu {
	position:static;
	left:0;
	top:0;
	visibility:visible;
}

/**
 * Generic forms
 */

form.generic fieldset {
    border: 1px solid #aaaaaa;
    padding: 10px;
    margin-bottom:1em;    
}

form.generic fieldset legend {
    font-size: 130%;
    color:#156c86;
}

form.generic p {
    color: #4a4a4a;
    margin-bottom: .5em;
}

form.generic ul li {
    clear: left;
    padding: 3px 0;
    list-style:none;
}

form.generic li.hint {
    font-size: 80%;
    color: #7f7f7f;
}

form.generic li label {
    display: block;
    float: left;
    width: 150px;
    padding-right: 5px;
    margin: 0;
}

form.generic li.submit {
    text-align:right;
}

form.generic li.textarea textarea {
    width:100%;
    height:300px;
}
