/*----------FOR INSTALL----------*/
#BgContainer {
	background-color: #FFF;
	padding: 10px 40px;
}

#BgContainer h4 {
	font-size: 16px !important;
}

#BgContainer p {
	width: 94%;
}

#BgContainer table {
	margin: 10px !important;
	width: 94%;
}

#BgContainer ul#Themes label {
	margin-top: 2px !important;
}



/*-----------------------------------------------MISC STYLES AND DEFAULTS-----------------------------------------------*/
html, body {
	background-color: #222;
	color: #333;
	font-family: Verdana, Lucida, sans-serif; 
	margin: 0;
}

a {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin: 20px 0;
}

iframe {
	border: 1px solid #CCC;
}

.clear {
	clear:both;
}

.brandsTable td {
	text-align: center;
	padding: 15px !important;
}

#news {
	background-color: #FFF;
	border: 3px solid #464B34;
	float: right;
	margin: 185px 0 10px 15px;
	padding: 50px 20px 0 20px;
	position: relative;
	width: 280px;
}

#newsTopText {
	left: 60px;
	letter-spacing: 2px;
	position: absolute;
	top: 15px;
}

#newsTop {
	left: -30px;
	position: absolute;
	top:-40px;
}

#shopOnline {
	right: 15px;
	position: absolute;
	top: 37px;
}

#doc2 {
	position: relative;
}

/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	background: #FFF url(../images/menu.png) repeat-y scroll 0 0;
	height: 253px;
	width: 950px;
	overflow: hidden;
	position: relative;

}

	#hd #home { 
		background: transparent url(../images/banner.png) no-repeat scroll 0 0;
		height: 253px;
		position: relative;
		width: 950px;
		z-index: 200;
	}

		#logoTop {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 9999;
		}

		#hd #slideShow {
			position: relative;
		}

			#hd #set_1 {
				height: 250px;
				width: 950px;
			}

			#hd #set_2, #hd #set_3 {
				display: none;
				height: 250px;
				width: 950px;
			}

				#hd .slide1 {
					left: 220px;
					position: absolute;
					top: 15px;
					z-index: 12;
				}

				#hd .slide2 {
					left: 450px;
					position: absolute;
					top: 15px;
					z-index: 10;
				}

				#hd .slide3 {
					left: 685px;
					position: absolute;
					top: 5px;
					z-index: 11;
				}



/*-----------------------------------------------BODY-----------------------------------------------*/
#bd {
	background: #FFF url(../images/menu.png) repeat-y scroll 0 0;
	padding-bottom: 20px;
	position: relative;
	width: 950px !important;
	z-index: 100;
}

	#Layout {
		clear: both;
		min-height: 300px;
		overflow: hidden;
		margin-top: -20px;
		padding: 25px 20px 15px 75px;
	}

	#Content {}



/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background: transparent url(../images/footer.png) no-repeat scroll 0 0;
	clear: both;
	height: 70px;
	margin-top: -15px;
	position: absolute;
	width: 950px;
	text-align: center;
	padding-top: 25px;
	z-index: 200;
}

	#ft p {
		color: #FFF;
		text-align: center;
	}

	#ft a {
			color: #FFF;
			text-decoration: none;
		}

			#ft a:hover {
				color: #FFF;
				text-decoration: underline;
			}

#fish {
	position: absolute;
	left: 10px;
}






/*-----------------------------------------------COMMENTS-----------------------------------------------*/
#CommentHolder ul {
	margin: 20px 0;
}

#PageComments li {
	list-style: none;
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}

	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		border-bottom: 2px solid #BCE4FE;
		padding-left: 40px;
		padding-right: 10px;
	}

	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-left: 10px;
		padding-right: 40px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
			display: inline;
			border-right: 1px solid #3AA0C3;
		}

			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}

			.actionLinks li.last {
				border-right: none;
			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 20px;
}

#PageCommentsPagination p {
	font-size: 1.2em;
	text-align: center;
}

#PageComments p {
	font-size: 1em;
}

	#PageComments p.info {
		color: #999;
		font-size: 0.9em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}



/*-----------------------------------------------MESSAGEBOXS-----------------------------------------------*/
.message {
	background: #EEE;
	border: 4px solid #AAA;
	color: #666;
	margin: 15px;
	padding: 5px;
}

span.middleColumn .message {
	margin: 4px 0 0 3px;
}

.required {
	background: #FFDFDF;
	border: 4px solid #FF0000;
	color: #000;
	margin: 4px 0 0 3px;
	padding: 5px;
}

#Remember label {
	margin: 0 0 0 10px;
}

.entry {
	border-bottom: 1px solid #EEE;
}