/* CSS Document */

* { padding: 0; margin: 0; }

body {
 background:#204e7f url(images/finalrepeat.jpg) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 color: #333;
 width: 1024px;
 float: left;
 height: 134px;
 background-image:url(images/header.jpg);
}
#header #newsletter {
	 float:right;
	 height:67px;
	 width:182px;
	 margin-right:54px;
	 margin-top:15px;
	 border: 0px solid red;
}

#shopping-cart {	
	color: #0e2142;
	font-size: 11px;
	text-align:right;
	width:250px;
	margin-top:30px;
	margin-left:-70px;
}

#shopping-cart a {
	color: #0e2142;
	text-decoration:none;
}

#navigation {
 float: left;
 width: 1024px;
 height: 26px;
 color: #333;
 background-image:url(images/navbar.jpg); 
}
#miva-body {
 float: left; 
 width:900px;
 margin-top:10px;
 margin-left: 100px;
 margin-bottom:10px;
}
#miva-checkout {
 float: left; 
 width:900px;
 margin-top:10px;
 margin-left: 60px;
 margin-bottom:10px;
}
#top-title {
 float: left; 
 width:906px;
 height: 90px;
 color: #6699cc;
 margin: 0 auto;
 margin-left: 55px;
 font-size:11px;
 margin-top:5px;
}

#top-title img { 
	margin-top:10px;
	margin-left:5px;
}

#leftcolumn { 
 border: 0px solid #ccc;
 margin-left: 54px;
 height: 360px;
 width: 250px;
 float: left;
}
#leftcolumn #contact-form {
	background: url(images/contact-form.png) no-repeat;
}


#leftcolumn #contact-form #holder {	
	background: url(images/contact-form.png) no-repeat;
	width:213px	
}
#leftcolumn #contact-form #holder .row {	
	height:15px !important;
	text-align:right;
}
.row input {
	width:153px !important;
	background:url(images/button-bg.jpg);
	color:#fff;
	font-size:10px;
	font-weight:bold;
	border:2px solid #333;
	height:14px !important;
}
.row textarea {
	width:192px !important;
	background:url(images/button-bg.jpg);
	color:#fff;
	font-size:11px;
	border:2px solid #333;
	height:40px !important;
	font-family:verdana;
}

.row_cn textarea {
	width:340px !important;
	background:url(images/button-bg.jpg);
	color:#fff;
	font-size:11px;
	border:2px solid #333;
	height:104px !important;
	font-family:verdana;
}

.row .error {
	border:2px solid red;
}

.row label {
	visibility:hidden;
}

#submit {
	text-decoration:none;
	color:#fff;
	outline:none;
	font-weight:bold;
	font-size:11px;	
	margin-left:15px;
	border:0px;
	background:transparent;
	cursor:pointer;
}



#leftcolumn p {
	font-family:verdana;
	color:#538DC9;
	padding:0px 5px;
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

#leftcolumn #contact-form {
}

#rightcolumn { 
 float: left;
 border: 0px solid green;
 margin-right: 0px;
 min-height: 350px;
 width: 660px;
 display: inline;
}

#rightcolumn  p {
	color:#538DC9;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

#rightcolumn img {
	border:0px;
	cursor:pointer;
	outline:none;
}

#rightcolumn a {
	outline:none;
}

#details-nav {
	height:100px;
}

#details-nav #vote-section {
	width:300px;
	float:right;
}

#details-nav #purchase {
	float:left;
}

#vote-section p{
	font-family:verdana;
	color:#538DC9;
	padding:0px 5px;
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

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

#footer {
	background:transparent url(images/footer.jpg) no-repeat scroll 0 0;
	clear:both;
	font-size:10px;
	height:86px;
	margin:0 auto;
	padding-left:9px;
	padding-top:20px;
	width:906px;
}

#footer span { 
	margin: 0 2px;
}