/*//////////////////////////
BLOW MEDIA
CLIENT: CYMEX
MEDIA: SCREEN
CREATED: 04.10.09
//////////////////////////*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
	text-align: centre;
	background: #7a7a7a url(../images/bk-body.jpg) no-repeat top center;
}


#bodyWrapper {
	width: 835px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 806px;
	float: left;
	height: 98px;
	background: url(../images/bk-header.jpg) no-repeat top left;
	padding: 0px 16px 0px 13px;
}

#header ul {
	list-style: none;
	float: right;
}

#header li {
	float: left;
	height: 67px;
}

#header li a {
	float: left;
	height: 67px;
	text-indent: -9999em;
}

li.li-cymex a {
	width: 176px;
	background: url(../images/menu_off_02.jpg) no-repeat top left;
}

li.li-cymex a:hover {
	width: 176px;
	background: url(../images/menu_on_02.jpg) no-repeat top left;
}

li.li-about a {
	width: 166px;
	background: url(../images/bk-li-about.gif) no-repeat top left;
}

li.li-about a:hover {
	width: 166px;
	background: url(../images/menu_on_03.jpg) no-repeat top left;
}

li.li-relief a {
	width: 150px;
	background: url(../images/bk-li-relief.gif) no-repeat top left;
}

li.li-relief a:hover {
	width: 150px;
	background: url(../images/menu_on_04.jpg) no-repeat top left;
}

li.li-faq a {
	width: 69px;
	background: url(../images/bk-li-faq.gif) no-repeat top left;
}

li.li-faq a:hover {
	width: 69px;
	background: url(../images/menu_on_05.jpg) no-repeat top left;
}

li.li-media a {
	width: 135px;
	background: url(../images/bk-li-media.gif) no-repeat top left;
}

li.li-media a:hover {
	width: 135px;
	background: url(../images/menu_on_06.jpg) no-repeat top left;
}

li.li-contact a {
	width: 110px;
	background: url(../images/bk-li-contact.gif) no-repeat top left;
}

li.li-contact a:hover {
	width: 110px;
	background: url(../images/menu_on_07.jpg) no-repeat top left;
}



#footer {
	width: 835px;
	float: left;
	text-align: center;
	color: #d5300f;
}

#footer p {
	font-size: 10px;
	margin-bottom: 8px;
}

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

#footer a:hover {
	color: #d5300f;
}

#footer span a {
	color: #d5300f;
	text-decoration: none;
}

#footer span a:hover {
	color: #fff;
}



#mainContent {
	width: 795px;
	float: left;
	height: 435px;
	background: url(../images/bk-contentPanel.jpg) no-repeat top left;
	padding: 68px 0px 0px 40px;
}

#mainContentResult {
	width: 795px;
	float: left;
	height: 660px;
	background: url(../images/bk-contentPanel3.png) no-repeat top left;
	padding: 68px 0px 0px 40px;
}


#colLeft {
	width: 465px;
	float: left;
}

#colRight {
	width: 238px;
	float: left;
}


.textArea {
	width: 405px;
	float: left;
	padding: 0px 50px 0px 10px;
	height: 122px;
}

.textArea2 {
	width: 405px;
	float: left;
	padding: 0px 50px 0px 10px;
}

.textArea h2 {
	color: #f22d06;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}


.textArea p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 14px;
}

.textArea2 h2 {
	color: #f22d06;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}


.textArea2 p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 14px;
}

.textArea2 ul {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 14px;
	padding-left: 15px;
}

.textArea2 li {
	margin-bottom: 6px;
}

p.print {
	font-size: 14px;
}

p.print a {
	color: #d5300f;
	text-decoration: none;
}
p.print a:hover {
	color: #d5300f;
	text-decoration: underline;
}


.questions {
	width: 390px;
	height: 259px;
	float: left;
	background: url(../images/bk-questions2.gif) no-repeat top left;
	color: #fff;
	padding: 26px 50px 0px 25px;
}

.questions h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.questions ul {
	list-style: none;
	height: 95px;
}

.questions li {
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: bold;
}

.btnSubmit {
	cursor: pointer;
}

.questions p {
	text-align: right;
}

.topImage {
	width: 238px;
	height: 120px;
	float: left;
}

.mainImage {
	width: 238px;
	float: left;
}


.questions ul input {
	vertical-align: middle;
}









.error {
	color: #FF0000;
}

.access {
	display: none;
}

.clear {
	clear: both;
}



