/*----------------------------------------------
http://www.valleyselfstorage.ca
author:		Logistica Systems
date:		03.04.2009
----------------------------------------------- */

html,body, div {
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


body {
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #0397E2;
	margin: 0 0 1em 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #122857;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0397E2;
	margin: 1.5em 0 .5em 0;
}

tr.rate_row {background-color:#E0F8F7}

p	{
	margin: 0 0 1em 0;
	color:#333333;
	text-align:justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 140%;
}

p.hours	{
	color:#000000;
	line-height: 120%;
	text-align:center;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

p.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;

}

td.content_cell {
padding-top:1.5em;
}

td.nav_cell {
	background-color:#333333;
	height:31px;
}

td.content_wall {
	background-image: url(images/vss_bott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
}




/* MISC */
.small		{font-size: 10px; color:#C80000; }
.small2		{font-size: 11px; }


ul.list li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-image: url(images/checkbox.gif);
	color: #333333;
	vertical-align: middle;
	list-style-type: none;
	padding-top:5px;
}

ul.list2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	vertical-align: middle;
	padding-top:5px;
}




/* Generic Link */
a.link			{font-size: 12pt; text-decoration: underline;}
a.link:link		{color: #003399; text-decoration: underline;}
a.link:visited	{color: #003399; text-decoration: underline; }
a.link:hover	{color: #0033FF; text-decoration: underline}


/* Links Site Map */
a.link_sm			{font-size: 11px; text-decoration: underline;}
a.link_sm:link		{color: #999; text-decoration: underline}
a.link_sm:visited	{color: #999; text-decoration: underline; }
a.link_sm:hover		{color: #0033FF;  text-decoration: none}

/* Legal Stuff */
td.copyright	{
	font-size: 9px;
	font-weight:normal;
	color: #999999;
	font-family: Verdana, arial, sans-serif;
	height: 50px;
	padding: 0 1em;

}

a.logistica				{font-size: 9px; color: #999999; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #999999;}
a.logistica:visited		{color: #999999;}
a.logistica:hover		{color: #019EEC; text-decoration: underline; font-weight: normal; }


/* Curvy Corners */
.curvy {position:relative; width:385px; background:#CCCBCC; color:#000; margin: auto;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#CCCBCC; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#CCCBCC; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}


/* Simple CSS NAV LEFT ALIGN */
#navcontainer ul
{
margin:0;
padding:0;
padding-left: 0;
margin-left: 0;
background-color: transparent;
color: #FFFFFF;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #029DE8;
color: #fff;
}
