/* Reset Bad CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;margin:0;padding:0;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* General Body Style and Font */
body {
	background-image: url('http://www.funkshionclothing.com/newsletter/background_logo.gif');
        background-repeat:repeat-xy; 
        background-attachment:fixed;
        background-color: #3e2e5b;
	margin: 0 0 0 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #827693;
}

/* Link Styles */

a, a:link, a:visited {
		color: #62537e;
		text-decoration: underline;
		}
	
	a:hover {
		color: #83739e;
		text-decoration: underline;
                }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #827693;
        margin: 5px 0 5px 0;
}

/* Header Styles */

h1 {
	font-size: 130%;
}

/* Main Layout Styles */

#layout {
	width: 900px;
	background-color: #dcd1ea;
	border: 2px #27693 solid;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 150px;
	border: 2px #27693 solid;
	background-image: url('http://www.funkshionclothing.com/webstore_cularis/images/header900x150.jpg');
    background-repeat: no-repeat;
    clear: both;
    position: relative;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: none;
	text-transform: uppercase;
}

.message {
	background-color: #dcd1ea;
	width: 780px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-family: verdana;
        font-size: 10px;
	color: #FF0000;
	}

#logo {
	position: absolute;
	z-index: 200;
	margin: -45px 0 0 -45px;
}

#content {
	clear: both;
}

	#content ul, #content ol {
		margin: 5px 5px 5px 40px;
	}

#subheader {
	width: 900px;
	height: 30px;
	clear: both;
	background: #a193b4;
    align: right;
}

#banner {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 10px;
}

#sidebar {
	width: 225px;
	position: relative;
	float: right;
	padding: 7px 0 0 0;
	text-align: left;
	margin: -8px 0 0 0;
	font-size: 0.9em;
}

	.bararea {
		padding: 10px;
		margin: 10px 0 10px 0;
	}
	
	.bararea ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.bararea li {
		padding: 0;
		margin: 0;
	}

#footer {
	width: 900px;
	height: 30px;
	background: #3b3040;
	clear: both;
	
}

#closer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	font-size: 70%;
	text-align: left;
	clear: both;
	color: #fff;
}

/* Page */
#page {
	width: 620px;
	*width: 610px;
	position: relative;
	float: left;
	padding: 20px;
	margin: 10px 0 0 0;
	text-align: left;
}

/* Pages */
#pages {
	width: 100%;
	clear: both;
	text-align: left;
	margin: 5px 0 5px 0;
}

#pages ul {
	list-style: none;
		float: left;
		margin: 0;
		padding: 0;
}

.pages {
		list-style: none;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		clear: both;
	}
	
	.pages li {
		float: left;
		display: block;
		padding: 4px;
		margin: 0 2px;
		border: 1px #F0F0EE solid;
	}
	

	
/* Forms and Form Elements */

form {
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	width: 100%;
	padding-top: 6px;
	margin: 5px 0 5px 0;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: bold;
}

optgroup {
	font-size: 1.0em;
	background: #F0F0EE;
	border-top: 1px #333333 solid;
	margin-bottom: 10px;
}

fieldset {
	width: auto;
	padding: 2px 0 4px 10px;
	margin: 4px 0 4px 0;
	border: 0;
	border-bottom: 1px #efefef solid;

}

textarea {
	width: 370px;
	height: 160px;
	padding: 6px;
	font-size: 1.4em;
	border: 0;
	border: 1px #999999 solid;
}

input {
	padding: 2px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
	background: #FFFFFF;
}

select {
	padding: 3px 8px 3px 3px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
}


.instruction {
	font-size: 0.9em;
	width: auto;
	padding: 0;
}

button {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.action {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid red;
    border-top:1px solid red;
    border-left:1px solid red;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.button {
    margin:3px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:6px 8px 4px 5px; /* Links */
}