@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin:0pt;
	padding:0pt;
}

body  {
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #CCCC99;
	background-image: url(Images/shell/bg.jpg);
	background-repeat: repeat-x;

}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0 0;
	padding:0px;
	font-size:1em;
}

h1 {
	color: #CC6633;
	text-transform: capitalize;
	font-weight: normal;
	font-size:1.9em;
	line-height:1.5em;
	border-right-style: 1px;
}

h2 {
	color: #333;
	text-transform: capitalize;
	font-weight: normal;
	font-size:1.7em;
	line-height:1.5em;
	border-right-style: 1px;
}

p {	
	margin-bottom: 1em;
	font-size:1.2em;
	line-height:1.5em;
}

a {
	color:#999933;
	text-decoration: none;
}

a:hover {
	color:#CC6633
}

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCC66;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/shell/hdr_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #logo {
	display: block;
	background-repeat: no-repeat;
	width: 145px;
	height: 154px;
}

#header #frostdc {
	display: block;
	position:absolute;
	width: 169px;
	height: 17px;
	top:53px;
	right:25px;
}

#header #frostchicago {
	display: block;
	position:absolute;
	width: 91px;
	height: 17px;
	top:75px;
	right:25px;
}
#header #frostflorida {
	display: block;
	position:absolute;
	width: 91px;
	height: 17px;
	top:97px;
	right:25px;
}

#header ul#topnav {
	font-size: 1.4em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	top: 124px;
	right: 22px;
	position: absolute;
	width: 589px;
	text-align: right;
}

#header ul#topnav li {
	display: inline;
	padding-left: 15px;
	padding-right: 0px;
}
#topnav a {
	color: #333333;
	text-decoration: none;
}
#topnav a:hover {
	color: #CC6633;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 20px 0 10px;

}


/* not beeing used*/
.twoColFixRtHdr #sidebarIMAGE {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align:center;

}
.twoColFixRtHdr #mainContent {
	margin: 0px 225px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* not beeing used*/
.twoColFixRtHdr #mainContentSMALL {
	margin: 0px 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 5px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContentSOLO {
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContentSOLOcenter {
	text-align:center;
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(Images/shell/ftr_bg.jpg);
	background-repeat: repeat-x;
	height: 56px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.subBOX {
	text-align: center;
	padding: 15px;
	width: 295px;
	border-style: dashed;
	border-color: #999999;
	border-width: thin;
	margin: 15px;
	float: left;
}

.subBOXtall {
	text-align: center;
	padding: 15px;
	width: 295px;
	height: 150px;
	border-style: dashed;
	border-color: #999999;
	border-width: thin;
	margin: 15px;
	float: left;
}

.imageboarder {
	border:solid #CCCCCC 1px;
	padding:4px;
}
.imageboarderfltrt {
	border:solid #CCCCCC 1px;
	padding:4px;
	float: right;
	margin-left: 12px;
}
.imageboarderfltlt {
	border:solid #CCCCCC 1px;
	padding:4px;
	float: left;
	margin-right: 12px;
}

.justified {
	text-align: justify;
}

.overStateOrange {
	color:#CC6633;
}
.wide_container {
	padding: 0px 0 12px 0;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/* styles for the store/cart pages */
#storeContainer {
	position: relative;
	width: 720px;
	margin: 0 0 20px 0;
}

#storeContainer #galleryContainer {
	float: right;
	margin: 20px 0 0 20px;
	padding: 4px;
	text-align: center;
}

#store {
	background-color: #edecd8;
	width: 455px;
	padding: 10px;
	margin: 0 0 0 230px;
}

#productDetail {
	width: 220px;
	float: left;
}

#productDetail ul li {
	font-size:1.2em;
	line-height:1.25em;	
	margin-bottom: .25em;	
}

#productDetail ul {
	margin-left: 2em;
}

#productDetail h1 {
	margin-bottom: 0;
}

#productDetail h2 {
	margin: 0 0 1em 0;
}
