/*** Content Styles ***/

body {
	background-color: #eee;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}

h1 {
	color: #fff;
	text-transform: lowercase;
}

h2 {
	color: #D24D20;
}

h3 {
	color: #fff;
}

h4 {
	color: #20759C;
}

h1, h2, h3, h4 {
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 0.12em;
	margin: 0;
}

.sale {
	color: #990000;
	font-size: 11px;
	font-weight: bolder;
	line-height: 16px;
}

.orange_box {
	background-color: #D24D20;
}

.blue_box {
	background-color: #20759C;
}

.special_box {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

.highlighttext {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
}

ul.gift_prices {
    font-weight: bold;
    list-style-type: none;
    margin: 15px 0 0 55px;
    padding: 0;
}

ul.gift_prices li {
    float: left;
    padding-right: 55px;
    text-align: center;
}

/*** Layout Top Styles ***/

.top {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}

/*** Search Styles ***/

#search {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	padding-left: 10px;
}

#search input {
	color: #000;
}

/*** Image Styles ***/

.imagespacert {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.imagespacelt {
	margin-bottom: 15px;
	margin-right: 15px;
    float: left;
}

/*** Default Blue Links ***/

a:link,
a:visited,
a:active {
	color: #073772;
	text-decoration: none;
}

a:hover {
	color: #073772;
	text-decoration: underline;
}

/*** White Links ***/

h3 a:link,
h3 a:visited,
h3 a:active,
#search a:link,
#search a:visited,
#search a:active,
.special_box a:link,
.special_box a:visited,
.special_box a:active,
.top a:link,
.top a:visited,
.top a:active {
	color: #fff;
	text-decoration: none;
}

h3 a:hover,
#search a:hover,
.special_box a:hover,
.top a:hover {
	color: #fff;
	text-decoration: underline;
}

/*** Orange Links ***/

h2 a:link,
h2 a:visited,
h2 a:active {
	color: #D24D20;
	text-decoration: none;
}

h2 a:hover {
	color: #D24D20;
	text-decoration: underline;
}

/*** News Styles ***/

.news {
   width: 100%;
}

.news_across {
    float: left;
    font-weight: normal;
	margin-left: 14px;
	margin-right: 9px;
	margin-top: 10px; 
	margin-bottom: 10px;
	text-align: left;
	width: 550px;
}

.news_full {
    float: left;
    font-weight: normal;
	margin-left: 14px;
	margin-right: 9px;
	margin-top: 10px; 
	margin-bottom: 10px;
	text-align: left;
	width: 450px;
}

.news_left {
    float: left;
    font-weight: normal;
	margin-left: 14px;
	margin-right: 9px;
	margin-top: 10px; 
	margin-bottom: 10px;
	text-align: left;
	width: 160px;
}

.news_middle {
	float: left;
	font-weight: normal;  
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 158px;
}

.news_right {
	float: right;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 165px;
}

/*** Menu Styles ***/

.menu {
   background: #002E55;
   margin: 0;
   padding: 0;
}

.menu_item {
   margin: 0;
   padding: 0;  
}

.top_menu_item {
	border-top: 3px solid #fff;
	margin: 0;
    padding: 0;
    width:auto;
}

/*** Shopping Search Styles ***/

div.window {
	background-color: #eee;
	padding: 5px;
}

div.window h3 {
	background-color: #20759C;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
    letter-spacing: 0.12em;
	margin: 0px;
	padding: 5px;
}

/*** Advanced Search Form - Search Filter Components ***/

#advanced_search_filters_area .target, #advanced_search_filters_area .condition, #advanced_search_filters_area .term {
	display: none;
	margin-right: 8px;
}

#advanced_search_filters_area .condition {
	width: 120px;
}

#advanced_search_filters_area .term {
	min-width: 146px;
}

#advanced_search_filters_area .control {
	width: 24px;
}

#advanced_search_filters_area hr {
	border: none;
	height: 1px;
	margin: 2px 0px;
}

/*** Constant Contact Sign-Up Styles ***/

#newsletter_signup_area {
	margin-bottom: 3px;
	text-align: center;
}

#newsletter_signup_form {
	background-color: #002E55;
	color: white;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	width: 157px;
}

#newsletter_signup_form input {
	font-size: 10px;
}

#newsletter_signup_form #submit_newsletter_signup {
	text-align: center;
	width: 35px;
}

#newsletter_signup_form #email_icon {
	float: right;
}