@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px 0 0 0;
	background: #e6f1ff url(../images/bg.jpg) center top repeat-x;
}

img {
	margin: 0;
	border: 0;
}

#container {
	margin: auto;
	width: 858px;
	height: 666px;
	padding: 30px 41px 24px 41px;
	background: url(../images/bg.png) top center no-repeat;
}

#header {
	width: 858px;
	height: 99px;
	position: relative;
}

#mainLogo {
	float: left;
}

#ausomeLogo {
	float: right;
}

#buttons {
	width: 858px;
	height: 38px;
	text-align: right;
	position: relative;
}

#content {
	width: 858px;
	height: 480px;
	padding: 12px 2px 0 0;
}

#homeContent {
	width: 720px;
	height: 480px;
	float: left;
	background-color: #FFFFFF;
}

#pollContent {
	position:relative;
	width: 720px;
	height: 480px;
	float: left;
	background:url(../images/bgpoll.jpg);
	border:0px solid #F00;
}

#pollTable {
	width: 316px;
	height:233px;
	overflow:auto;
	position:absolute;
	top:99px;
	right:34px;
	border: 0px solid #009;
}

#submitPoll {
	width: 316px;
	position:absolute;
	top:320px;
	right:34px;
	border: 0px solid #009;
}


#pollTable tr{
	width: 316px;
	height: 55px;
}

#pollTable td{
	font: 900 1em Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-transform:uppercase;
}

.pollTalk {
	text-decoration:none;
	width:81px;
	height:13px;
	position:absolute;
	top:17px;
	right:22px;
}

.pollOption1{
	width:315px;
	height:55px;
	position:absolute;
	top:98px;
	right:34px;
}

.pollOption2{
	width:319px;
	height:54px;
	position:absolute;
	top:152px;
	right:34px;
}

.pollOption3{
	width:319px;
	height:54px;
	position:absolute;
	top:209px;
	right:34px;
}

.pollEmail{
	width:58px;
	height:22px;
	float:left;
	margin-top:43px;
	margin-left:54px;
}

.pollEmailTxt{
	height:23px;	
	width:190px;
	float:right;
	margin-top:42px;
	margin-right:5px;
	background:url(../images/textbox.jpg) no-repeat;
	padding: 1px 4px 1px 4px;
	border:0;
	
}

.pollOption4{
	width:319px;
	height:54px;
	position:absolute;
	top:265px;
	right:34px;
}

.pollOptionImg{
	/*padding-left:10px;
	padding-bottom:5px;*/
}

.pollSubmit{
	width:73px;
	height:16px;
	border: none;
	background:url(../images/submit.jpg) no-repeat;
	cursor:pointer;
	clear:both;
	float:right;
	margin-top:34px;
}

#pollResults{
	width:410px;
	height:200px;
	position:absolute;
	top:85px;
	right:0px;
	
}

#pollResults td{
	font: 900 .95em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
}

label.strawberry{
	background: url(../images/strawberryB.png) 0 0 no-repeat;
	display: inline-block;
	height:54px;
	width:266px;
	text-indent:-9999px;
	position: absolute;
	top: 0;
	left: 49px;
}

label.blueberry{
	background: url(../images/blueberryB.png) 0 0 no-repeat;
	display: inline-block;
	height:56px;
	width:266px;
	text-indent:-9999px;
	position: absolute;
	top: 0;
	left: 49px;
}

label.greenapple{
	background: url(../images/greenappleB.png) 0 0 no-repeat;
	display: inline-block;
	height:56px;
	width:266px;
	text-indent:-9999px;
	position: absolute;
	top: 0;
	left: 49px;
}

label.orange{
	background: url(../images/orangeB.png) 0 0 no-repeat;
	display: inline-block;
	height:56px;
	width:266px;
	text-indent:-9999px;
	position: absolute;
	top: 0;
	left: 49px;
}


#ans1{
	position:absolute;
	top:58px;
	right:40px;
}

#ans1 td{
	height:20px;
}


#banner {
	width: 138px;
	height: 480px;
	float: right;
	background-color:  #CCCCCC;
}

#footer {
	width: 858px;
	height: 15px;
	padding-top: 22px;
	vertical-align: text-top;
	position: relative;
}

#footer p, #footer p a {
	margin: 0;
	color: #D75C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

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

#productContent {
	width: 720px;
	height: 480px;
	float: left;
	background-color: #D7D9D7;
}

#productSideContent {
	width: 176px;
	height: 406px;
	float: left;
	overflow: auto;
	background-color: #B9C5CF;
	text-align: center;
	padding: 37px 0;
}

#productSideContent .productsBox {
	height: 108px;
	width: 139px;
	margin: 0;
	padding: 10px;
	background: url(../images/thumbnails_bg.png) center center no-repeat;
}

.productsBox a {
	margin: 0;
}

.productsBox img {
	vertical-align: top;
}

#productSideContent p {
	margin: 0;
	height: 15px;
	width: 129px;
	padding: 0 0 0 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align:  left;
}

#productMainContent {
	width: 544px;
	height: 440px;
	padding: 20px 0;
	float: right;
	background: #D7D9D7 url(../images/mainContent.jpg) top right no-repeat;
	overflow: hidden;
	text-align: center;
}

#productTopBox {
	width: 521px;
	height: 19px;
	margin-right: 23px;
	text-align: right;
}

h1 {
	margin: 0;	
	color: #095097;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#productImageBox {
	width: 544px;
	height: 412px;
	overflow: hidden;
	padding: 10px 0;
	background: url(../images/products.png) top center no-repeat;
	
}

#imageBox {
	width: 503px;
	height: 412px;
	margin: auto;
}

#productImageBox p {
	margin: 0;
	height: 14px;
	width: 479px;
	padding: 13px 0 0 24px;
	color: #353435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
}

#talkContent {
	width: 720px;
	height: 480px;
	float: left;
	background-color: #D7D9D7;
}

#talkContentTitleBox {
	width: 697px;
	height: 29px;
	padding: 18px 23px 0 0;
}

#talkContentFormBox {
	width: 659px;
	height: 395px;
	margin: 0 22px 21px 13px;
	padding: 14px 5px 3px 21px;
	background-color: #FFFFFF;
}

#talkContentFormBox input, #talkContentFormBox textarea {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-bottom: #808287 2px solid;
	border-right: #808287 2px solid;
}

#talkContentFormBox select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-bottom: #808287 2px solid;
	border-right: #808287 2px solid;
}

#talkContentFormBox textarea {
	width: 427px;
	height: 55px;
}

#talkContentFormBox #line {
	margin: 5px;
}

#formTable01 td {
	width: 300px;
}

#talkContentFormBox label {
	margin: 0;	
	color: #57a43d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#talkContentFormBox #button {
	text-align: right;
	padding-right: 20px;
}

#talkContentFormBox  #submit, #talkContentFormBox  #reset {
	width: 50px; 
	height: 20px;
	padding: 0;
	color: #FFFFFF;
	background-color: #7c8486;
	border-top:#505253 1px solid;
	border-left:#505253 1px solid;
	border-bottom: #000000 2px solid;
	border-right: #000000 2px solid;
}

input.error { border: 1px solid red; }