@charset "UTF-8";
* {/* zero margins and padding */
		margin: 0;
		padding: 0;
}

html
{
		font-size: 100%;
		background-color: #282723;
}



body
{
		font-size: 62.5%;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		background-repeat: repeat;
		width: 100%;
		height: 100%;
		background-image: url(../images/bkgd-textures/BKGD_texture-main.jpg);
		margin: 0px;
		padding: 0px;
}
#content {
		visibility: visible;
		width: 580px;
		height: 580px;
		padding: 5px;
}
#info {
		height: auto;
		list-style-type: circle;
		margin-left: 10px;
}
#content img.icon {
		padding: 10px;
		float: left;
		margin-right: 10px;
		width: 150px;
}
#content img.single-image {
		margin-top: 20px;
		margin-right: 10px;
		margin-left: 10px;
}
a {
   font-family: Arial, Helvetica, sans-serif;
   color: #FF9900;
   font-size: 1.2em;
   outline-style: none;
   border-top: 0px none;
   border-right: 0px none;
   border-bottom: 0px none;
   border-left: 0px none;
}

#content a img,
#content a:link img, 
#content a:visited img,
#content a:hover img 
  {
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   display: block;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
		font-size: 1.6em;
		color: #CCCCCC;
		margin-bottom: 0.5em;
		margin-top: 10px;
		clear: right;
}
h2 {
		font-size: 1.4em;
		color: #B3B4A9;
}
h3 {
		font-size: 1.2em;
		color: #6C6C66;
		text-align: left;
}
a:link {
   color: #FF9900;
   text-decoration: none;
   outline-style: none;
}
a:visited {
		text-decoration: none;
		color: #FF9900;
}
a:hover {
		text-decoration: underline;
		color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

p {
		font-size: 1.1em;
		color: #CCCCCC;
		line-height: 1.3em;
		margin-bottom: 1.2em;
}
#content.starter-image {
		background-image: url(../products/WMD-products-page-image.jpg);
		background-repeat: no-repeat;
		background-position: center center;
}
#content img.left {
		clear: both;
		float: left;
		margin-left: 10px;
		margin-top: 5px;
}
#content .module-center {
		clear: none;
		float: left;
		width: 210px;
}

#content img.right {
		float: right;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		clear: right;
		width: auto;
}
#content #info li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #D2C8AE;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
}
#content p.left-description {
		float: left;
		margin-left: 10px;
		line-height: 1.4em;
		width: auto;
		clear: both;
}
#content .module-center h2.left-hl {
		font-size: 1.2em;
		font-weight: bold;
		color: #B3B4A9;
		clear: both;
		float: left;
		width: 180px;
}
#content  .fits-list {
		float: left;
		width: 200px;
		margin-left: 8px;
		font-size: 1em;
		font-weight: normal;
		color: #CCCCCC;
		list-style-position: inside;
		list-style-type: disc;
		line-height: 1.3;
		clear: both;
		padding-left: 6px;
}
#content .module-center h3.left-hl-2
{
		font-size: 1.2em;
		font-weight: normal;
		color: #FFFFFF;
		clear: both;
		float: left;
		width: 180px;
}
#content .module-right
{
		float: right;
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
		clear: right;
}
#content .module-left
{
		float: left;
		width: 180px;
		margin-right: 5px;
}
