/* CSS Document */

/*..........................General Page Style.......................*/
html {
	height:100%;
}

body {
	font-family:Georgia, Times, serif
	font-style:normal;
	font-size:1em;
	line-height:1em;

	padding:0;
	margin:0;
	color:#3b3b3b;
	background-image:url(images/stripe_background.gif);

	height:100%;
}

table, tr, td {
	padding:0;
	border-collapse: collapse;
}

img {
	display:block;
}

h1 {
	color:#d43430;
	text-align:right;
	font-size:1.5em;
	border-bottom:solid #d43430 1px;

}

h2 {
	color:#d43430;
	font-size:1.1em;
}

h3 {
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
}


a, a:visited {
	text-decoration:underline;
	color:#d43430;

}

a:hover {
	text-decoration:none;
	color:#d43430;
}


.clearDiv {
	clear:both;
	font-size:0;
}





/*....................Page Content Style........................*/

/*.headerContain {
	height:35px;
	background-color:#000000;
}*/

.headerContain {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:35px;
	z-index:1;
	background-color:#000000;
}

.header {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	
	padding:5px 0px 0px 100px;
	
	clear:both;
}

.header img {
	float:left;
	padding-right:10px;
}

.siteWrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(images/stripe_middle.gif);
	background-repeat:repeat-y;
	background-position:560px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

.siteContain {
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	margin-top:35px;

}

.leftSide {
	float:left;
	width:530px;
}

.leftSideHome {
	float:left;

}

.rightSide {
	float:right;
	margin-right:40px;
}

.rightSide2 {
	float:right;
	margin-right:40px;
	margin-top:150px;
}

.rightSide2 img {
	border:solid 1px #000000;
	margin-bottom:10px;
}

.logoDiv {
	padding:10px 0px 10px 125px;


}


.menuDiv {
	float:left;
	/*margin-right:30px;*/
	text-align:right;
	padding:20px 0px 0px 0px;
	width:200px;
}

.menuDiv ul {
	list-style:none;
	padding:0;
	margin:0;
	
}

.menuDiv ul li {
	text-align:right;
}

.menuDiv img{
	margin-top:2px;
	border:none;
	
}

.menuNav a, .menuNav a:visited {
	color:#dadada;
	background-color:#3a3938;
	display:block;
	margin:1px 0px 1px 0px;
	padding:4px 15px 4px 60px;
	text-decoration:none;
	
}

.menuNav a:hover {
	background-color:#d43430;
}

.contentDiv {
	margin-left:230px;
	line-height:1.2em;
	font-size:0.8em;

}

.contentDiv img {
	border: solid 1px #000000;
}

.contentDivShop {
	width:300px;
	margin-left:230px;
	line-height:1.2em;
	font-size:0.8em;
	/*clear:both;*/

}

.contentDivShop img {
	border: solid 1px #000000;
	margin-bottom:5px;
	margin-left:5px;
	float:right;
}

.contentDivShop p{
	/*float:left;*/
	/*clear:right;*/

}

.sections a{
	font-size:1.5em;
	line-height:1.25em;
}

.shopBreak {
	clear:both;
	height:10px;
	border-bottom:dotted 1px #d43430;
	margin-bottom:10px;

}


.imageContain {
	float:left;
	padding-right:7px;
	padding-bottom:7px;
}




/*......................Footer Style......................*/

.footer {
	color:#909090;
	font-size:0.7em;
	line-height:1.2em;
	
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 5px 10px;
	
	background-color:#FFFFFF;
}

.footerMenu {
	/*float:left;*/
	text-align:left;
	margin-left:215px;
}

.footerMenu a, .footerMenu a:visited {
	color:#909090;
	text-decoration:none;
}

.footerMenu a:hover {
	text-decoration:underline;
	color:#d43430;
}


.credits {
	float:left;
	text-align:right;
	width:185px;
}

.credits a, .credits a:visited {
	text-decoration:underline;
	color:#d43430;
}

.credits a:hover {
	text-decoration:underline;
	color:#909090;
}

/* FORMS */
form p {
	margin: 0 0 10px 0;
}

input[type="text"] {
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	border: 1px #3b3a38 solid;
}
input[type="submit"] {
	display: block;
	width: 100px;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #fff;
	border: none;
	background: #3b3a38;
}
input[type="submit"]:hover {
	display: block;
	padding: 3px;
	width: 100px;
	font-size: 1.1em;
	color: #fff;
	border: none;
	background: #c73e36;
}
#member_unsubscribe input {
	display: block;
}
.formrow {
	clear: both;
	display: block;	
}
.formrow p {
	float: left;
}
.left {
	padding-right: 10px;	
}

/* MISC */
.edit {
	font-weight: bold;
	color: #f00;
}
#stylefinders a:link, #stylefinders a:visited {
	text-decoration: underline;
	color: #d43430;
}
#stylefinders a:hover, #stylefinders a:active {
	text-decoration :none;
	color: #d43430;
}
#stylefinders {
	margin-top: 20px;
	padding: 12px 10px 0 0;
	width: 190px;
	height: 25px;
	text-align: right;
	background: url(images/thestylefinders.gif);
}
#stylefinders p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
a, a:visited {
	text-decoration: underline;
	color:# d43430;

}
#twitter {
	margin-top: 2px;
	padding: 5px 10px 0 0;
	width: 190px;
	height: 19px;
	background: url(images/twitter.gif);
}
#twitter p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#twitter a:link, #twitter a:visited {
	text-decoration: underline;
	color: #d43430;
}
#twitter a:hover, #twitter a:active {
	text-decoration :none;
	color: #d43430;
}