* {padding: 0; margin: 0;}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(images/bg.gif);
}
 #container { 
	width: 892px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:auto;
} 
 #top-right {
	 float:right;
	 width:500px;
	 margin-right:32px;
	 background-image:url(images/s-cart.gif);
	 background-repeat:no-repeat;
	 background-position:right top;
	 height:80px;
 }
 #globe-nav {
	 width: 275px;
	 margin-left:210px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#ffffff;
	 padding-top:3px;
	 padding-bottom:5px;
	 padding-left:20px;
 }
  #globe-nav a{
	 color:#ffffff;
	 text-decoration:none;
 }
 #phone-num {
	 margin-left:150px;
	 margin-top:20px;
	 height:35px;
 }
 #phone-num h1 {
	 	 font-size:22px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 color:#ffffff;
	 
 }
  #phone-num img{
	  padding-right:10px;
 }
 #top-left {
	 float:left;
	 background-image:url(images/top-part_01.gif);
	 background-repeat:no-repeat;
	 width:252px;
	 height:85px;
 }
 #navigation {
	 background-image:url(images/top-part_03.gif);
	 background-repeat:no-repeat;
	 height:44px;
 }
 #nav-items {
	 margin-left:252px;
	 margin-right:32px;
	 height:44px;
	 background-color:#ffdf08;
 }
 #top-banner {
	 background-image:url(images/top-part_08.gif);
	 height:108px;
	 background-repeat:no-repeat;
 }
 #bottom-banner {
	 background-image:url(images/bottom-part_01.gif);
	 height:187px;
	 background-repeat:no-repeat;
 }
 #banner-title {
	 margin-left:375px;
	 margin-right:80px;
	font-family:Arial, Helvetica, sans-serif;
	 font-size:17px;
	 letter-spacing:-1px;
	 font-weight:bold;
	 color:#369;
 }
 #banner-text {
	 margin-left:375px;
	 margin-right:190px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:16px;
	 color:#369;
	 line-height:125%;
	 padding-top:15px;
 }
 #banner-text a {
	color:#369;
	text-decoration:underline;
	font-weight:bold;
}
 #bottom-nav {
	 height:41px;
	 padding:0px;
	 margin:0px;
 }
 #bottom-nav-inside{
	 height:41px;
	 	 padding:0px;
	 margin:0px;
 }
  #container2 { 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin-left:60px;
	margin-right:32px;
	margin-top:0px;
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF;
	margin-bottom:20px;
} 
 #sidebar1 {
	float: right; 
	width: 290px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px;
	padding-top:20px;
}
#video_bg {
	width:277px;
	background-image:url(images/video_bg.gif);
	height:254px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
#video {
	height:203px;
	width:245px;
	margin-top:45px;
	margin-left:23px;
	position:absolute;
}
#monthly-winner {
	width:275px;
	border:solid 2px #060;
	margin-top:20px;
	text-align:center;
}
#do_title {
	padding-top:5px;
}
#catalog {
	width:277px;
	margin-top:20px;
}
 #mainContent {
  	margin: 0 300px 0 10px; 
	padding-top:20px;

} 
#social-media {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	color:#036;
}
#main-text {
	background-image:url(images/main-text-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	color:#036;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
#main-text h1{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}
#main-text a {
	color:#036;
	text-decoration:underline;
	font-weight:bold;
}
#advertisement {
	margin-top:0px;
	padding-bottom:5px;
}
 #footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#daf0fb;
	height:150px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	color:#036;
	padding-top:10px;
} 

/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#convention {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;
}
.blue-title {
	font-weight:bold;
	color:#09C;
	font-size:16px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.location {
	font-weight:bold;
	font-size:14px;
	color:#09C;
}
.additional {
	font-weight:bold;
	color:#D97923;
}