@media screen {

/* ----- RESET AND BASICS --------------------------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #666;
	line-height: normal;
	background-image: url(../images/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
}

a:link, a:visited, a:active {
	color: #f78f1e;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

img {
  border: 0px;
}

.clear {
	clear: both;
}
/* -------------------------------------------------------------------------------------------------- */



/* ----- COMMON ID(s) and CLASSES ------------------------------------------------------------------- */
#page_wrap {
	position: relative;
	width: 954px;
	margin: 15px auto 10px auto;
}

#header {
	position: relative;
	width: 954px;
	height: 107px;
	background-image: url(../images/header_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 21px;
	left: 16px;
	width: 66px;
	height: 86px;
}

#navigation {
	position: absolute;
	top: 43px;
	left: 88px;
	z-index: 100;
}

#topRight_links {
	position: absolute;
	right: 2px;
	top: 0px;
	font-family: Arial. Tahoma, Verdana;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

#topRight_links a:link, #topRight_links a:visited, #topRight_links a:active {
	color: #000;
	text-decoration: none;
}

#topRight_links a:hover {
	 color: #f78f1e;
	 text-decoration: none;
}

#footer {
	position: relative;
	padding-top: 5px;
	width: 954px;
	height: 30px;
	background-image: url(../images/footer_seperator.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.copyright_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #000;
}

.copyright_text a:link, .copyright_text a:visited, .copyright_text a:active {
	color: #000;
	text-decoration: none;
}

.copyright_text a:hover {
	color: #f78f1e;
	text-decoration: underline;
}

.btmright_text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #000;
	line-height: normal;
	text-align: right;		
}

.btmright_text a:link, .btmright_text a:visited, .btmright_text a:active {
	color: #000;
	text-decoration: none;
}

.btmright_text a:hover {
	color: #f78f1e;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------- */



/* ----- INDEX PAGE ID(s) and CLASSES --------------------------------------------------------------- */
#index_flash_rotator {
	/*position: relative;*/
	padding: 5px 10px 11px 5px;
	width: 939px;
	height: 354px;
	background-image: url(../images/index_flash_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 50;
}

#index_bottom_area {
	position: relative;
	margin: 5px 0px 13px 0px;
	width: 954px;
	height: 250px;
}

#index_news_flash {
	margin-top: 10px;
	width: 335px;
	height: 234px;
	background-image: url(../images/news_flash_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#news_flash_more {
	position: absolute;
	top: 36px;
	right: 28px;
	padding-left: 20px;
	height: 14px;
	font-size: 10px;
	color: #fff;
	background-image: url(../images/moreLink_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#news_flash_more a:link, #news_flash_more a:visited, #news_flash_more a:active {
	color: #fff;
	text-decoration: none;
}

#news_flash_more a:hover {
	color: #ffd204;
	text-decoration: none;
}

#news_flash_scroll {
	width: 286px;
	height: 151px;
	overflow: auto;
}

.news_flash_texLinks {
	font-size: 11px;
	color: #fff;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}

.news_flash_texLinks a:link, .news_flash_texLinks a:visited,.news_flash_texLinks a:active {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.news_flash_texLinks a:hover {
	font-weight: normal;
	color: #ffd204;
	text-decoration: none;
}

.news_flash_texkLinks_seperator {
	height: 17px;
	background-image: url(../images/news_flash_textLinks_seperator.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* -------------------------------------------------------------------------------------------------- */



/* ----- SUBPAGES ID(s) and CLASSES ----------------------------------------------------------------- */
#subpage_container {
	position: relative;
	margin: 0px 0px 13px 0px;
	width: 954px;
}

#banner_slurpee_nation {
	position: absolute;
	bottom: 0px;
	left: 6px;
	width: 218px;
	height: 287px;
}

#subpage_top {
	width: 954px;
	height: 36px;
	background-image: url(../images/subpage_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#subpage_btm {
	width: 954px;
	height: 10px;
	background-image: url(../images/subpage_btm.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#subpage_leftCol_bg {
	width: 218px;
	background-image: url(../images/subpage_leftCol_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#subpage_label {
	padding: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #b32317;
	text-align: center;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
	background-color: #fdd09c;
}

#subpage_leftNavi {
	padding: 20px 14px 30px 14px;
	width: 190px;
}

.subpage_leftNavi_links {
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 14px;
	text-transform: uppercase;
	padding: 0px 5px 5px 30px;
	background-image: url(../images/subpage_leftNavi_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.subpage_leftNavi_links a:link, .subpage_leftNavi_links a:visited, .subpage_leftNavi_links a:active {
	color: #000;
	text-decoration: none;
}

.subpage_leftNavi_links a:hover {
	color: #b32317;
	text-decoration: none;
}

.subpage_leftNavi_seperator {
	height: 13px;
	background-image: url(../images/subpage_leftNavi_seperator.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#always_there_for_you {
	width: 218px;
	height: 20px;
	margin-bottom: 20px;
}

#subpage_rightCol_bg {
	padding: 15px 26px 14px 25px;
	width: 650px;
	background-image: url(../images/subpage_rightCol_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#flashead {
	color: #FFF;
}

#catImage_banner {
	width: 650px;
	height: 220px;
}

.content_text {
	font-size: 12px;
	color: #333;
	text-align: justify;
	line-height: 16px;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #f78f1e;
	text-decoration: underline;
}

.content_text a:hover {
	color: #666;
	text-decoration: underline;
}

.products_items_block {
	display: inline;
	float: left;
	padding: 0px 4px;
	width: 120px;
	margin-bottom: 20px;
}

.products_items_text {
	padding: 4px 0px;
	font-size: 10px;
	color: #333;
	text-align: center;
	line-height: normal;
}

.products_items_text a:link, .products_items_text a:visited, .products_items_text a:active {
	color: #333;
	text-decoration: none;
}

.products_items_text a:hover {
	color: #f78f1e;
	text-decoration: underline;
}

#storeLocator_totalDesc {
	width: 308px;
	height: 43px;
	position: absolute;
	top: 20px;
	left: 160px;
	/*background-image: url(../images/store_locator_dotted_frame.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 43px;
}

.totalDesc_text {
	font-size: 12px;
	color: #000;
}

.totqalDesc_number {
	font-size: 17px;
	font-weight: bold;
	color: #cf2215;
}
/* -------------------------------------------------------------------------------------------------- */
