body {
	margin:0;
	padding: 0;
	font: 13px/1.5 Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;/* old 1.25 */
	text-align: center; /* for stupid IE */
	color:#A3A36A;
	background-color: #0f0c21; /* old #182235; #2B2431; */
	}
	

	

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 23px;
	font-weight: normal;
	
}

h2 {
	font-size: 20px;
	font-weight: normal;
}
	

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {

}

li {
/*	margin-left: 20px;

	color:#9D9282;*/
	padding-top: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

}


img {
	border: 0;
	}
a.plain {
	text-decoration: none;
}


/* structure
--------------------------------------------------------- */

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 0;
	background:url(../images/bg_750.jpg) top center repeat-y #0f0c21; /* old #182235;*/
}	

#hdr {
	text-align: right;
	width: 750px;
	height: 223px;
	background:url(../images/hdr_750.jpg) no-repeat center top;
}

#logo {
	float: right;
	width: 50px;
	height: 50px;
	margin: 50px 50px 0 0;
	background:url(../welldressed/img/logo_50.gif) top center no-repeat;

}

#hdr h1 {

	float: right;
	margin: 10px 50px 0 0;
	clear: right;
	font-size: 16px;
	/*color: #B7B78A;
	background-color: #494835;*/
}

#hdr h2 {
	float: right;
	margin: 10px 50px 0 0;
	width: auto;
	clear: right;
	font-size: 28px;
	color: #868461;
	background-color: #37362B; /* #494835;*/
	font-weight: normal;
}

#hdr h2 span.small {
	font-size: 18px;
	color: #585740;
	background-color: inherit;

}

#hdr h3 {
	float: right;
	margin: 0 50px 0 0;
	clear: right;
	font-size: 16px;
	letter-spacing: .1em;
	color: #B7B78A;
	background-color: inherit;
}


/* allows for left and right 25px margins*/
#content {
	width: 700px;
	margin: 0 25px;
	text-align: left; /* to correct IE body center rule  */
	background-color: #37362B; /* #494835;*/
	color: inherit;
	min-height: 650px;
}

#tagline {	
	letter-spacing: .05em;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25;
	border-top: solid 1px #868461;
	border-bottom: solid 1px #868461; /* #4C3245;*/
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #868461;
	background-color:#423033;
	/*background: #494835;*/
}


/* begin #nav and menu 
------------------------------------------------*/
#nav { 	
	width: 190px;
	float: left;
	margin: 15px 0 0 0;

 }

ul#menu 
{
	list-style-type: none;
/*	width: 180px;*/
	margin: 0 0 20px 0;
	padding-left: 0;

}

#menu a /* added #menu */
{
	display: block;
	padding:7px 5px;
	margin: 3px 0 0 0;
	width: 174px;
	border: solid 1px #656449;
	border-left: solid 5px #423033;
	border-bottom: none; 
	
	background-color: #585740;

	font-size: 11px;
}

#menu a:link, #menu a:visited
{
color: #B7B78A;
text-decoration: none;
}

#menu a:hover, #menu a:active
{
	border-left: solid 5px #585740; 
	background-color: #423033; 
}



#menu a#current {
	border-left: 5px solid #403F2F;/* old #737253; #3E4230;*/
	color: #ABAB78;
	background-color: #585740;
}

#menu a#current:hover, #menu a#current:active {
	border-left: solid 5px #585740; 
	background-color: #423033; 
}


/* images below menu */

img.anime {
	border: solid 2px #656449;
	margin: 35px 2px 2px 2px	;
}

a img.anime:hover {
	border-color: #585740;
}

span.caption {
	text-align: center;
	display: block;
	
	margin: 3px;
	font-size: 9px;
	line-height: 1.15;
}

span.caption a {
	color:#A3A36A;
}
span.caption2 {
	text-align: center;
	display: block;
	font-size: 11px;
	margin: 3px;

}

span.caption2 .plain {
font-weight: normal;
display: block;
}

#nav p {
	padding: 0 10px;
	color: #868461;
	background-color: inherit;
	font-size: 11px;
}

#nav p a {
		color:#868461;
		background-color: inherit;
}


/* mini list */
ul.mini {
	margin: 0 0 10px 0px;
	font-size: 11px;
}

ul.mini li {
	padding-bottom: 10px;
}

ul.mini li ul {
	margin-bottom: 5px;
}
ul.mini li li {
	margin-left: 15px;	
}

ul.mini strong {
	color: #B7B78A;
	background-color: inherit;
}


/* purple background */

#nav .purple, #nav .block {
	
	margin: 20px auto;
	padding: 15px;
	text-align: center;
}

#nav .purple {
	background: #423033;
	color: #B7B78A;
	border: solid 2px #4C3245;
	width: 75%;

}

.purple a:link, .purple a:visited {
	color: #B7B78A;
	background: inherit;
}
.purple a:hover, .purple a:active {
	color: #ABAB78;
	background: inherit;
}

#nav .purple h3, #nav .purple h4 {
	color:#ABAB78;
	background: #4C3245;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 auto 15px auto;
	padding: 3px;
	font-weight: normal;
}


#nav .purple p.quote, #text .purple p.quote {
	background: url(../images/lquote.gif) top left no-repeat;
	padding: 0 15px;

}

#nav .purple ul.mini {
	margin-bottom: 0;
	line-height: 1.25;
}

#nav .purple .mini li {
	margin-bottom: 10px;
}


#nav .block {
	color: #B7B78A;
	background-color: inherit;
	width: 85%;
	padding: 15px 5px;
	
}

#nav .block p {
	color: #868461;
	font-size: 11px;
	margin-bottom: 0;
}

#nav .block p.quote {
background: url(../images/lquote3.gif) top left no-repeat;
padding: 0 20px;
font-weight: bold;

}

#nav .block a {
	background: none;
	color: #868461;
}
/* end #nav and menu */

/* begin text area 
------------------------------------------------*/

#text, #text2 {
	margin: 15px 15px 15px 205px;
	color: #ABAB78;
	background-color: inherit;
	min-height: 600px;
} 


#text h1, #text2 h1 {
	margin-bottom: 8px;
	clear: right;
}

#text h2 {
	display: block;
	border-bottom: 1px solid #797760;

}

#text h2, #text h3 {
	color: #868461;
	background-color: inherit;
}

#text h3 {
	margin-top: -10px;
	margin-bottom: 25px;
}

#text h4 {
font-weight: normal;
font-size: 12px;

text-align: right;
}

#text .loginsm {
float: right;
text-align: right;
font-weight: bold;
font-size: 11px;
display: block;
width: 100px;
margin: 10px auto 10px auto;
}

#text a .loginsm  {
text-decoration: none;	
color: #B7B78A;
cursor: pointer;
}

#text h5 {
	display: block;

	border-bottom: solid 1px #868461;
}

#text p, #text2 p {
	margin-bottom: 16px;
	/* old #B7B78A;*/
	background-color: inherit;
}

#text p.spacing {
	margin-bottom: 30px;
}

#text a:link, #text a:visited
 {
	color: #B7B78A;
	background: inherit;
}

#text a:hover, #text a:active {
color: #ABAB78;
background: inherit;
}

#text span.vsmall {
	font-size: 10px;
	float: right;
	text-align: right;
	color: #868461;
	background-color: inherit;
}

#text span.vsmall a {
	color: #868461;
	background-color: inherit;
}

#text dl {
	font-size: 12px;
	margin: -10px 0 16px 20px;
}

#text dt {
	margin-top: 15px;
}

#text dl a:link, #text dl a:visited,
#text dt a:link, #text dt a:visited,
#text dd a:link, #text dd a:visited {
	text-decoration: none;
}

#text dt, #text dt a:link, #text dt a:visited, #text a:hover, dt a:active {
	color: #868461;
	background: inherit;
}

#text dl a:hover, #text dl a:active,
#text dt a:hover, #text dt a:active,
#text dd a:hover, #text dd a:active {
	text-decoration: underline;
}

#text dd {
	margin-left: 40px;
	font-size: 11px;
	text-indent: -15px;
}

#text ul.bodycopy2 {
	margin: 0 0 16px 20px;
}


#text ul.bodycopy2 li, #text ul.jacbullet li  {
	padding-bottom: 10px;
}

ul.bodycopy2 li ul, #text ul.jacbullet li ul {
	margin-top: 5px;
}

ul.bodycopy2 li li, #text ul.jacbullet li li {
	margin-left: 30px;	
}

#text ul.bodycopy2 strong {
	color: #B7B78A;
	background-color: inherit;
}

#text ul.jacbullet {
	list-style-type: none;
	list-style-image: url(../images/jacbullet.gif);
	list-style-position:inside;
	margin: 0 0 16px 20px;

}

.instruct {
	margin-bottom: 25px;
	color: #868461;
	background: inherit;
}

#text .instruct a:link, #text .instruct a:visited, #text .instruct a:hover, #text .instruct a:active {
	color: #868461;
	background: inherit;
}

.number {
	width: 20px;
	height: 20px;
	float: left;
	padding: 0 10px 10px 10px;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	margin: 0 10px 0 0;
	/*background:#663;
	color: #C7C7A5;*/
	font-size: 18px;
	text-align: center;
		background: #423033;
	color: #868461;
	border: solid 2px #4C3245;

}



#text .purple {
	width: 60%;
	margin: 20px auto;
	background: #423033;
	color: #B7B78A;
	border: solid 2px #4C3245;
	padding: 10px;
	text-align: center;
}

#text .purple h2 {
	border-bottom: none;
}


#text .purple3 {
	width: auto;
	margin: 20px auto;
	background: #423033;
	color: #B7B78A;
	border: solid 2px #4C3245;
	padding: 10px;
}

#text .purple3 .purple2 {
	background-color:#4C3245;
}

#text .block {
	width: 70%;
	margin: 20px auto;
	padding: 10px;
	text-align: center;	
	
}

#text .block p {
	color: #868461;
	font-size: 11px;
	margin-bottom: 0;
}

#text .block p.quote {
background: url(../images/lquote3.gif) top left no-repeat;
padding: 0 20px;
font-weight: bold;

}

#text .block a {
	background: none;
	color: #868461;
}

#text .logos {
	width: 123px;
	float: right;
	clear: right;
	margin-top: 25px;
}

#text .logos img.imgborder {
	clear: right;
	margin: 0 0 5px 0;
}

/* for auto width and smaller p size */
#text .purple2 {
	width: 75%;
	margin: 20px auto;
	background-color: #585740;
	/*background: #423033;*/
	color: #B7B78A;
	border: solid 2px #403F2F;/*#4C3245;*/
	padding: 10px;
	text-align: center;
}


#text .purple p {
	font-size: 12px;
	margin-bottom: 0;
}

#text .purple2 p {
	font-size: 11px;
	margin-bottom: 2px;
}

#text table#pricing {

	margin: 15px auto;
	font-size: 12px;
	width: auto;
}

#text table#pricing td {
	padding: 5px;
}

#text table#pricing .bold {
	font-weight: bold;
}

#text table#pricing .tdhead {
	font-weight: bold;
	text-transform: uppercase;
	background:#585740;
	text-align: center;
	font-size: 11px;
	height: 30px;
	vertical-align: middle;
}

#text table#pricing .small {
	font-weight: normal;
	text-transform: none;
}


.address {
	margin-left: 75px;
}

.dark {
color: #868461;
background: inherit;
}

/* end text area */


/* begin asid
-------------------------------------------------*/
#asid {
	font-size: 10px;
	line-height: 1;
	margin: 15px 0 0 0;
	padding: 5px;
	text-align: center;
	color: #868461;
	clear: both;
}


/* end asid */


/*contact div 
------------------------------------------------*/
#contact {	
	font-size: 10px;
	line-height: 1;
	border-top: solid 1px #868461;
	border-bottom: solid 1px #868461; /* #4C3245;*/
	margin: 15px 0 0 0;
	padding: 5px;
	text-align: center;
	color: #868461;
	background-color:#423033;
	/*background: #494835;*/
}

#contact a {
	text-decoration: none;
	color: #868461;
	background-color:inherit;
}

/* end contact div */


/* footer div 
------------------------------------------------*/

#footer {
	margin: 10px 0 0 0;
	color: #868461;
	background-color: inherit;
	font-size: 10px;
}

#footer ul#accessible li {
	font-size: 9px;
	display: inline;
	list-style-type: none;
	margin: 0 5px;
}

#footer a {
	text-decoration: none;
	color: #868461;
	background-color:inherit;
}

/* misc
------------------------------------------------*/

.clear {
	clear: both;
}

.small {
	font-size: 10px;
}
.center {
	text-align: center;
}

.upper {
	text-transform: uppercase;
}

.new {
	color: #ABAB78;
	background-color: inherit;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.medium {
	font-size: 12px;
}

.none {
	display: none;
}

img.floatleft {
	float: left;
	margin-right: 10px;	

}

img.floatright, div.floatright {
	float: right;
	margin-left: 10px;
	clear: right;
}

.imgborder, #servicemagic {
	border-top: solid 1px #C7C7A5;
	border-left: solid 1px #C7C7A5;
	border-right: solid 2px #C7C7A5;
	border-bottom: solid 2px #C7C7A5;
}

#servicemagic {
	width: 120px;
	height: 82px;
	margin-bottom: 5px;
}
.indent {
	margin-left: 50px;
}

.spacingtop {
	margin-top: 35px;
}

.error {
	color: #fff;
	text-transform: uppercase;
}