#topnav ul {

	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style: none;
	float: left;
}

#topnav li {

	width: 150px;
	height: 30px;
	line-height: 30px;
	display: inline;
	float: left;
}

#topnav li a {

	width: 125px;
	color: #575757;
	text-decoration: none;
	font-size: 1.3em;
	background-image: url(/images/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

#topnav li a:hover {

	text-decoration: underline;
}

#leftnavcontent ul {

	padding: 0px;
	margin: 0px;
	list-style: none;
}

#leftnavcontent li {

	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
	height: 31px;
	line-height: 30px;
	font-size: 1.2em;
}

#leftnavcontent li a {

	color: #FFFFFF;
	text-decoration: none;
}

#leftnavcontent li a:hover {

	text-decoration: underline;
}

#nav {

	z-index: 200;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	font-size: 1.2em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	padding-top: 10px;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
	background-color: #F0037F;
	
	width: 170px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li ul li {

	font-size: 1em;
	width: 170px;
}


#nav li ul li a {

	font-size: 1em;
	width: 140px;
}

#nav li a {
	
	width : 10.5em;
	display : block;
	color : white;
	text-decoration : none;
	background-color : #F0037F;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : white;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#cartbuttons {

	margin-top: 10px;
	width: 450px;
	text-align: center;
}

#footer {

	width: 800px;
	height: 25px;
	margin-left: auto;
    margin-right: auto;
	font-size: 1.1em;
	color: #575757;
}

#footer a {

	color: #F0037F;
	text-decoration: none;
}

label{
    float: left;
    width: 120px;
    font-weight: bold;
}

input, textarea{
    width: 180px;
    margin-bottom: 7px;
}

textarea{
    width: 250px;
    height: 150px;
}

.boxes{
    width: 1em;
}

#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
    height: 20px;
}

br{
    clear: left;
}

.button {

	width: 130px;
	font-size: 1em;
}

.checkouttitle {

	font-size: 1.3em;
	font-weight: bold;
}