@charset "utf-8";
/*
	South Coast Casuals
	
	OfficeBox CS | ./theme/sccone/content.css
	Copyright 2009 OfficeBox Canada
	
	Defines content CSS attributes (e.g. color, font-size, font-family)	
	
	version 1.0.1a
*/

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #F0E6DB;
	background-image: url(/assets/web/BG%20f0e6db.png);
}
#maincanvas {
	background-color: transparent;
}

/* Header */
#header {
	color: #004455;
	/* Not using burgundy. Changed to dark teal. color: #770022; */
	background-color: transparent;
}
#header #logo img {
	behavior: url(./iepngfix.htc);
	border: none;
}
#header #headerright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	display: inline;
}
#header #headerright a.headerrightlink {
	color: inherit;
}
#header #headerright a.headerrightlink:hover {
	text-decoration: none;
}
/* End Header */

/* Footer */
#footer {
    text-align: center;
    color: #333333;
    font-family: 'Tahoma','Verdana',sans-serif;
    font-size:10px;
}
#footer #footer-nav a.footer-navlink {
	color: inherit;
}
#footer #footer-nav a.footer-navlink:hover {
	text-decoration: none;
}
/* End Footer */


/* Navigation */
#nav {
	text-align: center;
	color: #FFFFFF;
	background-color: #770022;
	background-repeat: repeat;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#nav #navlinks div.navlink {
	text-align: center;
	font-weight: normal;
	/*
	font-style: italic;
	*/
}
#nav #navlinks a.navlink {
	text-decoration: none;
	color: #FFFFFF;
	/*
	font-variant: small-caps;
	*/
}
#nav #navlinks a.navlink:hover {
	text-decoration: underline;
}
/* Turned off until v1.1 */
#nav #navlinks #mens {

}
#nav #navlinks #mens:hover {

}
#nav #navlinks #womens {

}
#nav #navlinks #womens:hover {

}
#nav #navlinks #gifts {

}
#nav #navlinks #gifts:hover {

}
#nav #navlinks #ourstore {

}
#nav #navlinks #ourstore:hover {

}
/* End Navigation */

/* Our Store 2cols */
#ourstore2cols {
	
}
#ourstore2cols .colright img {
	width: 300px;
	height: 162px;
}
#ourstore2cols .colright {
	text-align: center;
}
/* End Our Store 2cols */
/* Start NON STORE Page Top Nav */
div.pagetopnav {
	padding-bottom: .5em;
	position: relative;
	left: -14px;
	font-family: Georgia, "times new roman", times, serif;
}
/* Start NON STORE Page Top Nav */