/* CSS Document */
body
{
    margin:0;
    
    }
.sizeReserveArea{
	width:375px;
	height:36px;
	background:#A55E1D;
}

.selectorRows{
	width:224px;
	height:72px;
	top:0;
	margin-bottom:2px;
}

.flashcontent{
	width:375px;
	height:278px;
	top:0;
	margin-bottom:1px;
}

.colheadings{
	width:224px;
	height:35px;
	margin-bottom:2px;
}

.storageSize{
    position:relative;
    float:left;
    top:0;
}

.reserveButton{
    position:relative;
    float:right;
    top:0;
	display:none;
}

.homeColumn{
    position:relative;
    float:left;
    top:0;

}

.businessColumn{
    position:relative;
    float:right;
    top:0;

}
.vertical-spacer{
	float:middle;
	width:1px;
	height:100%;
	background-image:url(images/spacer.gif);
}

.test{
background-color:blue;
border:1px;
border-bottom-color:red;

}

	
/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;				/* width of page */
	height: 478px;
	overflow:hidden;
}
/* common column settings */
.colright,
.colmid{
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;
	height: 478px;
}
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
	margin:0;
	padding:0;
	height:478px;	
}
.col1{
	float:left;
	position:relative;
	padding:0;
	width:1px;
	overflow:hidden;
	height:478px;
}
.col2{
	float:left;
	position:relative;
	padding:0;
	width:375px;
	overflow:hidden;
	height:478px;
}
.col3 {
	float:left;
	position:relative;
	padding:0;
	width:224px;
	overflow:hidden;
	height:478px
}

/* 3 Column settings */
.threecol {
	background:#f4f4f4;		/* right column background colour */
}
.threecol .colmid {
	right:25%;				/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;				/* width of the middle column */
	background:#f4f4f4;		/* left column background colour */
}
.threecol .col1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:85%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* CSS Document */

#home_but_wrap{
width:100%;
height:36px;
float: left;
position:relative;


}
	a#home_but{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('images/to-home-page.gif') no-repeat left top;
    position:relative;
	    float:left;
	    margin-top:1px;
	    width: 600px;
	    height: 35px;
	    top: 0px;
    left: 0px;
}
	a:hover#home_but{
	background-position: top right;
	}

.preview {
	width:375px;				/* width of center column content (column width minus padding on either side) */
	height:429px;				/* 100% plus left padding of center column */
}


	
