/* v1.0 | RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {background-color:#0088ca;}

#wrapper {
	height: 850px;
	width: 800px;
	margin:0 auto;
}

#header {
	height: 271px;
	width: 780px;
	margin:0 auto;
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_bgTOP.jpg);
}

#header img.logo {margin: 45px 0px 0px 20px;}

/****** main nav ******/


#nav {
	width: 780px;
	height: 80px;
	margin: 13px 0px 0px 76px;
}

ul#sosnav {
	position: relative;
	width: 700px;
	height: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#sosnav li {
	float: left;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
}

/****---------FIXES for AOL-----------*****/
ul#sosnav li#nav_home { * width: 65px; }
ul#sosnav li#nav_storage { * width: 108px; *margin-left: 3px;}
ul#sosnav li#nav_supplies { * width: 105px; *margin-left: 3px; }
ul#sosnav li#nav_specials { * width: 103px; }
ul#sosnav li#nav_about { * width: 111px; *margin-left: 3px; }
ul#sosnav li#nav_contact { * width: 129px; *margin-left: 1px; }

ul#sosnav li a {
	text-align: center;
}

ul#sosnav a {
	display: block;
	line-height: 125px;
	text-decoration: none;
	color: white;
	margin: -7px auto 0px auto;
	padding-right: 2px;
}

/****--------------- FIX for AOL ------------------****/
ul#sosnav a {
 * margin: -11px auto 0px 0px;
}

ul#sosnav a.nav_home {
	height: 80px;
	width: 65px;
}

ul#sosnav #nav_home a:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_nav_ovrHome.jpg);
}

ul#sosnav a.nav_storage {
	height: 80px;
	width: 108px;
}

ul#sosnav #nav_storage a:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_nav_ovrStorage.jpg);
}

ul#sosnav a.nav_supplies {
	height: 80px;
	width: 105px;
}

ul#sosnav #nav_supplies a:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_nav_ovrSupplies.jpg);
}

ul#sosnav a.nav_specials {
	height: 80px;
	width: 103px;
}

ul#sosnav #nav_specials a:hover {
	background-position: 2px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/sos_nav_ovrSpecials.png);
}

ul#sosnav a.nav_about {
	height: 80px;
	width: 111px;
}

ul#sosnav #nav_about a:hover {
	background-position: 4px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/sos_nav_ovrAboutUs.png);
}

ul#sosnav a.nav_contact {
	height: 80px;
	width: 129px;
}

ul#sosnav #nav_contact a:hover {
	background-position: 4px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/sos_nav_ovrContactUs.png);
}

/****** end of nav ******/

#main {
	height: 494px;
	width: 780px;
	margin: -10px auto 0px auto;
	
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_bgBOT.jpg);
}

#main_sub {
	height: 494px;
	width: 780px;
	margin: 0px auto 0px auto;
	position: relative;
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_bgsubBOT.jpg);
}

#main_subMid {
	height: 616px;
	width: 780px;
	margin: -14px auto 0px auto;
	position: relative;
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_bgsubBOT2.jpg);
}

#main_subLrg {
	height: 1166px;
	width: 780px;
	margin: -14px auto 0px auto;
	position: relative;
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_bgsubBOT3.jpg);
}

/****---------FIX for AOL-----------*****/
#main, #main_subMid, #main_subLrg { * margin: 0px auto 0px auto; }

#portal {
	height: 150px;
	width: 150px;
	margin: 10px 0px 0px 8px;
	position: relative;
}

img.portal {margin: 10px 0px 0px 13px;}

#portal .tennant {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 45px;
	left: 12px;
}

#portal .tennantBot {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 225px;
	left: 12px;
}

#specials {
	height: 240px;
	width: 210px;
	margin: 10px 0px 0px 8px;
	position: relative;
}

img.netspecial {margin: 10px 0px 0px 13px;}

#specials .deal {
	position: absolute;
	height: 180px;
	width: 180px;
	top: 45px;
	left: 12px;
}

#specials .dealBot {
	position: absolute;
	height: 180px;
	width: 180px;
	top: 225px;
	left: 12px;
}

/****---------FIXES for AOL-----------*****/
img.netspecial { * margin: -100px 0px 0px 13px;}
#specials .deal { * top: -50px; }
#specials .dealBot { * top: 135px; }

img.reddot {margin: 3px auto 0px auto;}

h2.dealtxt {
	top: 53px;
	left: 47px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 24px;
}

.deal a.getstarted {
	background-image: url(../img/sos_specials_getstarted_butt.png);
	position: absolute;
	top: 154px;
	left: 28px;
	display: block;
	width: 125px;
	height: 28px;
	line-height: 50px;
	text-decoration: none;
}

.deal a.getstarted:hover {
	background-image: url(../img/sos_specials_getstarted_buttOVR.png);
}


img.reddotBot {margin: 25px auto 0px auto;}

h2.dealtxtBot {
	top: 95px;
	left: 58px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 25px;
}


h2.dealtxtBot2 {
	top: 127px;
	left: 55px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 27px;
	
}

h3.dealsubtxtBot {
	top: 97px;
	left: 33px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
}

h4.dealtxtOr {
	top: 120px;
	left: 42px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 14px;
}

h3.dealsubtxtBot2 {
	top: 153px;
	left: 40px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 15px;
}

a.getstartedBot {
	background-image: url(../img/sos_specials_getstarted_butt.png);
	position: absolute;
	top: 181px;
	left: 26px;
	display: block;
	width: 125px;
	height: 28px;
	line-height: 50px;
	text-decoration: none;
}

.dealBot a.getstartedBot:hover {
	background-image: url(../img/sos_specials_getstarted_buttOVR.png);
}


/****** storage nav ******/

#storage {
	float: right;
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_typeofstorage_bg.png);
	height: 91px;
	width: 519px;
	margin: 6px 20px 0px 0px;
}

#storage h2.stortxt {
	text-transform: uppercase;
	float: left;
	color: #23639a;
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	font-size: 12px;
	margin: 32px 0px 0px 25px;
}

#storage ul#storagenav {
	height: 85px;
	width: 400px;
	margin: 5px 0px 0px 125px;
	* margin-top: -50px;
}

#storagenav li {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	list-style-type: none;
	float: left;
}

#storagenav a {
	line-height: 155px;
	display: block;
	padding: 0px;
	width: 90px;
	height: 85px;
	
}

#storagenav li a {
	text-decoration: none;
	color: #23639a;
	display: block;
	text-transform: uppercase;
	text-align: center;
	margin: -2px 0px 0px 0px;
	
}

#storagenav li#stor_res {
	background: url(../img/sos_typeofstorage_res.png);
	padding-right: 5px;
}
#storagenav li#stor_res a:hover {
	background: url(../img/sos_typeofstorage_resOVR.png) 0 2px;
}
#storagenav li#stor_biz {
	background: url(../img/sos_typeofstorage_bus.png);
	padding-right: 5px;
}
#storagenav li#stor_biz a:hover {
	background: url(../img/sos_typeofstorage_busOVR.png) 0 2px;
}
#storagenav li#stor_rv {
	background: url(../img/sos_typeofstorage_rv.png);
	padding-right: 5px;
}
#storagenav li#stor_rv a:hover {
	background: url(../img/sos_typeofstorage_rvOVR.png) 0 2px;
}
#storagenav li#stor_wine {
	background: url(../img/sos_typeofstorage_wine.png);
}
#storagenav li#stor_wine a:hover {
	background: url(../img/sos_typeofstorage_wineOVR.png) 0 1px;
}

/****** storage nav SUBpg ******/

#storage_sub {
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_typeofstorage_bg.png);
	height: 91px;
	width: 519px;
	margin: 15px 0px 15px 14px;
	position: absolute;
	* margin: 15px 0 15px -15px;
}

#storage_sub h2.stortxt_sub {
	text-transform: uppercase;
	float: left;
	color: #23639a;
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	font-size: 12px;
	margin: 32px 0px 0px 25px;
}

#storage_sub ul#storagenav_sub{
	height: 85px;
	width: 400px;
	margin: 5px 0px 0px 125px;
	* margin: -50px 0 0 125px;
}

#storagenav_sub li {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	list-style-type: none;
	float: left;
}

#storagenav_sub a {
	line-height: 155px;
	display: block;
	padding: 0px;
	width: 90px;
	height: 85px;
}

#storagenav_sub li a {
	text-decoration: none;
	color: #23639a;
	display: block;
	text-transform: uppercase;
	text-align: center;
	margin: -2px 0px 0px 0px;
}

#storagenav_sub li#stor_res {
	background: url(../img/sos_typeofstorage_res.png);
	padding-right: 5px;
}
#storagenav_sub li#stor_res a:hover {
	background: url(../img/sos_typeofstorage_resOVR.png) 0 2px;
}
#storagenav_sub li#stor_biz {
	background: url(../img/sos_typeofstorage_bus.png);
	padding-right: 5px;
}
#storagenav_sub li#stor_biz a:hover {
	background: url(../img/sos_typeofstorage_busOVR.png) 0 2px;
}
#storagenav_sub li#stor_rv {
	background: url(../img/sos_typeofstorage_rv.png);
	padding-right: 5px;
}
#storagenav_sub li#stor_rv a:hover {
	background: url(../img/sos_typeofstorage_rvOVR.png) 0 2px;
}
#storagenav_sub li#stor_wine {
	background: url(../img/sos_typeofstorage_wine.png);
}
#storagenav_sub li#stor_wine a:hover {
	background: url(../img/sos_typeofstorage_wineOVR.png) 0 1px;
}
/****** end of storage nav ******/

#info {
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(../img/sos_mainimg.jpg);
	float: right;
	height: 330px;
	width: 520px;
	margin: 8px 20px 0px 0px;
	position: relative;
}

#info h2.stufftxt {
	color: #ee1f25;
	line-height: 26px;
	font-weight:bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	margin: 12px 0px 0px 12px;
}

#info p.copytxt {
	width: 204px;
	color: #222222;
	line-height: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	margin: 12px 0px 0px 15px;
}

#info a.storagebutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_storage_butt.png);
	position: absolute;
	top: 294px;
	left: 12px;
	display: block;
	width: 107px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#info a.storagebutt:hover  {
	background-repeat: no-repeat;
	background-image: url(../img/sos_storage_buttOVR.png);
}

#info a.videobutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_video_butt.png);
	position: absolute;
	top: 294px;
	left: 12px;
	display: block;
	width: 107px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#info a.videobutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_video_buttOVR.png);
}

/****** SUB PAGE styles ******/

#main_sub {
	padding: 15px 0px 0px 0px;
}

#sub_info {
	height: 330px;
	width: 500px;
	position: relative;
	top: 0px;
	margin: 15px 0px 0px 30px;
	*margin: 30px 0  0 30px;
}

#sub_infoMid {
	height: 330px;
	width: 500px;
	position: relative;
	top: 120px;
	margin: 15px 0px 0px 30px;
}

#sub_infoMid_spc {
	height: 330px;
	width: 500px;
	position: relative;
	top: 30px;
	margin: 15px 0px 0px 30px;
}

#contact_boxRG {
	position: absolute;
	left: 248px;
	top: 82px;
}

h2.subtitle {
	color: #23639a;
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	font-size: 28px;
	margin: 0px 0px 14px 0px;
}

h3.subtitle {
	color: #123553;
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	font-size: 13px;
	margin: 0px 0px 12px 0px;
}
p.subtxt { width: 480px; }
p.subtxt_contact { width: 240px; }
p.subtxt, p.subtxt_contact {
	color: #222222;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	margin: 0px 0px 10px 0px;
}

p.subtxt_vault {
	width: 480px;
	color: #222222;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.sublist {
	margin: 10px 0px 10px 0px;
	padding: 0;
	list-style-type: none;
	color: #222222;
	width: 500px;
	float: left;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
}

#sub_info li {
	background: url(../img/sos_subpg_listbull.jpg) no-repeat 0 50%;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 3px 0px;
	width: 235px;
}

#sub_infoMid li {
	background: url(../img/sos_subpg_listbull.jpg) no-repeat 0 50%;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 3px 0px;
	float: left;
	width: 235px;
}

img.subinfo_img {
	position: absolute;
	left: 200px;
	top: 170px;
}

img.subinfosupplies_img {
	position: absolute;
	left: 150px;
	top: 110px;
}

img.subinfoabout_img {
	position: absolute;
	left: 20px;
	top: 130px;
}

img.subpg_butt {
	margin: 10px 0px 0px 0px;
}

#sub_info a.sub_homebutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_home_butt.png);
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_info a.sub_homebutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_home_buttOVR.png);
}

#sub_info a.sub_storagebutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_storage_butt.png);
	position: absolute;
	top: 380px;
	left: 0px;
	display: block;
	width: 107px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_info a.sub_storagebutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_storage_buttOVR.png);
}

#sub_info a.sub_suppliesbutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_supplies_butt.png);
	position: absolute;
	top: 380px;
	left: 0px;
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_info a.sub_suppliesbutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_supplies_buttOVR.png);
}

#sub_infoMid_spc a.sub_aboutusbutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_aboutus_butt.png);
	position: absolute;
	top: 520px;
	left: 0px;
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_infoMid_spc a.sub_aboutusbutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_aboutus_buttOVR.png);
}

#sub_info a.sub_contactbutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_contactus_butt.png);
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_info a.sub_contactbutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_contactus_buttOVR.png);
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_info a.sub_specialdealbutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_specials_butt.png);
	position: absolute;
	top: 320px;
	left: 0px;
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_info a.sub_specialdealbutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_specials_buttOVR.png);
}

#main_subMid a.sub_homebutt {
	background-repeat: no-repeat;
	background-image: url(../img/sos_home_butt.png);
	position: absolute;
	top: 380px;
	left: 0px;
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#main_subMid a.sub_homebutt:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_home_buttOVR.png);
}

#sub_infoMid a.sub_homebutt2 {
	background-repeat: no-repeat;
	background-image: url(../img/sos_home_butt.png);
	position: absolute;
	top: 900px;
	left: 0px;
	display: block;
	width: 134px;
	height: 23px;
	line-height: 50px;
	text-decoration: none;
}

#sub_infoMid a.sub_homebutt2:hover {
	background-repeat: no-repeat;
	background-image: url(../img/sos_home_buttOVR.png);
}

#sub_col {
	width: 220px;
	height: 460px;
	position: absolute;
	top: 15px;
	left: 545px;
			
}

#sub_col img.subcol_img {
	margin: 5px 0px 3px 12px;
}

#sub_col img.subcol_aboutimg {
	margin: -2px 0px 0px -1px;
}

#sub_col img.subcolMid_img {
	margin: 15px 0px 3px 12px;
}

#sub_col img.subcolLrg_img {
	margin: 15px 0px 3px 12px;
}

#sub_col img.subcolRV_img {
	margin: 360px 0px 3px 13px;
}

#sub_col img.subcolSUP_img {
	margin: 260px 0px 3px 13px;
}

#sub_col p.coltxt {
	margin: -6px 0px 0px 0px;
	color: white;
	line-height: 15px;
	font-size: 10px;
	font-family: "Arial", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

.specbox {
	background-repeat: no-repeat;
	background-image: url(../img/sos_specials_bg.png);
	width: 301px;
	height: 115px;
	margin: 0px 0px 12px 0px;	
}

.specbox3 {
	color: #ee1f25;
	font-size: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.specbox4 {
	color: #ee1f25;
	font-size: 37px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.specboxtxt {
	color: #14aded;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	text-align: center;
	margin: 3px 0px 0px 0px;
}

.speclink {
	text-decoration: none;
}

.speclink a:hover {
	color: #ee1f25;
}

.specimg {
	float: left;
	position: absolute;
	left: 270px;
	margin: -100px 0px 0px 0px;
}

/****** FOOTER styles ******/

#footer {
	height: 100px;
	width: 780px;
	margin: 0px 0px 0px 0px;
}

#footer #bot_nav {
	float: left;
	width: 740px;
	margin: 0px 0px 0px 38px;
}

#footer #bot_nav li {
	float: left;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	list-style-type: none;
	font-weight: bold;
}

#footer #bot_nav a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 37px;
	line-height: 20px;
	width: 0px;
	height: 20px;
}

#footer #bot_nav li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 80px;
}

#footer #bot_nav a:hover {
	text-decoration: underline;
	color: #d01024;
	
}

#footer #bot_nav_stor {
	float: left;
	width: 740px;
	margin: 0px 0px 0px 40px;
}

#footer #bot_nav_stor li {
	float: left;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	list-style-type: none;
}

#footer #bot_nav_stor a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 37px;
	line-height: 20px;
	width: 0px;
	height: 20px;
}

#footer #bot_nav_stor li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 80px;
}

#footer #bot_nav_stor a:hover {
	text-decoration: underline;
	color: #d01024;
	
}

#footer h3.foot_info {
	padding: 15px 0px 0px 0px;
	color: white;
	line-height: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal;
	text-align: center;
}
