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

@font-face {
    font-family: 'HeliosBold';
    src: url('../fonts/heliosbo-webfont.eot');
    src: url('../fonts/heliosbo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosbo-webfont.woff') format('woff'),
         url('../fonts/heliosbo-webfont.ttf') format('truetype'),
         url('../fonts/heliosbo-webfont.svg#HeliosBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular-webfont.eot');
    src: url('../fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora-regular-webfont.woff') format('woff'),
         url('../fonts/lora-regular-webfont.ttf') format('truetype'),
         url('../fonts/lora-regular-webfont.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('../fonts/bkant_5-webfont.eot');
    src: url('../fonts/bkant_5-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bkant_5-webfont.woff') format('woff'),
         url('../fonts/bkant_5-webfont.ttf') format('truetype'),
         url('../fonts/bkant_5-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'caslon_book_wfregular';
    src: url('../fonts/caslb-webfont.eot');
    src: url('../fonts/caslb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caslb-webfont.woff') format('woff'),
         url('../fonts/caslb-webfont.ttf') format('truetype'),
         url('../fonts/caslb-webfont.svg#caslon_book_wfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'webster_roman_wfregular';
    src: url('../fonts/websro-webfont.eot');
    src: url('../fonts/websro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/websro-webfont.woff') format('woff'),
         url('../fonts/websro-webfont.ttf') format('truetype'),
         url('../fonts/websro-webfont.svg#webster_roman_wfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lorabold';
    src: url('../fonts/lora-bold-webfont.eot');
    src: url('../fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora-bold-webfont.woff') format('woff'),
         url('../fonts/lora-bold-webfont.ttf') format('truetype'),
         url('../fonts/lora-bold-webfont.svg#lorabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------------For All Default Anchor Links--------------------*/

img {
	border:0px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000000;
}

* :focus {
  outline: none;
}

/*-----*/

/*-----------------For All Default Bullets--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}	
ul li	{
	background-image: url(../images/bullet.gif);
	background-position: 5px 7px;/*R T*/
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px; /*T R B L*/
	padding:0px 0px 0px 20px;/*T R B L*/
}
.BulletNone li	{
	background-image:none;
	background-position:0px;/*R T*/
	background-repeat: no-repeat;
	margin:0px; /*T R B L*/
	padding:0px;/*T R B L*/
}

/*---------*/

::selection {
	color:#fff;
	background-color:#160900;
}
::-moz-selection {
	color:#fff;
	background-color:#160900;
}
::-webkit-selection {
	color:#fff;
	background-color:#160900;
}


/*--------------------For Font Styles-------------------------*/

.FGeorgia {
    font-family:Georgia, "Times New Roman", Times, serif;
}
.FHelios {
	font-family: 'HeliosBold';
}
.FLoraRegular {
    font-family: 'loraregular';
}
.FBookAntiquaRegular {
    font-family: 'book_antiquaregular';
}
.FCaslonBookWfRegular   {
    font-family: 'caslon_book_wfregular';
}
.FWebsterRomanWfRegular  {
    font-family: 'webster_roman_wfregular';	
}
.FLoraBold {
    font-family: 'lorabold';
}
.FArial {
    font-family:Arial, Helvetica, sans-serif;
}

/*-------For Font Size Custmize----------*/

.SmallText {
	font-size:12px;
}
.VSmalText {
	font-size:11px;
}
.FParagraph p {
	margin-bottom:15px;  /*  Paragraph after spacing  */  
}
.TAC {
	text-align:center;  /*  For Text aling  */
}
.TAL {
	text-align:left;  /*  For Text aling  */
}
.TAR {
	text-align:right;  /*  For Text aling  */
}
.VAT {
	vertical-align:top;
}
.VAM {
	vertical-align:middle;
}

.FSize14 {
	font-size:14px;
}
.FSize16 {
	font-size:16px;
}
.FSize18 {
	font-size:18px;
}
.FSize20 {
	font-size:20px;
}
.FSize25 {
	font-size:25px;
}
.FSize35 {
	font-size:35px;
}
/*---*/

/*------ For Font Text Color--------*/ 

.TextColor1 {
	color:#FFFFFF;
}
.TextColor2 {
	color:#333333;
}
.TextColor3 {
	color:#efd99f;        
}
.TextColor4 {
	color:#064a32;
}
.TextColor5 {
	color:#785800;
}
.TextColor6 {
	color:#291407;
}
.TextColor7 {
	color:#000000;
}
.TextColor8 {
	color:#820300;
}

/*----*/

/*------For Default Anchor Link Style-------*/

.Links {
	text-decoration:underline;
}
.Links:hover {
	text-decoration:none;
}
.LinksUL {
	text-decoration:none;
}
.LinksUL:hover {
	text-decoration:underline;
}

.Links1 {
	text-decoration:none;
	color:#efd99f;
}
.Links1:hover {
	text-decoration:none;
	color:#FFF;
}

/*-------*/ 

/*-------For White Spaacing/Padding ------*/

.Padding5 {
	padding:5px;
}
.Padding10 {
	padding:10px;
}
.Padding15 {
	padding:15px;
}
.Padding20 {
	padding:20px;
}
.Padding25 {
	padding:25px;
}
.PaddingTB2 {
	padding-top:2px;
	padding-bottom:2px;
}
.PaddingTB5 {
	padding-top:5px;
	padding-bottom:5px;
}
.PaddingTB {
	padding-top:10px;
	padding-bottom:10px;
}
.PaddingTB15 {
	padding-top:15px;
	padding-bottom:15px;
}
.PaddingTB20 {
	padding-top:20px;
	padding-bottom:20px;
}
.PaddingTB25 {
	padding-top:25px;
	padding-bottom:25px;
}
.PaddingTB40 {
	padding-top:40px;
	padding-bottom:40px;
}
.PaddingLR5 {
	padding-left:5px;
	padding-right:5px;
}
.PaddingLR {
	padding-left:10px;
	padding-right:10px;
}
.PaddingLR15 {
	padding-left:15px;
	padding-right:15px;
}
.PaddingLR20 {
	padding-left:20px;
	padding-right:20px;
}
.PaddingLR25 {
	padding-left:25px;
	padding-right:25px;
}
.PaddingLR40 {
	padding-left:40px;
	padding-right:40px;
}
.LeftMargin {
	margin-left:15px;
	margin-bottom:10px;
}
.RightMargin {
	margin-right:15px;
	margin-bottom:10px;
}

/*----*/

/*-----Fot Text Decoration-----*/

.Caps {
	text-transform:uppercase;
}
.LineHeight16 {
	line-height:16px !important;
}
.LineHeight20 {
	line-height:20px;
}

.LineHeight22 {
	line-height:22px;
}
.LineHeight24 {
	line-height:24px;
}
.LineHeightNormal {
	line-height:normal;
}
.LineHeight27 {
	line-height:27px;
}
.LineHeight30 {
	line-height:30px;
}
.LineHeight34 {
	line-height:34px;
}
/*--*/

/*--- For Link ---*/

.TextLink1 {
	 color:#064a32;
}
.TextLink1 a {
	text-decoration:none;
	color:#064a32;
}
.TextLink1 a:hover {
	text-decoration:none;
	color:#000;
}

.TextLink2 {
	 color:#efd99f;
}
.TextLink2 a {
	text-decoration:none;
	color:#efd99f;
	padding-left:5px;
	padding-right:5px;
}
.TextLink2 a:hover {
	text-decoration:none;
	color:#fcf4d0;
}
.TextLink3 {
	 /*color:#064a32;*/
}
.TextLink3 a {
	text-decoration:none;
	color:#064a32;
}
.TextLink3 a:hover {
	text-decoration:none;
	color:#000;
}

/*-----*/

/*---------For Heading text Links --------*/

.Bredcums {
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
    font-family: 'lorabold';
	padding-bottom:30px;
}
.Bredcums a {
	text-decoration:underline;
	color:#000;
}
.Bredcums a:hover {
	text-decoration:underline;
	color:#9d1311;
}
.Bredcums span {
	font-size:18px;
	padding-left:10px;
/*	padding-right:10px;*/
}

/*  End  */

/*----------------div main  Div----------------------------*/

.LeftFloat {
	float:left;
}
.RightFloat {
	float:right;
}
.MarginLeftRight {
	margin-left:auto;
	margin-right:auto;
}

/*--*/

.HomeCart {
	font-family: 'loraregular';
	float:left;
	color:#efd99f;
	line-height:40px;
	background:url(../images/cart-icon/home.png) no-repeat;
	background-position:0px 7px;
	font-size:14px;
	text-transform:uppercase;
}
.HomeCart a {
	text-decoration:none;
	color:#efd99f;
	padding-left:35px;
	
}
.HomeCart a:hover {
	text-decoration:none;
	color:#fff;
}

.MyCart {
	float:right;
}

.MyAccount {
	font-family: 'loraregular';
	float:left;
	color:#efd99f;
	line-height:40px;
	background:url(../images/cart-icon/myaccount-icon.png) no-repeat;
	background-position:0px 7px;
	font-size:14px;
	text-transform:uppercase;
}
.MyAccount a {
	text-decoration:none;
	color:#efd99f;
	padding-left:35px;
	
}
.MyAccount a:hover {
	text-decoration:none;
	color:#fff;
}

.ViewCart {
	font-family: 'loraregular';
	float:left;
	color:#efd99f;
	line-height:40px;
	background:url(../images/cart-icon/cart-icon.png) no-repeat;
	background-position:0px 7px;
	font-size:14px;
	margin-left:30px;
	text-transform:uppercase;
}
.ViewCart a {
	text-decoration:none;
	color:#efd99f;
	padding-left:35px;
	
}
.ViewCart a:hover {
	text-decoration:none;
	color:#fff;
}