@charset "utf-8";

/* -------------------------------- */
/* ---------- FRED SEGAL ---------- */
/* -------------------------------- */

html,body {
	color: #5d5d5d;
	margin: 0px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	background-image: url(/content/struct/imgs/fredsegal/background2.gif);
	background-repeat: repeat-x;
	}

a {
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #cc232b;
	text-decoration: none;
	}

a:active {
	color: #cc232b;
	}


h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #1E1D45;
	font-family: Helvetica,Arial,san-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:18px;
	text-align:left;
	text-transform: uppercase;
	}

h2 {
	font-weight: bold;
	color: #5d5d5d;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, san-serif;
	}

h3 {
	font-size:14px;
	font-weight: normal;
	color: #5d5d5d;
	font-family: Helvetia, Arial, san-serif;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0px;
	line-height: 20px;
	}

h4 {
	margin: 0;
	padding: 0;
	color: #5d5d5d;
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;		
	line-height: 18px;	
	text-align: left;	
	}

h5 {
	margin: 0;
	padding: 0;
	color: #5d5d5d;
	font-size: 11px;
	font-weight: bold;		
	line-height: 20px;	
	text-transform: uppercase;
	text-align: left;	
	}

h6{	
	}


p {
	margin: 0;
	padding: 5px 0px 5px 0px;
	}

img {
	border: none;
	}

img a {
	border:none;
	}

input {
	color: #333;
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 2px 0px 2px;
	}

input .button{
	margin: 0px;
	padding: 3px;
	color: #333;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
	border: none;
	}

input[type=submit]{
	border: none;
	color: #FFFFFF;
	background-color: #5d5d5d;
	}

select {
	color: #333;
	margin: 2px;
	padding: 1px;
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: normal;
	}
	
hr {
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
br {
	padding-top: 1px;
	padding-bottom: 1px;	
	}

