/* assistance */

/* subheader */
.subheader {
	padding: 45px 0 30px 0;
	position: relative;
	height: 26px;
	clear: both;
}
.subheader h2 {
	float: left;
	font-size: 26px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 26px;
	overflow: hidden;
	font-weight: normal;
	line-height: 26px;
    font-family: 'Arsenal';
}
.subheader .ca-holder {
	float: right;
	text-align: right;
	color: #000;
	font-size: 11px;
	height: 26px;
	vertical-align: middle;
	overflow: hidden;
	line-height: 2.5em;
	letter-spacing: 0;
}
.subline {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
	margin:0 0 47px;
}

/* left column */
.leftcolumn {
	width: 210px;
	float: left;
	margin: 0;
	color: #000;
}
.leftcolumn h3 {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 1px;
}
.leftcolumn a {
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	line-height: 15px;
}
.leftcolumn a:hover {
	color: #888;
}
.leftcolumn a .select {
	text-decoration:underline;
}

/* right column */
.rightcolumn {
	float: right;
	width: 285px;
	padding-left: 40px;
    font-family: 'Arsenal';
}
.rightcolumn .boxcontent {
	width: 285px;
	height: 260px;
	margin-bottom: 40px;
	clear: both;
	border: 1px solid #e3e3e3;
	background: url("../images/sign_up_bg.jpg") transparent repeat 0 0;
}
.rightcolumn .boxcontent p {
	font-size: 12px;
	color: #333436;
	letter-spacing: 0;
	line-height: 18px;
	text-align: center;
}
.rightcolumn .boxcontent p img {
	margin-top:25px;
}
.rightcolumn .boxcontent h3 {
	font-size: 20px;
	letter-spacing: 4px;
	text-align: center;
	color: #000;
	margin: 30px auto 0 auto;
	font-weight: normal;
	text-transform: uppercase;
}
.rightcolumn .boxcontent a {
	text-decoration:underline;
	font-size: 12px;
	color: #333436;
	letter-spacing: 0;
	line-height: 18px;
	text-align: center;
	margin:0 auto;
	display:block;
}
.rightcolumn .boxcontent hr {
	width: 75px;
	border-top-color: black;
	margin: 20px auto;
}

/* content */
.content {
	float: left;
	width: 560px;
	font-size:12px;
}
.content h2 {
    font-family: 'Arsenal';
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	line-height: normal;
	font-size: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.content p {
	font-size:12px;
	color:#333436;
	margin-bottom:15px;
}
.content .questions {
	width:540px;
	font-size:11px;
	color:#222;
	cursor:pointer;
	padding-left:20px;
	position:relative;
	margin-bottom:14px;
}
.content .questions .answer {
	width:540px;
	font-size:11px;
	color:#222;
	cursor:pointer;
	padding-top:15px;
	display:none;
}
.content .questions .plus, .content .questions .minus {
	line-height:15px;
	font-size:1.1em;
	left:0;
	top:0;
	position:absolute;
}
.content .questions .minus {
	display:none;
}
.content a {
	color:#000;
	text-decoration:underline;
}
.content table {
	border-collapse: collapse;
	border-spacing: 0;
}
.content input {
	border:1px solid #000;
	float:left;
	margin-right:20px;
	display:block;
	width: 258px;
	padding: 0px 5px;
	margin-bottom: 20px;
	height: 28px;
	line-height: 28px;
	background:url(../images/lookbook_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.content textarea {
	width: 548px;
	min-width:548px;
	max-width:548px;
	height: 130px;
	min-height:130px;
	max-height:130px;
	padding: 0 5px;
	margin-bottom: 10px;
	font-size:13px;
	resize: none;
	border:1px solid #000;
	line-height: 28px;
	background:url(../images/lookbook_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}
.content button {
	float: right;
    background: -moz-linear-gradient(center top , #464646, #414141);
	background-image: -webkit-linear-gradient(top,#464646,#414141);
    width: 200px;
    height: 30px;
    color: #FFF;
    border: 0px none;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 1px;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: -3px;
    padding: 0px 0px 1px;
	font-family:Arial, Helvetica, sans-serif;
}