@charset "UTF-8";

@import url("mod_hot_promos.css");
@import url("mod_brand.css");
@import url("mod_menu.css");
@import url("mod_services.css");
@import url("mod_about_us.css");
@import url("mod_search.css");
@import url("mod_news.css");
@import url("mod_submenu.css");
@import url("mod_info.css");
@import url("mod_vendor.css");
@import url("mod_contact_us.css");
@import url("mod_blogs.css");
@import url("mod_smokin.css");
@import url("mod_programs.css");
@import url("mod_top_list.css");


/* Begin with removing all margin and padding from every element */
 * {
	margin: 0px;
	padding: 0px;
}
/* Remove border from all images */
 img {
	border-style: none;
}
/* .Standard class represents the default site wide design format */
.Standard a {
	color: #CF2600;
	text-decoration: none;
}
.Standard a:hover {
	text-decoration: underline;
}
.Standard a.MoreInfo {
	font-weight: bold;
}
.Standard strong {
	color: #333333;
	font-weight: bold;
}
body.Standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(/images/Standard/bg_pattern.png) repeat fixed;
}

/********** BODY CONTAINER ***********/
.Standard div#body_container {
	width: 890px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	overflow: auto;
}
.Standard div#subsection_1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 565px;
}
.Standard div#subsection_2 {
	margin: 0px 0px 0px 565px;
	padding: 0px;
}
.Standard form#request_form p.Required {
	font-style: italic;
}
.Standard form#request_form p#send_button {
	text-align: right;
	margin-right: 80px;
}
.Standard form#request_form label {
	font-size: 0.8em;
	font-weight: bold;
}
.Standard form#request_form input {
	font-size: 1em;
	padding: 1px;
	margin-top: 2px;
}
.Standard h1#page_header {
	margin: 0px;
	padding: 0px;
	display: none;
}
.Standard div.Box {
	width: 325px;
	position: relative;
	margin-top: 10px;
}
.Standard div.Box h2 {
	height: 28px;
	background: url(/images/Standard/GenericHead_Grey.png) no-repeat;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 10px;
}
.Standard div.Box div.CopyBlock {
	background: #FFFFFF url(/images/Standard/GenericBG_Grey.png) repeat-x bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Standard div.Box h3 {
	margin: 0px 10px 0px 20px;
	padding: 0px 0px 5px;
}
.Standard div.Box p {
	margin: 0px 10px 0px 20px;
	padding: 5px 0px;
}
.Standard div.Box address {
	margin: 0px 10px 0px 20px;
	padding: 5px 0px;
	font-style: normal;
}
.Standard div.Box ul {
	margin-right: 30px;
	margin-left: 40px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.Standard div.Box p.Sample {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.Standard div.message {
	margin: 10px 0px;
	padding: 10px 20px;
}
.Standard div.message p, .Standard div.message ul {
	color: #4D4D4D !important;
	font-weight: bold;
	margin: 0px !important;
	padding: 0px !important;
}
.Standard  div.message#error {
	background: #FFDB0D;
	border-bottom: 2px solid #CCAA14;
	border-top: 2px solid #CCAA14;
}
.Standard div.message#success {
	background: #92FA46;
	border-bottom: 2px solid #7ABE3E;
	border-top: 2px solid #7ABE3E;
}
.Standard div#site_notice {
	background: #FFDB0D;
	width: 890px;
	margin: 10px auto;
}
.Standard div#site_notice h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4D4D4D;
}
.Standard div#site_notice p {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px 80px;
	background: #FFF8B5;
}
html {
	background: #25455c url(/images/Standard/Standard_BG_home.png) repeat-y center center;
}

/********** HOME STYLE ***********/
div#company_brand {
	background: #294C5E url(/images/UI/Home_UI/Home_Head_BG.png) repeat-x;
}
p#company_logo {
	background: url(/images/UI/Home_UI/Home_Co_Logo.png) no-repeat left top;
}
p#company_tagline {
	background: url(/images/UI/Home_UI/Home_Tagline.png) no-repeat center;
}
div#main_menu_container {
	background: #365F7A url(/images/UI/Home_UI/Home_MainMenu_BG.png) repeat-x;
	border-top-color: #93B0C1;
	border-bottom-color: #143142;
}
ul#main_menu li a#home_link {
	border-right-color: #143142;
	background: url(/images/UI/Home_UI/Home_MnMnu_Home.png) no-repeat center center;
}
ul#main_menu li a#product_link {
	border-right-color: #143142;
	border-left-color: #607f92;
	background: url(/images/UI/Home_UI/Home_MnMnu_Search.png) no-repeat center center;
}
ul#main_menu li a#services_link {
	border-right-color: #143142;
	border-left-color: #607f92;
	background: url(/images/UI/Home_UI/Home_MnMnu_Service.png) no-repeat center center;
}
ul#main_menu li a#programs_link {
	border-right-color: #143142;
	border-left-color: #607f92;
	background: url(/images/UI/Home_UI/Home_MnMnu_Programs.png) no-repeat center center;
}
ul#main_menu li a#about_link {
	border-right-color: #143142;
	border-left-color: #607f92;
	background: url(/images/UI/Home_UI/Home_MnMnu_About.png) no-repeat center center;
}
ul#main_menu li a#contact_link {
	border-left-color: #607f92;
	background: url(/images/UI/Home_UI/Home_MnMnu_Contact.png) no-repeat center center;
}
ul#main_menu  ul {
	background: url(/images/UI/Home_UI/Home_MnMnu_DD.png) no-repeat bottom;
}
div#sub_menu_container {
	background: #365F7A url(/images/UI/Home_UI/Home_SubMenu_BG.png) repeat-x;
	border-bottom: 1px solid #143142;
}

.Standard div#free_quote p.CallNowInfo {
	background: url(/images/Standard/Standard_BG_contact_info.png) no-repeat center center;
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
.Standard div#free_quote p.CallNowInfo a {
	color: #FFF;
}
.Standard div#free_quote h2 {
	background: url(/images/Standard/TreasureHead_Grey.png) no-repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #387E3A;
	margin: 0px;
	padding-left: 40px;
	font: 22px "Arial Black", Gadget, sans-serif;
}
.Standard div#free_quote p {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px 10px 10px;
}

