@charset "utf-8";

/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background-image: url(../Images/NewUsers/NewUserBack.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: top;
	background-color: #D5E8F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	background-image: url(../Images/NewUsers/UserBackground.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	position: relative;
}


#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}

/* Header */
#header {
	background-image: url(../Images/Common/headerBack.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 162px;
	position: relative;
}
#innerHeader {
	height: 162px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#TopleftNav {
	height: 50px;
	width: 336px;
	float: left;
	margin-top: 20px;
	margin-left: 6px;
}
#rightNav {
	width: 336px;
	float: left;
	margin-top: 20px;
	margin-left: 9px;
}
#logoTop {
	height: 127px;
	width: 257px;
	float: left;
	margin-left: 9px;
	background-image: url(../Images/Common/logoTop.png);
	background-repeat: no-repeat;
}
#logoTop a {
	height: 127px;
	width: 257px;
	text-indent: -9999px;
	display: block;
}
.mainNav {
	height: 35px;
	width: 392px;
	position: relative;
	float: left;
}
#centermainNav {
	float: left;
	height: 35px;
	width: 175px;
	position: relative;
	background-image: url(../Images/Common/logoBottom.png);
	background-repeat: no-repeat;
}

.Navdivider {
	height: 35px;
	width: 2px;
	float: left;
}


#TopleftNav ul {
	list-style-type: none;
}
#TopleftNav ul li {
	display:inline;
}
#TopleftNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../Images/Common/topNav.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	float: left;
	height: 18px;
	width: 106px;
	border: 1px solid #000;
	margin: 2px;
	background-color: #000;
	padding-top: 2px;
	text-shadow: 1px 1px 1px #000;
}

#TopleftNav ul li a:hover {
	background-color: #45494D;
	background-image: url(../Images/Common/topNavover.jpg);
	background-repeat: repeat-x;
}
#search {
	height: 23px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#twitter {
	margin-top: 5px;
	background-image: url(../Images/Common/twitter.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
	margin-right: 5px;
}

#twitter a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}
#facebook {
	margin-top: 5px;
	background-image: url(../Images/Common/facebook.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
}

#facebook a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}
#youtube {
	margin-top: 5px;
	background-image: url(../Images/Common/YouTube.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	float: left;
	margin-bottom: 10px;
}

#youtube a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 140px;
}



.navstyle {
		text-align: center;
	background-image: url(../Images/Common/navBack.png);
	background-repeat: no-repeat;
	}

.nav {
	list-style:none; 
	height: 35px;
	position: relative;
	float: left;
}
	
.nav li {
	position:relative;
	float:left;
}
	
.nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 25px;
	width: 130px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}

.mainNav .nav li ul {
	position:absolute;
	top:35px;
	left:0;
	width:160px;
	text-align:left;
	font-size:12px;
	background-image: url(../Images/Common/liBack.png);
	background-repeat: repeat;
	display:none;
	list-style:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom:5px;

}


.mainNav  .nav li ul li {
	position:relative;
	color:#FFF;
	font-weight:bold;
	float:none;
	font-size:12px;
	
}
.nav li ul li a {
	display:block;
	padding-left: 5px;
	width:155px;
	text-shadow: 1px 1px 1px #000;
	
}

.nav li ul li a:hover {
	background-image: url(../Images/Common/subnavOver.png);
	color: #31B2DD;
	background-repeat: repeat;
	text-shadow: 1px 1px 1px #000;
}

.nav li a:hover {
	background:url(../Images/Common/navBackover.png);
	color: #31B2DD;
}

#footer {
/*	background-image: url(../Images/Common/footerDivider.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding: 10px;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	clear: both;
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	width: 492px;
}
#footer p {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #999;
	font-size: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-shadow: 1px 1px 1px #999;
}
#footer ul li a:hover {
	color: #007ED2;
	text-decoration: underline;

}


/* CSS Document */

#ProductNav {
	padding-right: 10px;
	padding-left: 27px;
	float: left;
	width: 917px;
	margin-top: 5px;
	height: auto;
}
#SideInfo {
	background-image: url(../Images/EquipmentPages/SandcarvingInfo.png);
	background-repeat: no-repeat;
	background-position: 0px 112px;
	float: left;
	height: 1600px;
	width: 30px;
	margin-right: 5px;
}
.SideNav {
	padding-bottom: 50px;
}

#SideNav {
	float: left;
	height: 364px;
	width: 205px;
	background-image: url(../Images/EquipmentPages/SideNav.png);
	background-repeat: no-repeat;
	padding-top: 57px;
}
#LeftNav {
	width: 198px;
	float: left;
}
#LeftNav #NavBody {
	background-image: url(../Images/NewUsers/TopicsFill.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#NavBody ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	line-height: 22px;
	padding-left: 5px;
}
#NavBody ul li a:hover {
	color: #5EACCC;
}

#NavBody ul li a {
	color: #000;
	text-decoration: none;
}
#UserContent {
	width: 754px;
	float: left;
}
#UserBody {
	background-image: url(../Images/NewUsers/UserFill.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.image {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	margin-left: 40px;
}
.image2 {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-left: 2px;
}
.floatright {
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.textLeft {
	width: 100%;
}
.textright {
	width: 75%;
	float: right;
}


.images {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}

.video {
	margin-left: 100px;
}

#UserBody ul {
	font-style: italic;
	list-style-position: inside;
	line-height: 18px;
	list-style-image: url(../Images/arrow.png);
}
#UserBody ul li {
	margin-bottom: 5px;
}


#UserBody p {
	margin-top: 10px;
	line-height: 18px;
}
#UserBody h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
#UserBody h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3A81AC;
	margin-top: 10px;
	margin-bottom: 5px;
}
#UserBody h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3A81AC;
	margin-top: 10px;
}
#UserBody h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3A81AC;
	margin-top: 10px;
}
#UserBody ol li {
	list-style-position: inside;
	margin-top: 15px;
	margin-right: 10px;
}
#UserBody ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#UserBody a {
	text-decoration: none;
	color: #F63;
	font-weight: bold;
}
#UserBody a:hover {
	text-decoration: none;
	color: #06F;
	font-weight: bold;
}

.activelink {
	background-image: url(../Images/NewUsers/TopicsHover.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFF;
}

#NavBody ul .activelink a {
	color: #FFF;
}
#NavBody ul .activelink a:hover {
	color: #333;
}




.navImg {
	float: left;
	margin-right: 34px;
	margin-top: 5px;
}



#body {
	float: left;
}





.logoWrap {
	float: left;
}
.emphasis {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #03F;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.push {
	margin-bottom: 10px;
}
.divider {
	height: 5px;
	margin-top: 12px;
}
.profit {

}

.divider2 {
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#UserBody ol  h6{
	text-align: left;
}

.marketing {
	background-color: #DEEAED;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 5px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;

}

.list {
	float: left;
}
.slideshow {
}
#UserBody h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
#UserContent #UserBody p a {
	color: #093;
}
#UserContent #UserBody p a:hover {
	color: #F60;
}
#UserContent #UserBody .textLeft ol li span a {
	color: #093;
}
#UserContent #UserBody .textLeft ol li span a:hover {
	color: #F60;
}
#UserContent #UserBody .textLeft ul li span a {
	color: #093;
}
#UserContent #UserBody .textLeft ul li span a:hover {
	color: #F60;
}#UserContent #UserBody ul li span a {
	color: #093;
}
#UserContent #UserBody ul li span a:hover {
	color: #F60;
}
.clearfix {
	display: block;
	clear: both;
}
#UserFooter {
	clear: both;
}

.galleryWrap {
	margin-top: 10px;
	padding: 20px;
	background-color: #CDE6F1;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 650px;
}
.galleryWrap ul {
	list-style-type: none;
}
.galleryWrap ul li {
	display: inline;
	margin: 10px;
	overflow: hidden;
	background-color: #FFF;
	float: left;
	border: 3px solid #FFF;
	padding: 3px;
	width: 60px;
	height: 60px;
}


.galleryWrap ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clearfloat {
	display: block;
	clear: both;
}



.center {
	display: block;
	text-align: center;
}
.clearfix {
	display: block;
	clear: both;
}
