/* ------------------ */

/* PAGE LAYOUT STYLES */

/* ------------------ */

/* CONTAINERS */

.wrapper {
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.wrapper2 {
	margin: 0px auto;
	width: 1191px;
	height: auto;
}

#content_container {
	margin: 0px auto;
	width: 1191px;
	height: auto;
	float: left;
}

/* GLOBAL CLASSES */

.fields_short {
	color: #998b7c;
	width: 200px;
	margin: -5px 0px 0px 10px;
	padding: 4px;
	background-color: transparent;
	border-style: solid;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px transparent;
	border-bottom: thin solid #ada094;
	float: left;
}

.fields_wide {
	width: 445px;
	border: 1px solid #ada093;
	margin-left: 0px;
	margin-top: 5px;
}

.fields_textarea {
	color: #998b7c;
	width: 200px;
	margin: -5px 0px 0px 10px;
	padding: 4px;
	background-color: transparent;
	border-style: none;
	line-height: 1.7;
	float: left;
	overflow: auto;
}

/* ---------------- */

/* PORTFOLIO STYLES */

/* ---------------- */

.input_titles {
	color: #515151;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
	width: 120px;
	text-align: right;
}

.input_titles2 {
	color: #515151;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
	width: 120px;
	text-align: right;
}

.input_titles_wide {
	color: #515151;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
	width: 100%;
	text-align: left;
}

.input_fields {
	color: #a19488;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}

/* -------------------- */

/* ACCOUNT SETUP STYLES */

/* -------------------- */

#error {
	padding: 0px 0px 0px 270px;
	margin: 40px 0px 0px 0px;
	color: #f00;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
	width: auto;
}

.radio_buttons {
	margin: 0px 0px 0px 10px;
	width: auto;
	float: left;
	color: #515151;
}

.submit_button {
	color: #515151;
	text-transform: uppercase;
	font-size: 18px;
	float: right;
	background-color: transparent;
	border: none;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;	
}

/* -------------- */

/* CONTACT STYLES */

/* -------------- */

#contact {
	padding: 0px;
	float: left;
}

#contact .returning_users {
	margin: 40px 0px 30px 0px;
	width: auto;
	color: #a19488;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}

#contact .left_column {
	width: 500px;
	height: auto;
	float: left;		
}

#contact .left_column #interested-in {
	margin: 20px 0px 20px 0px;
	width: 260px;
	height: 28px;
	float: right;
	color: #c0c0c0;
	display: inline-block;
	position: relative;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#contact .left_column #about-you {
	margin: 20px 0px 20px 0px;
	width: 218px;
	height: 28px;
	float: right;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c0c0c0;		
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}

#categories ul li div.radio_buttons input {
	display: inline-block;
	position: relative;
	top: -5px;
}

#contact .left_column #categories {
	width: 600px;
	float: right;
}

#contact .left_column #categories ul {
	
}

#contact .left_column #categories li {
	float: right;
}

#contact .left_column #categories li .title {
	width: 300px;
	color: #515151;
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	text-align: right;
}

#contact .left_column #categories li .radio_buttons {
	margin: 3px 0px 0px 5px;
}

#contact .left_column #form ul {
	width: 600px;
	float: right;
}

#contact .left_column #form li {
	padding: 0px 0px 14px 0px;
	float: right;
}

#contact .left_column #form .input_titles_small {
	width: 250px;
	color: #515151;
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	text-align: right;
}

#contact .left_column #form .input_fields {
	width: 220px;
}

#contact .left_column #form .radio_buttons {
	width: 150px;
	float: left;
}

#contact .left_column #submit_button {
	float: right;
}

div.right_column {
	display: inline-block;
	position: absolute;
	left: 550px;
	width: 300px;
	top: 147px;
}

#right_column img{
	padding: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 15px #818181;	
	background-color: white;
	-moz-border-radius: 10px;	
	-moz-box-shadow: 3px 3px 15px #818181;	
	-webkit-border-radius: 10px;		
	-webkit-box-shadow: 3px 3px 15px #818181;
/*	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);	*/

	zoom:1; /* This enables hasLayout, which is required for older IE browsers */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#818181', Direction=135, Strength=3);
}

#contact #mail {
	width:  300px;
	height: auto;
}