/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,'Lucida Grande', Verdana, Sans-Serif;
	color: #FF0033;
	text-align: center;
	background: #993300 url(images/bg_vstrip2.jpg) repeat-x top left;
	}

#page {
	text-align: left;
	}

#header {
	width: 634px;
	height: 126px;
	background: url(images/logo.gif) no-repeat right top;
	}
	#header h1 a {
	width: 576px;
	height: 140px;
	display: block;
	}
#header span {
	display: none;
}
/* common tags */
hr {
	display: none;
}
a {
	color: Yellow;
}
li {
	list-style: none;
}

/* content */
#right  {
	width: 330px;
	float: right;

}

#right .big {
	font-size: 16px;
    font-weight: bold;
	color:#993300;
	text-align:left;
	padding: 2px 45px 2px 45px;
}

#right .small {
	font-size: 12px;
    font-weight: bold;
	color:#993300;
	text-align:left;
	padding: 2px 45px 2px 45px;
}

#left  {
	width: 301px;
	height: 472px;
	float: left;
    background: #fff url(images/goodtimes.jpg) no-repeat left top;
}


#content {
	width: 635px;
	height: 472px;
	/*float: left;
	margin-left: 190px !important;
	margin-left: 95px;*/
	background: #fff url(images/ask_logo.png) no-repeat right bottom;
	padding:1px;
}
#content img {
	width: 98%;
}
#content h2 a, #center .pjoin h2 {
	font: bold 12pt arial;
	text-decoration: none;
	color: #EDE106;
	
}
.post {
	margin-top: 20px;
}

#content .y {
	color: Yellow;
}

#content p {
		font-size: 1.1em;
		margin: 5px 0;
}

/* footer */
#footer {
	clear: both;
	padding: 5px 0;
	text-align: left;
	width: 634px;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #EDE106;
}

#footer p {
	color: #fff;
	font-size: 11px;
}



/* Begin Contact Form CSS */
.contactform {
	margin-top: 20px;
	text-align: left;
}
.contactform label {
	/*display: none;*/
}
#wpcf_your_name,
#wpcf_email,
#wpcf_phone,
#wpcf_msg {
	background-color: #333333;
	border: 1px solid #666;
	width: 343px;
	padding: 2px;
	color: #ccc;
}
#contactsubmit, .bt {
	border: 1px solid #666;
	background-color: #333333;
	color: #ccc;
	font-weight: bold;
	margin-top: 15px;
	padding: 3px;
}
.contactform label {

}

.contacterror {
	border: 1px solid #ff0000;
	background-color: #333333;
	width: 343px;
	padding: 2px;
	color: #ccc;
}

.contactsubmit {
}
/* End Contact Form CSS */

/*** brochure form ***/
#oemProSubscription {
	font-size: 8pt;
}
#formulario label {

}
#oemProSubscription .input {
	background-color: #fff;
	border: 1px solid #990000;
	width: 220px;
	padding: 1px;
	color: #993300;
	font-size: 8pt;
	margin: 0 0 5px 0;
}
#formulario fieldset {
	border: none;
}
#formulario legend {
	font-weight: bold;
}
#formulario .txta {
	background-color: #333333;
	border: 1px solid #666;
	width: 343px;
	padding: 2px;
	color: #ccc;
}
#formulario #interest {
	height: 100px;
}