@charset "UTF-8";

html {
	height:100%;
}



body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg-RR.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	font-size: 11px;
}

a, a:link {
	color:#8CA08C;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#912420;
	text-decoration: underline;
}
#container-wrapper {
	width: 810px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-image: url(../images/container-wrapper_12.gif);
	background-repeat:repeat-y;
	background-position: 10px 0;
}

.oneColFixLtHdr #container-wrapper, .oneColFixLtHdr #container {
	background-image: none;
}

.home #container-wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/RReisman-home_04.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 10px;
	background-position:0 0;
}

#container {
	width: 800px;
	margin: 0 0 0 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	clear: both;
	padding: 0;
	background-image: url(../images/RReisman-main_12.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} 

.home #mainImage {
	width: 645px;
	clear: both;
	height: 370px;
	float: left;
} 
#header {
	height:116px;
	width:810px;
	margin:0 auto;
} 

.home #header {
	height: 87px;
}

.twoColFixLtHdr #sidebar1 {
	width: 175px;
	float: left;
	padding-top: 20px;
	background-image: url(../images/sidebar-top_10.jpg);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}



.oneColFixLtHdr #sidebar1 {
	width: 175px;
	float: left;
	padding-left: 5px;
}

.oneColFixLtHdr #sidebar1 div {
	margin:0 5px;
	background-color: white;
}
.oneColFixLtHdr #sidebar1 div p{
	padding:5px;
}

.oneColFixLtHdr #sidebar1 div p.policy{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



.twoColFixLtHdr #mainContent {
	float: right;
	margin-left: 5px;
	width: 620px;
	background-color: #E4EBE4;
}
.oneColFixLtHdr #mainContent {
	float: left;
	width: 800px;
	background-color: #E4EBE4;
} 
#footer {
	clear: both;
	width: 810px;
	margin: 0 auto;
} 
#footer-nav {
	clear: both;
	height: 25px;
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 10px;
	width: 800px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #txt-header {
	background-image: url(../images/RReisman-main_11.gif);
	background-repeat: repeat-x;
	width:100%;
}
#txt-header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	color: #912420;
}
#txt-header h2 {
	padding: 0px;
	font-size: 17px;
	margin: 0 3px;
	line-height: 63px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #8CA08C;
}

#footer-nav a, #footer-nav a:link {
	font-size:11px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	height: 100%;
	width: 100%;
	display:block;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: normal;
}
#footer-nav a:hover {
	background-color:#912420;
}
#footer-nav-home {
	margin: 0;
	float: left;
	width: 65px;
}
#footer-nav-contact {
	margin: 0;
	float: left;
	width: 100px;
	margin-left: 5px;
}
#footer-nav-sitemap {
	float: left;
	height: 25px;
	margin-left: 5px;
	width: 156px;
}
#footer-nav-news {
	float: left;
	height: 25px;
	margin-left: 5px;
	width:57px;
}
#footer-nav-sitemap {
	width: 100px;
}
#footer-nav-home a{
	background-color:#8CA08C;
}
#footer-nav-contact a{
	background-color:#E1AA26;
}
#footer-nav-news a {
	background-color:#9B4C4C;
}
#footer-nav-sitemap a {
	background-color:#C2A0BD;
}

#footer-nav-tag {
	background-color: #C8D7C8;
	width: 458px;
	float: right;
}
#header-nav {
	height: 20px;
	width: 800px;
	margin: 0 auto;
	clear: both;
	padding-left: 10px;
}
#header-nav a, #header-nav a:link {
	display:block;
	font-size:11px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	height: 100%;
	width: 100%;
	line-height: 20px;
	letter-spacing: 1px;
	overflow:hidden;
	font-weight: normal;
}
#header-nav a:hover {
	background:none;
	background-color:#912420;
}
#header-nav-company {
	width:146px;
	height:100%;
	float: left;
}
#header-nav-social {
	width:126px;
}
#header-nav-corporate {
	width:156px;
}
#header-nav-menus {
	width:130px;
}
#header-nav-glow {
	width:57px;
}
#header-nav-pGourmet {
 width:160px;
}

#header-nav-contact{
	width:116px;
}
#header-nav-sitemap {
	width:96px;
}

#header-nav-social, #header-nav-corporate, #header-nav-menus, #header-nav-glow, #header-nav-pGourmet, #header-nav-contact, #header-nav-sitemap {
	margin: 0 0 0 5px;
	height: 100%;
	float: left;
}
#header-nav-company a{
	background-color:#9BA035;
}
#header-nav-social a {
	background-color:#C99B4B;
}

#header-nav-corporate a {
	background-image: url(../images/button_06.gif);
	background-position: 40px top;
	background-repeat:no-repeat;
	background-color:#C9A08C;
}

#header-nav-menus a {
	background-color:#9B4C4C;
}

.home #header-nav-contact a {
	background-color: #E1AA26;
	background-image: none;
}

.home #header-nav-contact a:hover {
	background-color:#912420;
}


#header-nav-glow a {
	background-color:#8CA08C;
}
#header-nav-pGourmet a, #header-nav-sitemap a {
	background-color:#C2A0BD;
}
#mainContent #pageContent {
	width: 620px;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
.oneColFixLtHdr #mainContent #pageContent {
	margin: 0 auto 10px auto;
	float: right;
}
#pageContent .top {
	background-image: url(../images/RReisman-main_14.gif);
	height: 9px;
	overflow: hidden;
}
#pageContent .middle {
	background-image: url(../images/RReisman-main_15.gif);
	padding: 0 15px 10px 15px;
	margin: 0;
	text-align:center;
	min-height:250px;
	height:auto !important;
	height:250px;

}
#pageContent .bottom {
	background-image: url(../images/RReisman-main_17.gif);
	height: 8px;
	overflow: hidden;
}


#copyright {
	padding: 10px;
	font-size: 10px;
}
#copyright a, #copyright a:link {
	color: #333333;
	text-decoration: none;
}
#copyright a:hover {
	color: #912420;
}

#pageContent a, #pageContent a:link {
	font-weight: bold;
	color: #8CA08C;
	text-decoration: none;
}
#pageContent a:hover {
	color: #912420;
	text-decoration: underline;
}
.home #sideBtns {
	float: right;
	width: 150px;
}
.home #sideBtns #mainEntry1, .home #sideBtns #mainEntry2 {
	height: 150px;
	width: 150px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #8CA08C;
}
.home #sideBtns #mainEntry1{
	background-image: url(../images/RReisman-home_07.jpg);
}
.home #sideBtns #mainEntry2 {
	background-image: url(../images/RReisman-home_09.jpg);
}
.home #sideBtns #mainEntry1 a, .home #sideBtns #mainEntry2 a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 132px;
	display: block;
	font-weight: normal;
}
.home #sideBtns #newsBtn {
	height: 60px;
	width: 150px;
	overflow: hidden;
}

/* forms */

#email-signup {
	width: 800px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
}
#email-signup input {
	float:left;
	margin-right:3px;
	border:1px solid #999;
	font-size:11px;
	color:#8CA08C;
	margin-top:1px;
}
#email-signup input.submit {
	background-color:#EEEEEE;
}
#email-signup input:focus {
	border:1px solid #912420;
	color:#666;
}
#email-signup fieldset {
	border:0px;
	margin:5px 0;
	padding:0px;
	overflow:auto;
}
#email-signup fieldset input#Submit {
	text-transform:uppercase;
	background-color: #EEE;
}
#email-signup label {
	text-transform: uppercase;
	text-align: left;
	color: #8CA08C;
	font-weight: bold;
}

#loginForm {
	text-align: left;
	width: 175px;
	background-color:#F9F9F9;
	border:1px solid #CCC;
	padding:3px;
	margin: 5px auto;
}
#loginForm label {
	text-transform: none;
	color: #000000;
}
#loginForm #login, #loginForm #edit, #loginForm #orders, #loginForm #register {
	width: auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #8CA08C;
	font-size:10px;
	font-weight:bold;
}
#loginForm #edit {
	background-color: #E1AA26;
}
#loginForm #orders {
	background-color: #660000;
}
#loginForm #register {
	background-color: #E1AA26;	
}
#loginForm input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 125px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 2px;
}


#regForm {
	background-color:#ebebeb;
	text-align: left;
	margin: 0;
	padding: 5px;
	overflow:hidden;
}
#regForm table.details td {
	width:30%;
}
#regForm h4 {
	margin:0;
	background-color:#9B4C4C;
	font-weight:normal;
	letter-spacing:2px;
	color:#FFFFFF;
	padding:0 5px;
	text-transform:uppercase;
	background-image: url(../images/h4BG-pricing.gif);
}

#regForm ul {
	list-style:none;
	float: left;
	width: 520px;
	margin:0;
	padding-left:15px;
	margin-top:10px;
}

#regForm ul li {
	display:block;
	float:left;
	width:550px;
}
#regForm ul li label {
	float:left;
	padding-top:7px;
	padding-bottom:7px;
	text-transform: uppercase;
	font-size: 10px;
	width:125px;
}
#regForm ul li input, #regForm ul li regForm, #regForm ul li select, #regForm ul li textarea {
	float:left;
	margin-right:0px;
	border:1px solid #ccc;
	padding:3px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	width: 170px;
}

#regForm ul li .note {
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#912420;
}

#regForm ul li input.radio {
	width:30px;
}
#regForm ul li .radiolbl {
	float:left;
}
#regForm ul li .radiogroup {
	float:left;
	margin-bottom:10px;
}

#regForm ul li select#cc_month,#regForm ul li select#cc_year {
	width:86px;
}
#regForm ul li select#cc_month {
	margin-right: 6px;
}
/*#cc_type, #regForm ul li select#city,#regForm ul li select#cc_city*/

#regForm ul li select.regSelect {
	width:178px;
}
#regForm ul li input.checkbox {
    width:auto;
}
#regForm ul li textarea {
 width:250px; 
}
#regForm #shipping_info ul li textarea {
	width:170px; 
}
#regForm #customer_notes ul li textarea   {
	width:170px; 
	margin-bottom:10px;
}
#regForm li input:focus {
	border:1px solid #912420;
}
#regForm fieldset {
	padding:5px;
	border:1px solid #ccc;
	margin-top:20px;
}
#regForm legend {
	color:#666666;
	margin:0 10px 0 0;
	padding:0 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#regForm legend span {
	color:#912420;
	font-size:9px;
}
#regForm label span {
	color:#912420;
}
.errmsg {
    font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:red;
}
#regForm .errmsg {
	float:left;
	padding-left: 5px;
	width:190px;
}
#regForm fieldset input#Submit {
	width: auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #660000;
	cursor:pointer;
	border: 0;
	float: left;
	margin-top: 5px;
}

.home #footer #phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #912420;
	letter-spacing: 2px;
}
#email-signup #social-media {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	text-align: right;
	line-height: 16px;
	font-size: 10px;
}
#email-signup form {
	float: left;
	width: 400px;
}
#email-signup #social-media a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.home #header-nav-menus {
	width: 180px;
}
.home #header-nav-glow {
	width: 85px;
}
.home #header-nav-company {
	width: 156px;
}
.home #header-nav-social {
	width: 136px;
}
.home #header-nav-sitemap {
	width: 102px;
}
#email-signup #social-media a:hover {
	color: #912420;
	text-decoration: underline;
}
#regForm #general li.lastname {
	display: none; /* anti spam measure on contact form */
}
#regForm #general #lastname {
	display: none; /* anti spam measure on contact form */
}



.center {
    text-align:center;
    margin:0 auto;
}
.right {
    float:right;
}
.leftf {
    float:left;
}

#copy-info {
	cursor:pointer;
}
#shipping-fee {
	
}
