@charset "utf-8";

/*Browser reset to zero out margins and padding*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}

/*-----------------HEADERS--------------------*/

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}

/*-----------------SYTLES--------------------*/


/*//////////FONT FAMILY/////////*/

.style1 {
	font-family: Arial, Helvetica, sans-serif;
}



/*/////////FONT SIZE///////////*/

.style2 {
	font-size: 8px;
}
.style2-1 {
	font-size: 9px;
}
.style2-2 {
	font-size: 10px;
}
.style2-3 {
	font-size: 11px;
}
.style2-4 {
	font-size: 12px;
}
.style2-5 {
	font-size: 13px;
}

.style2-6 {
	font-size: 14px;
}

.style2-7 {
	font-size: 15px;
}

/*////////COLOR////////////////*/

.style3 {
	color: #333;        /*LIGHT GREY*/
}

.style3-1 {
	color:#E5053A;      /*RED */
}

.style3-2 {             /*MAROON*/
	color: #900;	
}

.style3-3 {            /*LIGHT BLUE*/
	color: #00C;
}

/*----------------PARAGRAPH STYLES----------------------*/

.paragraph-indent {
	margin-right: 15px;
	margin-left: 15px;		
	
}

.paragraph-indent2 {
	margin-right: 0px;
	margin-left: 30px;		
	
}

.paragraph-indent3 {
	margin-right: 0px;
	margin-left: 0px;		
	
}


.paragraph-indent4 {
	margin-right: 30px;
	margin-left: 0px;		
	
}




/*----------------SPECIAL CASE STYLES-------------------*/

/*used for contact form*/
.warning {
	color: #F00;	
}
/*used for contact form*/
.message-sent {
	color: #090;
}

.hide-text {
	
	text-indent: -9999px;
}

/*Used for Medium Copyright and Register Trademark Symbols etc*/
sup {                
	font-size:.6em;
	vertical-align:top;
} 

.under-line {
text-decoration: underline;	
}

/* no outline */

.no-outline {
 outline:none;	
}

.hide-div {
	position: absolute;
	text-indent: -9999px;
}
/*-----------CONTACT INFO BOX------------ */

#contact-info-box {
	height: auto;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/contact-info-background.png);
	_background-image: url(../images/contact-info-background.gif);
	background-repeat: no-repeat;	
}

 

/*---------------------------------------------------FOR THE SEARCH BAR ----------------*/
.search-button {                    /* Sets the Search Bar image aligned in the middle--*/
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.search-container {
	margin-left: 50%;
	position:absolute;
	left:-10px;
	top:340px;
	width:285px;
	height:55px;
	z-index:2;
	padding-left: 20px;
	
	background-repeat: no-repeat;
}

table.search-bar-positioning {
	position: absolute;
	vertical-align:bottom;
 	background-color: #FFF;
	top: 9px;	 
} 



 

/*------------------------------------------------------SIDE NAV MENU---*/


div.sidenav {
	height: auto;
	width: 190px;
	margin-left: 10px;
	text-align: left;
	margin-top: 0px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	 


div.sidenav ul {
	text-indent: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}


div.sidenav ul li {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	width: 150px;
}


div.sidenav ul li a:link {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}


div.sidenav ul li a:active {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	 

}

div.sidenav ul li a:visited {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	 
}




/*-----------------------------FOOTER CONTAINER*/

.footer-container {
	height: 365px;
	width: 960px;
	clear: both;
	background-image: url(../images/site-map-box.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 25px;
	
}

.footer-contentbox1 {
	height: 300px;
	width: 155px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	float: left;
	
}

.footer-contentbox1 ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	
}

.footer-contentbox1 ul li{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}

.footer-contentbox1 a:link {
	color:#E5053A;
	font-weight: bold;
	text-decoration: none;
}



.footer-contentbox1 a:visited {
	color:#E5053A;
	font-weight: bold;
	text-decoration: none;
}

.footer-contentbox1 ul li a:link  {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

 
.footer-contentbox1 ul li a:visited {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}

 .footer-contentbox1a {
	height: auto;
	width: 200px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	float: left;
}

.footer-contentbox1a ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	
}

.footer-contentbox1a ul li{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}

.footer-contentbox1a a:link {
	color:#E5053A;
	font-weight: bold;
	text-decoration: none;
}



.footer-contentbox1a a:visited {
	color:#E5053A;
	font-weight: bold;
	text-decoration: none;
}

.footer-contentbox1a ul li a:link  {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

 
.footer-contentbox1a ul li a:visited {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}


.footer-contentbox2 {
	height: 65px;
	width: 260px;
	text-align: center;
	float:left;
	clear: right;
	padding-top: 235px;
	
}	 

 

.footer-contentbox2 a:link {
	color:#E5053A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/*---SOCIAL NETWORK LINKS---*/

#social-network-link {
	height: 50px;
	width: 930px;
	float: left;
	
}


 /*----------------------------COPYRIGHT INFO CONTAINER*/

#copyright  {
	height: auto;
	width: 960px;
	margin-left: 50%;
	left:-480px;
	padding: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #666;
	position: relative;	
}


/*----------------------------RETURN POLICY------------*/

#return {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

/*----------------------------RETURN POLICY------------*/

#privacy {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
