0@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d3d3d3;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 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. */
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContentWide {
	width: 960px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.containerwide {
	width: 1024px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/ftrbk.jpg);
} 
.twoColFixLtHdr #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 */
}
.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;
}
.styles {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: ;
	color: #000000;
	text-align:justify;
}
.styles2 {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: ;
	color: #000000;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.mid-header {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.header {
	font-family: "Myriad Pro";
	font-size: 32px;
	font-weight: bold;
	color: #3366cc;
}
.top-header {
	font-family: "Myriad Pro";
	font-size: 36px;
	color: #000000;
	font-weight: bold;

}
.top-header-blue {
	font-family: "Myriad Pro";
	font-size: 36px;
	font-weight: bold;
	color: #3366cc;
}
.top-header-blue-phone {
	font-family: "Myriad Pro";
	font-size: 40px;
	font-weight: bold;
	color: #3366cc;
}
a:link {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:active {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
.mid-header-smaller {
	font-family: "Myriad Pro";
	font-size: 20px;
	font-weight: bold;
	color: #3366cc;
}
.style-bold {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: bold;
	color: #3366cc;
}
.phone-red {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.mid-header-black {
	font-family: "Myriad Pro";
	font-size: 28px;
	font-weight: bold;
	color: #999999;
}

.ftra:link {
	font-family: "Arial";
	font-size: 11px;
	font-weight: ;
	color: #ffffff;
	text-decoration: underline;
}
.ftra:active {
	font-family: "Arial";
	font-size: 11px;
	font-weight: ;
	color: #ffffff;
	text-decoration: underline;
}
.ftra:hover {
	font-family: "Arial";
	font-size: 11px;
	font-weight: ;
	color: #666666;
	text-decoration: underline;
}
.ftra:visited {
	font-family: "Arial";
	font-size: 11px;
	font-weight: ;
	color: #ffffff;
	text-decoration: underline;
}

.bannerarea1 {
	width:985px;
	height: 334px;
	background-color:#017ec0;
	margin-left:20px;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
}

.bannerarea2 {
	width:390px;
	height: 334px;
	float:left;
}

.bannerarea3 {
	width:595px;
	height: 334px;
	float:left;
}	

.bannerarea4 {
	width:525px;
	float:left;
	margin-top:25px;
	margin-left:20px;
	background-color:#FFF;
	height:269px;
	padding:7px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.featureditem {
	width:525px;
	height:205px;
	float:left;
}

#upgradeoption {
	width:332px;
	float:left;
	height:64px;
	background-color:#ababab;
}

#upgradeoption2 {
	width:193px;
	float:left;
	height:64px;
}


/* Social Media Icons Nav----------------------------------------------------------------------------------------------------------------------------------------*/
#nav-social-example {
background:url(images/banner/social_media.jpg);
width:193px;
height:64px;
margin:0;
padding:0;
}
#nav-social-example span {
display: none;
}
#nav-social-example li, #nav-social-example a {
height:64px;
display:block;
}
#nav-social-example li {
float:left;
list-style:none;
display:inline;
}

#nav-social-example-01 {width: 66px; height: 64px;}
#nav-social-example-02 {width: 64px; height: 64px;}
#nav-social-example-03 {width: 63px; height: 64px;}
#nav-social-example-01 a:hover {background:url(images/banner/social_media.jpg) 0px -64px; }
#nav-social-example-02 a:hover {background:url(images/banner/social_media.jpg) -66px -64px; }
#nav-social-example-03 a:hover {background:url(images/banner/social_media.jpg) -130px -64px; }

/*Free Quote Button----------------------------------------------------------------------------------------------*/

#nav-freequote {
background:url(http://www.wholesale-wristbands.com/images/banner/freequote.png);
width:261px;
height:53px;
margin:0;
padding:0;
}
#nav-freequote span {
display: none;
}
#nav-freequote li, #nav-freequote a {
height:53px;
display:block;
}
#nav-freequote li {
float:left;
list-style:none;
display:inline;
}

#nav-freequote-01 {width: 261px; height: 53px;}
#nav-freequote-01 a:hover {background:url(http://www.wholesale-wristbands.com/images/banner/freequote.png) 0px -53px; }

/*Main Top Nav----------------------------------------------------------------------------------------------------------------------------------------*/

#nav {
background:url(images/banner/nav.png);
width:1024px;
height:47px;
margin:0;
padding:0;
}
#nav span {
display: none;
}
#nav li, #nav a {
height:47px;
display:block;
}
#nav li {
float:left;
list-style:none;
display:inline;
}

#nav-01 {width:  80px; height: 48px;}
#nav-02 {width:  87px; height: 48px;}
#nav-03 {width: 106px; height: 48px;}
#nav-04 {width: 105px; height: 48px;}
#nav-05 {width: 120px; height: 48px;}
#nav-06 {width: 150px; height: 48px;}
#nav-07 {width:  79px; height: 48px;}
#nav-08 {width: 103px; height: 48px;}
#nav-09 {width:  98px; height: 48px;}
#nav-10 {width:  96px; height: 48px;}
#nav-01 a:hover {background:url(images/banner/nav.png)    0px -48px; }
#nav-02 a:hover {background:url(images/banner/nav.png)  -80px -48px; }
#nav-03 a:hover {background:url(images/banner/nav.png) -167px -48px; }
#nav-04 a:hover {background:url(images/banner/nav.png) -273px -48px; }
#nav-05 a:hover {background:url(images/banner/nav.png) -378px -48px; }
#nav-06 a:hover {background:url(images/banner/nav.png) -498px -48px; }
#nav-07 a:hover {background:url(images/banner/nav.png) -648px -48px; }
#nav-08 a:hover {background:url(images/banner/nav.png) -727px -48px; }
#nav-09 a:hover {background:url(images/banner/nav.png) -830px -48px; }
#nav-10 a:hover {background:url(images/banner/nav.png) -928px -48px; }

/*----------------------------------------------------------------------------------------------------------------------------------------*/
.bbcontainer {
	width:261px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.options {
	width:300px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
}

/*FOOTER LISTS*/
ol.optionlist {
margin: 5px 0;
background:url(images/banner/ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/
padding: 0 0 0 0px; /*--Distance between the order numbers--*/
}
	
ol.optionlist li {
margin: 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style:italic;
color:#fff;
font-size: 14pt;
font-weight: 600;
text-decoration: none;
text-transform: none;
word-spacing: 0;
line-height: 1.45em;
list-style-image:url(images/banner/list_bullet.jpg);
}

