/* @override 
	http://localhost:8888/rscorp.css
	http://www.refrigeratorsaver.com/rscorp.css
*/

html, body {
	margin: 0;
	background: url(elements/header_bg.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 950px;
	height: 90px;
	background: url(elements/header_logo.png) no-repeat;
}

#contact-flag {
	text-align: right;
	width: 950px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	color: white;
	font-size: 12px;
	padding-top: 33px;
}

#main-navigation {
	background-color: white;
	text-indent: 15px;
	font: bold 14px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 950px;
	height: 30px;
	background-image: url(elements/main_nav.png);
}

a.main-nav:link, a.main-nav:active, a.main-nav:visited {
	color: #393939;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	border-bottom-style: none;
}

a.main-nav:hover {
	color: #da0000;
}

#country-select {
	padding-right: 15px;
}

a:link, a:active, a:visited {
	color: #464646;
	text-decoration: underline;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #38a34c;
	padding-top: 20px;
	padding-bottom: 25px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid silver;
	line-height: 18px;
}

a.footer:link, a.footer:active, a.footer:visited {
	color: #38a34c;
	text-decoration: none;
}

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

/* HOME */

#main-home-image {
	background-image: url(images/main-home-top.png);
	width: 950px;
	height: 240px;
	margin-top: 10px;
}

#main-home-ticker {
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 10px auto;
	color: #38a34c;
	text-transform: uppercase;
	font: bold 1.2em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main-home-ticker a:link, #main-home-ticker a:visited {
	color: #38a34c;
	text-decoration: underline;
}

#main-home-ticker a:hover {
	color: #da0000;
	text-decoration: underline;
}

#main-home-places {
	text-transform: uppercase;
	font: 18px Georgia, "Times New Roman", Times, serif;
	width: 400px;
	position: relative;
	top: 40px;
	text-align: center;
	left: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}

#main-home-text {
	position: relative;
	top: 50px;
	width: 400px;
	left: 40px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#main-home-2column {
	width: 925px;
	height: auto;
}

#main-home-left-column {
	width: 320px;
	height: auto;
	float: left;
}

#main-home-right-column {
	width: 570px;
	height: auto;
	float: right;

}

td.info {
	font-size: 13px;
	text-align: center;
	height: 40px;
}

td.class {
	background-color: #dc2030;
	font: bold 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	width: 190px;
	color: white;
	text-indent: 10px;
}

table#main-columns, #inside-left-column {
	list-style-type: none;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
	display: inline;
}

/* INSIDE */

#inside-left-column {
	width: 390px;
	float: left;
	height: auto;
	margin-top: 25px;
}

#inside-right-column {
	width: 550px;
	float: right;
}

h1 {
	font: bold 20px/29px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background-color: white;
	text-indent: 15px;
	width: 550px;
	height: 30px;
	background-image: url(elements/h1_bg.png);
}

h2 {
	color: #38a34c;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	background-color: #38a34c;
	color: white;
	text-indent: 10px;
	width: 384px;
	height: 25px;
	background-image: url(elements/h3_bg.png);
}

p {
	margin-left: 15px;
	font: 12px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 500px;
}

blockquote {
	font: 12px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p a:link {
	text-decoration: underline;
}

ul {
	list-style-type: square;
	font: 12px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
}

img.inside {
	border: 2px solid silver;
}

ul.spread {
	list-style-type: square;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	opacity: 1;
}

#callout {
	width: 450px;
	margin-left: 50px;
	background-color: #f2f2f2;
	border: 1px solid silver;
}

p.left-column {
	width: 350px;
}

ol {
	font: italic 12px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}

#video {
	margin-left: 60px;
}

img.text {
	float: left;
	margin-right: 10px;
	border-style: none;
}

li.frontline {
	list-style-image: url(refrigerator_saver/frontline-logo.png);
}

li.foodequipment {
	list-style-image: url(refrigerator_saver/food-equipment-logo.png);
}

/* TRIAL FORM */

td.trial {
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	width: 125px;
	line-height: 35px;
}

td.trial-input {
	height: 35px;
}

.trial-input input, .trial-input option, .trial-input textarea {
	font-size: 14px;
	color: #414141;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid silver;
	background-color: #f2f2f2;
}

#submit_button {
	width: 80px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border: 1px solid silver;
	background-color: #38a34c;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#reset_button {
	width: 80px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border: 1px solid silver;
	background-color: #38a34c;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	position: relative;
	left: -130px;
}

#submit_button:hover, #reset_button:hover {
	background-color: #dc2030;
	color: white;
	cursor: pointer;
}

td.footnote {
	font-size: 10px;
	text-align: center;
	color: gray;
}