@charset "utf-8";
/* CSS Document */

a:link {color:white;text-decoration: none;}
a:visited {color: #cccccc;text-decoration: none;}
a:hover {text-decoration: underline; color: #ffffff;}
a:active {color: red;text-decoration: none}

body{
background: #87888a;
background-image:url('images/fashionCareBg.jpg');
background-repeat:repeat;
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 1.5em;
margin:0;
padding:0;
}
h1{color: white;font-size: 24px;text-align: left;}
em{color: #00aeef;font-size:22px;}
#maincontainer{
margin: 0 auto; /*Center container on page*/
width: 960px; /*Width of main container*/
}
#topsection{
margin: 15px 0px 5px 0px;
 /*Height of top section*/
}
#topsection h1{
margin: 0;
padding-top: 15px;
}
#menu{
float:right;
font-size:12px;
margin-top:22px;
text-align:justify;
text-transform:uppercase;
width:810px;
}
#imagesection{height: 235px;text-align: center;}
img {
border-style: none;
margin-right: 8px;
}
#contentwrapper{float: left;width: 100%;}
#contentcolumn{
/*background-color: #37383c;*/
/*height:395px;*/
margin-bottom: 15px;
margin-left: 15px;
margin-right: 373px; /*Set right margin to RightColumnWidth*/
margin-top: 15px;
overflow:auto;
}
landingPage{
font-size:50em;
}
#rightcolumn{

float: left;
height:395px;
width: 343px; /*Width of right column*/

margin-left: -358px; /*Set left margin to -(RightColumnWidth) */
margin-top: 15px;
text-align:center;
}
#footer{
clear: left;
color: #FFF;
font-size:10px;
line-height: 1.3em;
padding: 4px 0;
text-align: center;
width: 100%;
}
#footer a{color: #FFF;}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
padding: 20px;
}