/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #B2A999;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3A3632;
	padding-top: 18px;
}

body.editor {
	background-color: #A6957B;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	color: #3D3A35;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	border-bottom: 1px solid #3D3A35;
	margin-bottom: 10px;
}

h2{
	color: #3D3A35;
	font-weight: normal;
	font-size: 150%;
	text-transform: capitalize;
	border-bottom: 1px solid #3D3A35;
	margin-bottom: 10px;
	text-align: right;
}

h3{
	color: #712A25;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

h4{
	font-weight: bold;
	margin-bottom: 5px;
}


img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #712A25;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0px 10px 15px;
}

th {
	text-align: left;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	border: 1px solid;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	border: 1px solid;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input, select {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 2px;
}
 
.button {
	border: 0px;
	background-color: #84312B;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 4px;
}

.button:hover {
	background-color: #712A25;
}

.alert, .red {
	color: #712A25;
}

input.disabled {
	background-color: #888;
	border: 1px solid #444;
}

/* FEEDBACK FORM CSS */

.feedback label, ,feedback input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.feedback label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}


/* LAYOUT CSS */

#container {
	width: 933px;
	margin: 0px auto;
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
}

#container.full_width {
	background-image: url('../images/container_bg_full.gif');
}

#container_top {
	background-image: url('../images/container_top_bg.gif');
	background-repeat: no-repeat;
}

#header {
	padding: 21px 29px 0px 27px;
	height: 50px;
	text-align:right;
}

#header a {
	float: left;
}


#social_nav {
	float: right;
}

#social_nav li {
	list-style: none;
	float: left;
	margin-left: 4px;
}

#content_box {
	clear: left;
	padding: 0px 15px 0px 14px;
	margin: 0px 14px;
	border-top: 13px solid #D0C5B1;
}

table#content {
	width: 415px;
	height: 412px;
	padding: 10px;
	float: right;
	margin: 17px 11px 7px 11px;
}

table#content td {
	vertical-align: middle;
}

.full_width #content {
	float: none;
	width: 846px;
	height: auto;
	padding: 15px;
}

#left_content {
	float: left;
	width: 413px;
	height: 412px;
	padding: 17px 0px 17px 12px;
}

.full_width #left_content {
	width: 125px;
	padding: 15px 0 0 15px;
}

#footer {
	width: 903px;
	margin: 0px auto;
	background-image: url('../images/container_bottom_bg.gif');
	background-repeat: no-repeat;
	padding: 25px 15px 0px 15px;
	/*text-align: right;*/
	color: #837866;
}

/*
#footer div {
	float: left;
	text-align: left;
}
*/

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	width: 905px;
}

#nav li {
	list-style: none;
	float: left;
	font-size: 14px;
}

#nav li a {
	display: block;
	height: 28px;
	border-top: 0px;
	border-right: 1px solid #4A0000;
	border-bottom: 1px solid #4A0000;
	border-left: 1px solid #C2826E;
	line-height: 28px;
	letter-spacing: 1px;
	color: #EDE7DB;
	text-align: center;
}

#nav li a:hover {
	background-color: #712A25;
}

#nav #nav-1 a {
	width: 111px;
	border-left: 0px;
}

#nav #nav-2 a, #nav #nav-2 ul {
	width: 102px;
}

#nav #nav-2 ul a {
	width: 92px;
}

#nav #nav-3 a, #nav #nav-3 ul {
	width: 141px;
}

#nav #nav-3 ul a {
	width: 131px;
}

#nav #nav-4 a, #nav #nav-4 ul {
	width: 138px;
}

#nav #nav-4 ul a {
	width: 128px;
}

#nav #nav-5 a, #nav #nav-5 ul {
	width: 137px;
}

#nav #nav-5 ul a {
	width: 127px;
}

#nav #nav-6 a, #nav #nav-6 ul {
	width: 140px;
}

#nav #nav-6 ul a {
	width: 130px;
}

/*
#nav #nav-40 a, #nav #nav-40 ul {
	width: 152px;
}

#nav #nav-40 ul a {
	width: 152px;
}
*/

#nav #nav-7 a, #nav #nav-7 ul {
	width: 122px;
}

#nav #nav-7 ul a {
	width: 112px;
}

#nav li:hover, #nav li.hover {
	position: relative;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 28px;
	padding: 0px;
	background-color: #84312B;
	border-right: 1px solid #4A0000;
	border-bottom: 1px solid #4A0000;
	border-left: 1px solid #C2826E;
}

#nav li ul li {
	float: none;
	list-style: none;
	margin: 0px;
	display: inline;
}

#nav li ul li a {
	height: auto;
	display: block;
	text-align: left;
	padding: 5px 5px;
	border-top: 1px solid #4A0000;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	font-size: 11px;
	line-height: 14px;
	width: auto;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
}


/* GALLERY STYLES */
.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 22px 22px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 147px;
	height: 147px;
}

.gallery td table td {
	padding: 6px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}


/* ADMIN CSS */

#admin h2 {
	text-align: left;
}

#admin .button {
	margin: 0px 3px 6px 0px;
	line-height: 12px;
	font-size: 12px;
	padding: 0px 3px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 43px; }
.admin-index-list li div.configure { width: 69px; }
.admin-index-list li div.edit { width: 37px; }
.admin-index-list li div.subpages { width: 84px; }
.admin-index-list li div.delete { width: 59px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

#admin ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin ol li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
}

#admin ol li label, #admin ol li .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
}

#admin ol li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin ol li div {
	margin-left: 127px;
}

#admin ol input.input-field, #admin ol textarea {
	width: 350px;
}

#admin ol .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

/* Order Form CSS */

.orderform {
	margin-bottom: 20px;
	width: 100%;
}

.orderform th, .orderform td {
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}

.orderform th {
	color: #393F29;
	font-weight: bold;
	font-size: 110%;
}

.orderform .desc label {
}

.orderform .label {
	padding-right: 15px;
}

.orderform .desc {
	text-align: left;
	width: 60%;
	padding-right: 10px;
}

.orderform td.label, .orderform td.desc {
	padding-bottom: 25px;
}

.orderform .desc img {
	float: left;
	margin: 0px 15px 0px 0px;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
	white-space: nowrap;
}

.orderform .price, .orderform .qty, .orderform .subtotal, .orderform .subtotal *, .orderform .qty input {
	text-align: right;
}

.ordertable {
	width: 100%;
}

.ordertable td {
	padding: 0px 5px 5px 0px;
	white-space: nowrap;
}

#mc_embed_signup br {
	clear: left;
}

#mc_embed_signup label {
	display: block;
	float: left;
	width: 95px;
	margin: 0px;
	padding: 3px 5px 0px 0px;
	text-align: right;
}

#mc_embed_signup input, #mc_embed_signup select {
	float: left;
	margin-bottom: 10px;
}

#mc_embed_signup span label {
	width: auto;
}

#mc_embed_signup span input {
	margin-right: 5px;
	float: left;
}

div.mce_inline_error {
	margin-left: 100px;
	clear: left;
	font-weight: bold;
}

#portfolio-item {
	height: 392px;
}

#portfolio-item .bottle-shot {
	float: left;
	margin: 0 10px 10px 0;
}

.my-order .ordertable td {
	white-space: normal;
}

.my-orders {
	width: 100%;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
}

.my-orders tbody tr:nth-child(odd) {
	background-color: #D0C5B1;
}

.my-orders td, .my-orders th {
	border-bottom: 1px #000 solid;
	padding: 2px;
}

