/* Basic Styling  Victoria Crockett
=======================*/
img {}
h1 {font-size: 1em; color: #006699;}
.skip a{
	color:#006699;
	font-size: 1px;
}

.table-product {
	width: 150px;
	height:100px;
	background-color: white;
	border: 1px solid #666666;
	margin-bottom: 15px;
}
.table-product th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
}
.table-product td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
}

/* Layout
=======================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #575757;
	text-align: left;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: medium solid #000000;
}

#header {
	width: 100%;
	background-color: #000000;
	height: 132px;
}
.call {
	font-size: 25px;
	padding-left: 15px;
	font-weight: normal;
}

#logo-right {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#logo-left {
	text-align: left;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #98DF00;
}
#space {clear: both;height: 15px;}

#space p, #space ul {
	position: absolute;
	color: #3399CC;
}

#intro {
	font-weight: bold;
	font-size: 12px;
}

#content {
	float: left;
	padding-left: 1em;
	width: 95%;
	padding-right: 1em;
}

#mainContent {
	margin: 0;
	float: left;
	width: 75%;  
}

#leftContent {
	float: left;
	width: 165px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#leftContent img {
	margin-bottom: 5px;
	border: 1px solid #000000;
	width: 150px;
}

#rightContent {
	width: 15%;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: center;
	clear: none;
	margin-right: 20px;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 20px;
}



/* topNav */
#topNav {
	float: left;
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #CC6699;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	font-size: 12px;
}

#topNav a:hover {
	color: #999999;
}

#topNav li {
	float: left;
	display: block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 1em;

	padding-top: .5em;
}


#welcome {
	float: left;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
}
.menu-title-text {
	font-weight: bold;
	color: #990066;
	text-align: left;
	font-size: 12px;
}

.menu-backing-content {
}

.menu-normal-text {
	font-size: 10px;
	color: #333333;
}
.menu-links a:link    {font-size: 12px; font-weight: bold; color: #006600;}
.menu-links a:visited {font-size: 12px; font-weight: bold; color: #CC0066;}
.menu-links a:hover   {color: #999999;}


.text-path, .text-path a, .text-path a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.header-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.table-title-text {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.header-description {
	font-size: 12px;
	line-height: 1.5em;
}
.subsection-description {
	font-size: 12px;
}
.product-field-title {
	font-size: 12px;
}


.middle-links, .middle-links a:link, .jssHeaderBlockLinks, .jssHeaderBlockLinks a:link {
	font-size: 12px;
	color: #006600;
}
.middle-links a:visited, .jssHeaderBlockLinks a:visited {
	font-size: 12px;
	color: #CC00CC;
}


.middle-normal-text, .jssSmallerText {
	font-size: 12px;
	line-height: 1.5em;
}

.table-backing-title {
	background-color: #CCCCCC;
}

.table-backing-content {
	background-color: #FFFFFF;
}

.normal-field-title {
	font-size: 12px;
	font-weight: bold;
}
.normal-field-content {
font-size: 12px
}
.field-backing-title {
	font-weight: bold;
	background-color: #CCCCCC;
}
.leftContent-div {
	width: 150px;
	border: thin solid #CC6699;
	padding: 5px;
	margin-top: 15px;
}
.product-field-content {
	font-size: 12px;
}
.review-title-text {
	font-size: 10px;
}

.img-no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
.button {
	background-color: #CC6699;
	font-weight: bold;
	border: thin solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 1em;
}
.button a:link {
	text-decoration: none;
	color: #000000;
}
.button a:visited {
	text-decoration: none;
	color: #000000;
}
#searchDiv {
	float: right;
	width: 20%;
	display: block;
	font-weight: bold;
	text-align: center;
	clear: none;
	margin-top: 10px;
	margin-right: 10px;
}
.navList {
	text-align: center;
	float: right;
	margin-right: 1em;
	display: block;
	width: 7%;
}
.navListSearch {
	text-align: center;
	float: right;
	margin-right: 1em;
	display: block;
	width: 20%;
}
.breadcrumb {
	float: left;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;

}
p.blue {
	margin:5px 0 4px 0;
	padding:0 0 0 5px;
	color: #fff;
	font-size:11px;
	height:21px;
	line-height:21px;
	font-weight:bold;
	background-color: #BD6790;
	background-image: url(../../images/blueheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightMenuBlock {
	border: thin solid #BF6A92;
	width: 155px;
}

.error-text {
	color: red;
	font-weight: bold;
}

.jssSectionContent .jssPageSubHeading {
	margin-bottom: 10px;
	font-weight: bold;
}
#pageslist {
	list-style-type: none;
		display: inline;

}
.pageslist-li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}
.jssBoldLinks {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.jssProductLinks {
	font-weight: bold;
	color: #333333;
}
.width-100pc {
	width: 100%;
}
