/* CSS Document for Camel-cigarettes site */

body {
	background: url(../img/main_background.gif)	
}
.cleaner {
	clear: both;
	
}
a:active, a:focus {
	outline: 0;
}

/*---------------------------------MAIN CONTAINER------------------------------*/

#MainContainer {
	margin:0 auto;
	min-width: 950px;
	max-width: 78%;
	background: #fff;
}
/*-----------------------------------HEADER---------------------------------*/
#Header {
	background:url(../img/header_background.gif) repeat-x left top;
	height:120px;
}
#inHeader {
	margin:0 auto;
	min-width: 950px;
	max-width: 78%;
	background: url(../img/top-on-camel-site.gif) repeat-x left bottom;
	height:120px;
}
#inHeader a {
        border-bottom:0;
}
/*---------------------------------TOP---NAVIGATION------------------------------*/
#TopNav {
	display:block;
	float: right;
	height:55px;
	background: url(../img/navigation-bkg.gif) repeat-x;
	margin-top: 43px;
	padding-left: 50px;
}
#TopNav ul {
	list-style: none;
}
#TopNav ul li {
	float: left;
	padding: 0px 0px 20px 0px;
}
#TopNav ul li a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
        padding: 13px 18px 20px 18px;
        float: left;
}
#TopNav ul li a:hover {
	text-decoration: underline;
}
#TopNav ul li a.active {
	background: #fff;
	color:#B4000C;
	text-decoration:underline;
	padding: 13px 18px 20px 18px;
	
}
/*---------------------------------LEFT-SIDE-------------------------------*/
#LeftSideBar {
	display: block;
	width: 230px;
	padding-top:20px;
	float:left;
	background:#fff;
	margin-bottom: 28px;
}
/*----------------------------SHOPPING CART-----------------------------*/
#LeftSideBar h2.Shopp {
	display: block;
	background: url(../img/sCart.gif) no-repeat;
	width:230px;
	height:28px;
	margin:0 0 0 10px;
	font:16px Georgia, "Times New Roman", Times, serif;
	color: #80a343;
	padding-left:5px;
}
#LeftSideBar a.shopcart {
        display: block;
        width:216px;
        height: 28px;
        padding-top:5px;
        font:16px georgia;
        color: #d44c1c;
        text-decoration: none;
        background: url(../img/arrow.gif) no-repeat left 50%;
        margin-left: 18px;
        padding-left: 20px;
        margin-bottom: 12px;
}
#LeftSideBar a.shopcart:hover {
        text-decoration: underline;
}
/*-------------------------INTERESTING STUFF-------------------------------*/
#LeftSideBar h2.iStuff {
	display: block;
	background: url(../img/istuff.gif) no-repeat;
	width:230px;
	height:28px;
	margin:0 0 0 10px;
	font:16px Georgia, "Times New Roman", Times, serif;
	color: #c00;
	padding-left:5px;
}
#LeftSideBar div.stuff {
	display:block;
	width:230px;
}
#LeftSideBar div.stuff ul {
	list-style:none;
	display: block;
}
#LeftSideBar div.stuff ul li {
	background: url(../img/points-orizontal.gif) no-repeat center bottom;
	padding:8px 0 8px 7px;
}
#LeftSideBar div.stuff ul li.last {
	background: none;
}
#LeftSideBar div.stuff ul li a {
	display: block;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration:none;
	padding:8px 0 8px 5px;
}
#LeftSideBar div.stuff ul li a:hover {
	display: block;
	color: #cc0000;
	text-decoration: underline;
	background: #F9F5EC;
}
#LeftSideBar a img {
	border: 1px dashed #cc0000;
	padding:5px;
	margin:0 0 15px 7px;
}
/*--------------------------------EVENTS------------------------------------*/
#LeftSideBar h2.Events {
	display: block;
	background: url(../img/lNews.gif) no-repeat;
	width:230px;
	height:27px;
	margin:0 0 0 10px;
	font:16px Georgia, "Times New Roman", Times, serif;
	color: #019ee2;
	padding-left: 5px;
}
#LeftSideBar div.CalendarEvents {
	display:block;
	width:230px;
}
#LeftSideBar div.CalendarEvents ul {
	list-style:none;
	display: block;
}
#LeftSideBar div.CalendarEvents ul li {
	background: url(../img/points-orizontal.gif) no-repeat center bottom;
	padding:8px 0 8px 7px;
}

#LeftSideBar div.CalendarEvents ul li.last {
	background: none;
}
#LeftSideBar div.CalendarEvents ul li a span {
	font:14px Georgia, "Times New Roman", Times, serif;
	cursor:default;
	color: #000;
}
#LeftSideBar div.CalendarEvents ul li a {
	display: block;
	font:11px Georgia, "Times New Roman", Times, serif;
	color: #80686B;
	padding:2px 2px 8px 5px;
	text-decoration: none;
	line-height:18px;
}
#LeftSideBar div.CalendarEvents ul li a:hover {
	background: #e9f3e9;
	display: block;
	padding:2px 2px 8px 5px;
}
/*----------------------------TELLFRIENDS----------------------------*/	
#LeftSideBar a.TellFriends {
	display: block;
	background: url(../img/Tfriend.jpg) no-repeat;
	width:216px;
	height:31px;
	margin:0 0 12px 10px;
	text-decoration: none;
        font:16px georgia;
        color: #fff;
        padding: 4px 0 0 18px;
}
#LeftSideBar a.TellFriends:hover {
        text-decoration:underline;
}
#LeftSideBar a.addtoFavor {
	display: block;
	background: url(../img/addtofavorite.jpg) no-repeat;
	width:216px;
	height:31px;
	margin:4px 0 0 10px;
        text-decoration: none;
        font:16px georgia;
        color: #fff;
        padding: 4px 0 0 18px;
}
#LeftSideBar a.addtoFavor:hover {
        text-decoration:underline;
}
/*----------------------------------CONTENT-------------------------------*/

#Content {
	background:#fff;
	margin:0 10px 0 250px;
	padding-top: 16px;
	padding-bottom: 60px;
}
#Content h1 {
	font: 19px Georgia, "Times New Roman", Times, serif;
	color:#cc0000;
	line-height:19px;
        margin-bottom: 12px;
}
#Content p {
	font:14px Georgia, "Times New Roman", Times, serif;
	margin-top:11px;
	line-height:22px;
}
#Content p span {
	color: green;
	text-decoration:underline;
}
#Content p b {
	background-color: #F5F3EF;
}
 a {
	color: #ff0000;
        border-bottom: 2px solid;
	text-decoration: none;
}
 a:hover {
	color:#999;
}
/*-----------------------------PROMO CIGARETTES-------------------------*/
#promoCigarettes {
	border-top:3px solid #F1ECE2;
	border-bottom: 3px solid #F1ECE2;
	padding: 15px 0 10px 0;
	height:	210px;
	margin:16px 10px;
	text-align:center;
}	
.column {
	float: left;
	width:33%;
	text-align:center;
	
}
#promoCigarettes img {
	float: left;
	margin-top: 50px;
}
#promoCigarettes a {
	border-bottom:none;
}
#promoCigarettes a img {
	float:none;
	margin:0;
}
#promoCigarettes span {
	display: block;
	clear: both;
	font:15px Georgia, "Times New Roman", Times, serif;
}
#promoCigarettes span b {
	color:#cc0000;
	
}
/*----------------------------------FOOTER----------------------------------*/
#Footer {
	clear: both;
	height:43px;
	background:url(../img/bottom-background.gif) repeat-x left top;
}
#inFooter {
	margin:0 auto;
	min-width: 950px;
	max-width: 78%;
	height:43px;
	background:#fff url(../img/bottom-background-2.gif) repeat-x left top;
}
#inFooter div#Nav {
	float: right;
	background: url(../img/bottom+red-background.gif) repeat-x;
	height: 43px;
	padding:0;
}
#inFooter div#Nav ul {
	list-style: none;
	display:block;
	padding-top: 1px;
}
#inFooter div#Nav ul li {
	float: left;
}
#inFooter div#Nav ul li a {
	float:left;
	display:block;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding:14px 13px 0 13px;
	color: #fff;
	text-decoration: none;
	height:28px;
        border-bottom:0;
}
#inFooter div#Nav ul li a:hover {
	text-decoration: underline;
}
#inFooter div#Nav ul li a.active {
	background: #fff;
	color:#cc0000;
	text-decoration:underline;
	padding:14px 16px 0 16px;
}
.exLinks {
	margin-left:1px;
	float:left;
	padding-top:10px;
}
.exLinks a {
       border-bottom:0;
}
.exLinks img {
	border:none;
	margin-right: 10px;
	vertical-align:middle;
}
ul li a {
        border-bottom:0;
}
#LeftSideBar a {
        border-bottom:0;
} 