@charset "utf-8";
/* CSS Document */


/*	
****************************************************
	TABLE OF CONTENTS
****************************************************

	1. Reset
	2. General Elements
	3. Header
		a. Logo
		b. Main Navigation
		c. Newsletter Sign-Up
		d. Auxillary (Top) Links
	4. Main Container
		a. Content & Secondary Containers
		b. Main Content (Page-specific copy/images)
		c. Cigars
		d. Products
		e. Checkout
		f. Whats New
	5. Forms
	6. Footer

****************************************************
	COLORS
****************************************************

	+ RED: #731112
	+ DARK RED: #46050d
	+ GOLD: #B5A97E
	+ DARK GOLD: #918765
*/


/*	1. RESET
---------------------------------------------------- */

*{
padding: 0;
margin: 0;
}



/*	2. GENERAL ELEMENTS
---------------------------------------------------- */

body{
background: url(images/background.gif);	
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

h1{
display:block;
width:374px;
margin-bottom: 18px;
padding:10px;
background: #731112 url(images/main_content/bg_redtitle.jpg) no-repeat;
color:#fff;
font-size: 22px;
line-height:1.3;
}

h2, h2 a{
display:block;
width:100%;
color: #731112;
font-size: 18px;
line-height: 1.3;
margin-bottom: 5px;
}

h2 a:hover{
text-decoration:underline;
}

h3{
display:block;
width:100%;
font-size: 15px;
line-height:1.6;
}

h6{
font-size: 13px;
line-height:1.5;
text-transform:uppercase;
}

p{
line-height:1.6;
margin-bottom:13px;
}

a{
color: #731112;
text-decoration: none;
}
	a:hover{
	text-decoration: underline;	
	}
	a img{
	border: 0;	
	}

ul, li{
list-style: none;
margin-left: 10px;
margin-bottom: 18px;
}

li{
margin-bottom: 5px;
}

hr{
border: 1px solid #b5a97e;
margin: 18px 0;
clear: both;
}

.right{ float:right;}
.left{ float: left;}
.hide{display: hidden;}

div#wrapper{
width: 700px;
margin: 0 auto;
border-left: 4px solid #000;
border-right: 4px solid #000;
border-bottom: 4px solid #000;
}


/*	3. HEADER
---------------------------------------------------- */

div#header{
background: url(images/header-bg.jpg) no-repeat;
height: 114px;
position: relative;
}
	
	/* --- 3a. Logo ---*/
	a#logo{
	width: 249px;
	height: 93px;
	position: absolute;
	left: 10px;
	top: 10px;
	}

	/* --- 3b. Main Navigation ---*/
	
	div#nav{
	width: 480px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 0;
	bottom: 0px;
	font-size: 16px;
	text-align: right;
	padding-right: 10px;
	}
		div#nav a{
		color: #7d1416;
		font-weight: bold;
		margin: 0 1px;
		text-decoration: none;
		font-size: 13px;
		}
			div#nav a:hover{
			text-decoration: underline;	
			}

	/* --- 3c. Newsletter Sign-up ---*/
	
	div#newsletter{
	position: absolute;
	top: 40px;
	right: 0;
	font-weight: bold;
	}
		div#newsletter td{
		vertical-align: middle;	
		}
		div#newsletter td.textbox input,
		div#newsletter-container td.textbox input{
		border: 1px solid #000;	
		padding: 2px;
		color: #333;
		}
	
	/* --- 3d. Auxillary (Top) Links ---*/
	
	div#aux-links{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 5px;
	}
		div#aux-links div.left{
		width: 10px;
		height: 26px;
		float: left;
		background: url(images/left-cap.png) no-repeat;
		}
		div#aux-links div.middle{
		float: left;
		line-height: 26px;
		color: #fff;
		background-color: #731112;
		}
			div#aux-links div.middle a{
			margin: 0 5px;
			color: #fff;
			text-decoration: none;
			}
				div#aux-links div.middle a:hover{
				text-decoration: underline;	
				}
		div#aux-links div.right{
		width: 10px;
		height: 26px;
		float: left;
		background: url(images/right-cap.png) no-repeat;
		}

div.redbar{
background: url(images/separator.jpg) no-repeat;
line-height: 4px;
}

/*	4. MAIN CONTAINER
---------------------------------------------------- */

div#main-container{
height: 276px;
background-color: #000;
}
	
	div#main-ad{
	width: 555px;
	height: 276px;
	float: left;
	}
	
	div#sub-ad{
	float: right;
	width: 139px;
	height: 276px;
	}

/* --- 4a. Content & Secondary Containers ---*/

div#content-container,
div#secondary-content-container{
background: #f8f2d8 url(images/main-bg.jpg) no-repeat top;
padding-bottom: 10px;
overflow:hidden;
height:auto;
width: 700px;
}

	div#content-container div#sidebar{
	float: left;	
	width: 239px;
	margin: 10px;
	}
		div#content-container div#sidebar div.ad{
		margin-bottom: 10px;
		height: 115px;
		overflow: hidden;
		}
	div#secondary-content-container div#sidebar{
	float: left;	
	width: 264px;
	}
		div#secondary-content-container div#sidebar div.ad{
		margin: 0 10px 5px;
		height: 128px;
		overflow: hidden;
		}
		div#secondary-content-container div#sidebar div#secondary-ad{
		margin-bottom: 20px;
		}

table.main-infobox{
margin-top: 10px;
background-color: #000;
width: 431px;
}

	table.main-infobox td.pic{
	width: 166px;
	/*height: 158px;*/
	overflow: hidden;
	}

	table.main-infobox td.heading{
	background-color: #915323;
	color: #fff;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	}
	
		table.main-infobox td.heading a{
		color: #fff;
		text-decoration: none;
		display:block;
		width:100%;
		}

			table.main-infobox td.heading a:hover{
			text-decoration: underline;
			}

	table.main-infobox td.content{
	background-color: #731112;
	color: #fff;
	padding: 10px;
	height: 128px;
	font-size: 11px;
	}
	table.main-infobox td.content a{
	color: #fff;
	}
	table.main-infobox td.content ul{
	margin-left: 0;	
	}
	/* --- 4b. Main Content (Page-specific copy/images) --- */
	
	div#main-content{
	background: url(images/main_content/maincontent_bg.png) repeat-y;
	/*background:rgba(247,245,228,0.76); /* 76% opacity, semi-transparent */
	float:left;
	margin-top:10px;
	padding:10px;
	width:394px;
	min-height:630px;
	}

		div#main-content img{
		border:none;
		margin:13px 0;
		}
		
/* --- 4c. Cigars --- */

	p a.purchase {
	background:none repeat scroll 0 0 #731112;
	color:#FFFFFF;
	display:block;
	float:left;
	font:bold 12px/1 arial,sans-serif;
	letter-spacing:0.8px;
	margin:8px 0 25px;
	padding:15px 15px 12px;
	text-align:center;
	text-transform:uppercase;
	}
	
	p a:hover.purchase {
	background: #46050d;
	color: #fff;
	text-align: center;
	text-decoration:none;
	}

/* DECLARATION CIGARS */

#decl_iniquity {
background: url(images/cigars/decl_iniquity.png) no-repeat -3px 5px;
height: 16px;
padding: 100px 0 11px;
width:394px;
}

/* RED LABEL CIGARS */

#rl_toro {
background: url(images/cigars/red_toro.png) no-repeat -4px 5px;
height: 16px;
padding: 100px 0 11px;
}
#rl_robusto {
background: url(images/cigars/red_robusto.png) no-repeat -2px 5px;
height: 16px;
padding: 100px 0 11px;
}
#rl_torpedo {
background: url(images/cigars/red_torpedo.png) no-repeat -3px 5px;
height: 16px;
padding: 100px 0 11px;
width:390px;
}
#rl_perfecto {
background: url(images/cigars/red_perfecto.png) no-repeat -3px 5px;
height: 16px;
padding: 100px 0 11px;
}
#rl_corona {
background: url(images/cigars/red_corona.png) no-repeat -3px 5px;
height: 16px;
padding: 100px 0 11px;
}

/* BLACK LABEL CIGARS */

#bl_robusto {
background: url(images/cigars/blk_robusto.png) no-repeat -2px 5px;
height: 16px;
padding: 100px 0 11px;
}
#bl_torpedo {
background: url(images/cigars/blk_torpedo.png) no-repeat 0 5px;
height: 16px;
padding: 100px 0 11px;
width:390px;
}
#bl_perfecto {
background: url(images/cigars/blk_perfecto.png) no-repeat -2px 5px;
height: 16px;
padding: 100px 0 11px;
}
#bl_corona {
background: url(images/cigars/blk_corona.png) no-repeat -2px 7px;
height: 16px;
padding: 90px 0 11px;
}
#bl_churchill {
background: url(images/cigars/blk_churchill.png) no-repeat -2px 9px;
height: 16px;
padding: 87px 0 11px;
width:390px;
}

.even{
background:#eee6cd;
margin-bottom:10px;
height: 60px;
}

.odd{
background:#e3daba;
margin-bottom:10px;
height: 60px;
}

table.cigars{
width:100%;
height:60px;
}

	table.cigars tr{
	margin: 5px 0;
	}

	table.cigars th{
	width: 90px;
	padding-left:12px;
	text-align: left;
	}

	table.cigars th h3{
	font: bold 18px/1.6 georgia, serif;
	}
	
	table.cigars th.quantity{
	width: 60px;
	text-align: right;
	margin: 24px 0 0 10px;
	}

	table.cigars td input{
	font-weight: normal;
	width: 25px;
	height: 25px;
	margin: 10px 30px 10px 7px;
	padding: 7px 7px 0;
	text-align: left;
	border: 1px solid #b5a97e;
	font: bold 15px/1 arial, sans-serif;
	}
	
	table.cigars td input.submit{
	width: 100px;
	height: 30px;
	margin: 5px 0;
	padding: 8px;	
	float: left;
	display: block;
	background: #731112;
	border: 1px solid #731112;
	font: normal 11px/1 arial, sans-serif;
	color: #fff;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	}

		table.cigars td input.submit:hover{
		background: #46050d;
		border: 1px solid #46050d;
		color: #fff;
		text-align: center;
		}


/* --- 4d. Products --- */

div#products{
width: 100%;
padding: 6px 0 30px;
}

	div#products_img{
	float: left;
	width: 160px;
	margin: -9px 15px 0 0;
	}
	
		div#products_img img{
		width: 160px;
		border: none;
		}
		
		div#products_img h3 a{
		display:block;
		width:160px;
		margin: -10px 0 0 0;
		padding: 7px 0 5px;
		background: #B5A97E;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.5px;
		}
		
		div#products_img h3 a:hover{
		background: #918765;
		color: #fff;
		text-decoration: none;
		}
		
	div#products_info{
	float: left;
	margin: 0;
	width: 219px;
	}
	
		div#products_info h3{
		margin-bottom: 9px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
		.price{
		font: bold 18px/1.3 georgia, serif;
		width: 100%;
		font-variant: small-caps;
		}
		
		.quantity{
		padding-right:10px; 
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.25px;
		text-align: left;
		}	
		
		div#products_info table td select{
		margin:0 0 18px;
		clear:both;
		}
		
		div#products_info table td input{
		border:1px solid #B5A97E;
		font:bold 15px/1 arial,sans-serif;
		height:25px;
		margin:0 0 0 -49px;
		padding:7px 7px 5px;
		text-align:center;
		width:35px;
		}
		
			div#products_info table td input.submit {
			width: 219px;
			height: 32px;
			margin: 12px 0 20px;
			padding: 4px;
			float: left;
			display: block;
			background: #731112;
			border: 1px solid #731112;
			font: normal 10px/1 arial, sans-serif;
			color: #fff;
			letter-spacing: 0.8px;
			text-transform: uppercase;
			text-align: center;
			cursor: pointer;
			}

				div#products_info table td input.submit:hover {
				background: #46050d;
				border: 1px solid #46050d;
				color: #fff;
				text-align: center;
				}
.productListing{
margin-bottom: 10px;
}
.productListing-heading {
  font-size: 10px;
  background: #731112;
  color:#fff;
  font-weight: bold;
  text-transform:uppercase;
  padding:5px;
}

/* --- 4e. CHECKOUT --- */
div.moduleBox{
margin-bottom: 18px;
padding-bottom: 18px;
border-bottom: 2px solid #B5A97E;
}

div.confirmation_item{
float: left;
width: 120px;
margin-bottom: 18px;
padding: 0 5px;
}

div.moduleBox textarea{
width: 232px;
padding:5px;
border: 1px solid #b5a97e;	
}

div.moduleBox input.button,
div.submitFormButtons input.button{
padding: 4px;
background: #731112;
border: 1px solid #731112;
font: normal 10px/1 arial, sans-serif;
color: #fff;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
cursor: pointer;
	}
	div.moduleBox input.button:hover,
	div.submitFormButtons input.button:hover{
	background: #46050d;
	border: 1px solid #46050d;
	color: #fff;	
	}

div.moduleBox input.submit,
div.submitFormButtons input.submit{
width: 145px;
height: 32px;
padding: 4px;
display: block;
background: #731112;
border: 1px solid #731112;
font: normal 10px/1 arial, sans-serif;
color: #fff;
letter-spacing: 0.8px;
text-transform: uppercase;
text-align: center;
cursor: pointer;
}

	div.moduleBox input.submit:hover,
	div.submitFormButtons input.submit:hover{
	background: #46050d;
	border: 1px solid #46050d;
	color: #fff;
	text-align: center;
	}

/* --- 4e. CHECKOUT --- */
ul#tumblr-posts{
list-style: disc;	
}

ul#tumblr-posts li{
padding: 5px 0;	
list-style-type: disc;
}

ul#tumblr-posts li a{
font-weight: bold;
font-size: 14px;
}

/*	5. FORMS
---------------------------------------------------- */

table.form{
width:100%;
}

	table.form th{
	font-weight: normal;
	width: 150px;
	display: block;
	text-align: left;
	padding: 13px 0;
	}
	
	table.form td input{
	font-weight: normal;
	width: 232px;
	margin-bottom:10px;
	padding:5px;
	text-align: left;
	border: 1px solid #b5a97e;
	}
	
	table.form td textarea{
	font-weight: normal;
	width: 232px;
	margin: 5px 0 12px;
	padding:5px;
	text-align: left;
	border: 1px solid #b5a97e;
	}
	
	table.form td input.submit{
	width: 100px;
	height: 30px;
	margin-top: 5px;
	float: right;
	display: block;
	background: #731112;
	border: 1px solid #731112;
	font: normal 11px/1 arial, sans-serif;
	color: #fff;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	}

		table.form td input.submit:hover{
		background: #46050d;
		border: 1px solid #46050d;
		color: #fff;
		text-align: center;
		}
	

/*	6. FOOTER
---------------------------------------------------- */

div#footer{
background: url(images/footer-bg.jpg) no-repeat;
height: 40px;
line-height: 40px;
color: #fff;
}

	div#footer table{
	width: 100%;	
	}

	div#footer td{
	width: 33%;
	padding: 0 5px;
	vertical-align: middle;
	}
	
	div#copyright{
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
		}
		div#copyright table{
		width: 100%;	
		}
		div#copyright a{
		color: #fff;	
		}
		div#copyright td#policies{
		text-align: right;
		color: #fff;
		}
	
	div#footer td a{
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
	text-decoration: none;
	}
		div#footer td a:hover{
		text-decoration: underline;
		}
