@charset "utf-8";
/* Store it content formatting CSS Document */



p{
	padding:5px 0 5px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
}

a:link {
	text-decoration:none;
	color:#CE1141;
}
a:hover {
	text-decoration:none;
	color:#CE1141;
}

a:visited{
	text-decoration:none;
	color:#CE1141;
}

h1{
	font-family: calibri, Arial, Helvetica, sans-serif;
	padding:15px 10px 0 0; 
	font-size:24px;
	/**color:#1A1818;**/
	color:#CE1141;
	font-weight:bold;	
}

h2{
	font-family: calibri, Arial, Helvetica, sans-serif; 
	padding:5px 10px 0 0; 
	font-size:20px;
	color:#CE1141;
	font-weight:bold;	
}

h3{
	font-family: calibri, Arial, Helvetica, sans-serif; 
	padding:5px 10px 0 0; 
	font-size:18px;
	color:#CE1141;
	font-weight:bold;
}

h4{
	font-family: calibri, Arial, Helvetica, sans-serif; 
	padding:5px 10px 0 0; 
	margin-bottom:-5px;
	font-size:16px;
	color:#CE1141;
	font-weight:bold;	
}

h5{
	font-family: calibri, Arial, Helvetica, sans-serif; 
	padding:5px 10px 0 0; 
	margin-bottom:-10px;
	font-size:16px;
	color:#CE1141;
	font-weight:bold;	
}

.underline{
	border-top: solid 2px #CE1141;
	margin:0 0 5px 0;
}

#text_box{
	width:691px;
	height:auto;
	margin-left:179px;
	padding-top:17px;	
}

ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

li{
	background-image:url(images/Storeit_bullet.jpg);
	background-repeat:no-repeat;
	background-position: 4px 7px ; 
	padding:5px 0 5px 15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 100%;
}

table{
	margin:10px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	
}

.below_float{
	width:691px;
	height:10px;
	clear:both;
	border-bottom:solid 1px #DCDCDC;
}

.next_line{
	margin:-6px 0 5px 0;
	padding:0;
}

.bold{
	font-weight:bold;	
}

.content_images{
	float:right;
	margin-right:50px;
	margin-top:10px;
}

/********************************************Footer formating*******************************************************/

#footer p{
		color:#b0b0b0;
		font-size:.6em;
		padding:10px 0 0 0;
		text-align:center;
}

/**brings the second line of the footer tsct just above wst line**/
#footer_text_close{
		margin:-10px 0 0 0;
}

#footer a{
	color:#b0b0b0;
	text-decoration:none;
}
#footer{
clear:both;
}

/**********************homepage**************************/
#home_image{
		margin-top:15px;
}

#why_banner{
	margin-top:15px;		
}

#home_text_box{
	width:624px;
	height:auto;	
}

#associate_logos{	
	float:right;	
}

/*****************tips******************************/
.tips{
background-image:url(images/Storeit_bullet.jpg);
background-repeat:no-repeat;
background-position: 4px 8px ; 
padding-left:15px;
}

/**********************storage********************************************/

.1st_column{
	float:left;
	width:350px;		
}

.2nd_column{
	height:370px;
}

.measurment{
	font-size:8px;
	position:relative;
	bottom:1px;
}

.sizes{
	margin:10px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	border-collapse:collapse;
}

.sizes td{
		border:solid 1px #1A1818;
		text-align:center;
}

.sizes th{
	border:solid 1px #1A1818;
	text-align:center;
	font-weight:bold;
	color:#CE1141;
}


.location_map{
	margin-top:63px;
	height:239px;
	width:338px;
	border:solid 1px #1A1818;
}

.location_details{
		margin:0 0 10px 0;		
}

/*************************about********************************/

.values li{
background-image:url(images/Storeit_bullet.jpg);
background-repeat:no-repeat;
background-position: 4px 20px ; 
padding:5px 0 5px 15px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 100%;

}

.bullet_heading{
	background-image:url(images/Storeit_bullet.jpg);
	background-repeat:no-repeat;
	background-position: 4px 11px ;
	padding:5px 0 5px 15px;
}

/**********************************************Contact page***********************************/

.contact_details{
		margin:10px 0 0 0;
		
}

/**crating 2 colums for details and form**/
.column1{
		float:left;
		width:350px;
		height:auto;
}

.column2{
	width:340px;
	height:auto;
	float:right;
}

#columns_contact_form{
	height:294px;	
}

.phpcontent{
	padding:10px 10px 10px 0 ;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#message_box{
	margin-top:0;	
}

#below_content{
	width:691px;
	height:10px;
	/**margin-top:5px;**/
	clear:both;
	/**border-bottom:solid 1px #DCDCDC;**/
}

