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

body {background:#e64c8d;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	margin: 0;
	padding: 0;
	}
	
#wrapper {margin:25px auto;
	width: 768px;
	background: url(Images/SchicTopBG.jpg) no-repeat #fff;}
	

#topsection { height:160px;
              background: url(Images/logo_exclusive.jpg) no-repeat;
			  padding:45px 0 0 125px;}
	
#topsection .r1c1 {font-size:22px;
			  font-family:arial narrow;
			  font-weight:bold;
			  color:#fff;}
			  
#topsection .r2c1 {font-size:22px;
			  font-family:arial;
			  font-weight:bold;
			  color:#4dc5d6;
			  padding:20px 20px 0 0;
			  line-height:28px;
			  text-align:right;}

#topsection .r3c1 {padding:15px 0px 0 200px;}

#contentarea {min-height:300px;
          background: url(Images/SchicContentBG.gif) repeat-y ;}	

*html #contentarea {min-height:300px;}

#nav {float:left;}

#nav td {padding-left:15px;}

#nav  td a {font-size:20px;
			  font-family:arial narrow;
			  font-weight:bold;
			  color:#9e0ea3;
			  line-height:28px;
			  text-align:right;
			  text-decoration:none;}

#nav  td a:hover {text-decoration:underline;}

#belownav {padding-left:25px;
            width:170px;}

/*.contenttitles {float:left;} */

#content .r2c1 {padding:30px 20px;}

#content .item {width:500px;}


#footerarea {float:left;
             margin:0px;
			 width:768px;
			 padding-top:10px;
			 background: url(Images/SchicBottomBG.jpg) no-repeat #e64c8d;}
		  
#copyright {float:right;
            color:#fff;
            padding-right:15px;
			padding-top:5px;
			text-align:right;
			font-size:10px;
			}
			
#EWI {float:left;
	  width:200px;
	  font-size:10px;
	  color:#fff;
	  padding-left:15px;
	  padding-top:5px;
	}
	
#EWI a {color:#fff;
        text-decoration:none;}
		
#EWI a:hover {color:#fff;
              text-decoration:underline;}
	

/* text styles  */
.articlehead {font-size:18px;
              font-family:"Comic Sans MS", cursive, garmond;}

.retail {font-size:14px;
         color:#555;
		 line-height:18px;
		 padding:30px 20px 30px 240px;} 

	/*form stuff*/

.cssform label{
font-weight: normal;
float: left;
margin-left: 15px; 
width: 200px; 
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 170px;
}

.cssform textarea{
width: 190px;
height: 50px;
}

.cssform #button {margin-top:20px;
                  *margin-top:16px;}

*html .cssform #button {margin-top:4px;}
				  
.cssform input {margin-top:5px;
                *margin-top:0px;}			  

.contenttitles {font-size:22px;
			  font-family:arial;
			  font-weight:bold;
			  color:#4dc5d6;
			  padding:20px 0 0 250px;
			  line-height:28px;}				
