@charset "UTF-8";
/* CSS Document */

/* styles for getMMS.org */


/**********************************************
	clear browser induced styles
**********************************************/
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}

/**********************************************
	main layout and text styes
**********************************************/
body {
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 62.7%; /* sets 1em = 1pt */
	color: black;
	background: url(../images/page_bg.jpg) top repeat-x white;
}

#top-nav-wrap {
	height: 55px;
	border-bottom: 1px dotted #527565; /* darkest green */
}

#top-nav {
	width: 1024px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
}

#sub-nav-table {
	width: 1024px;
	margin: 0 auto 0 auto;
	border-bottom: 1px dotted #527565; /* darkest green */
}

#product_detail #sub-nav-table {
	border-bottom: none;
}

#sub-nav-table ul {
	list-style: inside circle;
}

#sub-nav-table p, #sub-nav-table li {
	font-size: 12px;
	margin-left: 20px;
}

#wrapper {
	width: 1024px;
	margin: 0 auto 0 auto;
}

#content {
	width: 100%;
}

#sidebar {
	width: 249px;
	margin-left: 10px;
	float: right;
	border-left: 1px dotted #999999;
}

#product_detail #sidebar {
	border-left: none;
}

#footer {
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 8px;
}

#widgets-table {
	 clear: both; 
	 margin: 0 0 20px 0;
	 border-top: 1px dotted #527565; 
	 padding-top: 10px;"
}

#product_detail #widgets-table {
	border-top: none;
}

#copyright {
	width: 100%;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #527565; /* darkest green */
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	font-size: 1.4em;
}

/* common layout classes */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.price { font-size: 22px; }

/**********************************************
	text styles
**********************************************/

h1 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 24px;
	clear: both;
}

h2 {
	width: 100%;
	font-size: 21px;
	margin-bottom: 10px;
	clear: both;
}

#home-page-table h3 {
	font-size: 26px;
	padding-left: 40px;
}

#home-page-table h3 a, #home-page-table h3 a:visited {
	color: black;
}

#home-page-table h3 a:hover {
	color: #01b960; /* light green */
}

h4 {
	font-size: 18px;
	margin-bottom: 15px;
	clear: both;
}

h5 {
	font-size: 18px;
	margin-bottom: 15px;
}

p, li {
	font-size: 1.6em;
	margin-bottom: 5px;
}

p a {
	color: black;
	text-decoration: underline;
}

p a:visited {
	color: black;
}

p a:hover {
	color: #01b960; /* light green */
}

#product_detail #content h2 + p {
	font-size: 12px;
}

#sidebar td a, #sidebar td a:visited {
	font-size: 10px;
	color: black;
}

#sidebar td a:hover {
	color: #01b960; /* light green */
} 

.img_link {
	display: block;
}

.img_link:visited {
}

.img_link:hover {
}



/**********************************************
	page specific styles
**********************************************/

#home #content {
	text-align: right;
}

#content .item {
	width: 229px;
	margin-right: 32px;
	margin-bottom: 35px;
	text-align: center;
	float: left;
}

#content .item img {
	width: 229px;
}

#content .item p {
	font-size: 12px;
}

#content .item p a {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

#content .item p a:visited {
	color: black;
}

#content .item p a:hover {
	color:  #01b960; /* light green */
}

#content .no_margin {
	margin-right: 0px;
}