*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ececec;
	font-family: tahoma, geneva, sans-serif;
}

#content {
	border-top-width:1px;
        border-top-style:solid;
	border-bottom-width:1px;
        border-bottom-style:solid;
	border-color:rgb(217,217,217);
        background-color: #ffffff; 
	padding-top: 15px;
		}

p {
	padding-bottom: 10px;
	font-size: 14px;
        }

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	}

a {
	outline: none;
	color: #06a1ff;
	text-decoration: none;
}

a:hover {
        text-decoration: underline;
}


fieldset {
	border: 0px;
}

.clear {
	clear: both;
}

/* WRAPPER */
#wrapper {
	width: 852px;
	background: url(/img/wrapper_bkg.gif) left top repeat-y;
	margin: 0 auto;
}

#body {
	background-color:#fff; 
	padding: 25px 0 5px 15px; }

/* NAVIGATION */
#header {
	padding: 8px 10px 0 17px;
}

#header a span {
	display: none;
}

#header a#myAccount:hover {
	text-decoration: underline;
}

/* main navigation */
#header ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	color: #161d27;
	font-size: 14px;
}

/* search box */
#header ul li#search {
	margin: 0 0 0 5px;
}

#header ul li#search form input {
	float: left;
}

#header ul li#search form input#searchBox {
	width: 126px;
	height: 21px;
	border: 1px solid #d1d1d1;
	margin: 0 4px 0 0;
}

/* site navigation title dropdown */
#content #rightCol .title form {
	float: right;
}

#content #rightCol .title form select {
	height: 23px;
	border: 1px solid #e6e6e6;
}

#content #rightCol .title form select optgroup {
	margin: 0 0 5px 0;
}

#content #rightCol .title form select optgroup option {
	padding: 0 0 0 20px;
}



/*mobile site*/

td h2 {
	font-size: 14px;
	color: #353e4b;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

h2 a {
        font-size: 14px;
        color: #353e4b;
        line-height: 14px;
        margin-top: 0px;
        margin-right: 0pt;
        margin-bottom: 0pt;
        margin-left: 0pt;
}

#quickmenu {
	width: 447px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 120px;
	font-size: 12px;
}

#quickmenu a {
color: #06a1ff;
text-decoration: none;
}


#quickmenu ul {
        list-style-type: none;
        width: 437px;
}

#quickmenu ul li {
        color: #c8c8c8;
        line-height: 22px;
}

#quickmenu ul li a {
        color: #16a7ff;
        text-decoration: none;
}

#quickmenu ul li a:hover {
        text-decoration: underline;
}

td a {
	text-decoration: none;
	color: #06a1ff; 
	font-size: 14px }

ul 
{	   
	padding: 0;	   
	margin-bottom: 15px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	background-color: white;       /* Each list has a white background fill */
}


li
{	
	list-style-type: none;	
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgb(217,217,217);
	padding-top: 5px;		  
	padding-bottom: 5px;
}


#footer {
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #353e4b;
	line-height: 16px;
	text-align: center;
}

#footer a {color: #353e4b; }

