/*General CSS*/

html { 
min-width: 742px;
}

BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
	margin: 0px 0px 0px 20px;
	padding: 0;
	text-align: center;
}

P {
	color: #4F4C40;
	margin-top: 0;
	font-size: 12px;
}

.header {
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}
.experience {
	overflow: auto;	
	height: 75px;	
	scrollbar-base-color:#B7AB8B;
	scrollbar-shadow-color:#D3CBB6;
	scrollbar-face-color:#B7AB8B;
	scrollbar-highlight-color:#D3CBB6;
	scrollbar-dark-shadow-color:#D3CBB6;
	scrollbar-3d-light-color:#B7AB8B;
	scrollbar-arrow-color:#D3CBB6;
}
.news {
	overflow: auto;	
	height: 300px;	
	scrollbar-base-color:#ADADAD;
	scrollbar-shadow-color:#EEEEEE;
	scrollbar-face-color:#ADADAD;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-dark-shadow-color:#EEEEEE;
	scrollbar-3d-light-color:#ADADAD;
	scrollbar-arrow-color:#EEEEEE;
}
/*Font formating*/
.highLight {
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

.caveat {
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 80%;
	font-weight: normal;
}
.formHeader {
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 100%;
}

.modelName {
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}

.modelStats1 {
	background-color: #B7AB8B;
	font-size: 11px;
	color: #4F4C40;
}
.modelStats2 {
	background-color: #D3CBB6;
	margin-top: 0px 0px 0px 0px;
	font-size: 11px;
	color: #4F4C40;
}

/*Form Elements*/

input
{
color: #260F2D;
}
.dropdownlist {
	color: #260F2D;
}

/*Details Form Elements*/
.inputs {width: 160px;}
.selects {width: 160px;}
.selectdayOfBirth { width: 45px; }
.selectmonthOfBirth { width: 45px; }
.selectyearOfBirth { width: 54px; }
.selectshoeCategory { width: 98px;}
.selectshoeSize { width: 58px;}
.atachments {WIDTH: 246px; HEIGHT: 19px;}

/*Headings*/
H1 {
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 140%;
}
H2 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: #4F4C40;
}
H3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #4F4C40;
}
H4 {
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
}
H5 {
	color: #4F4C40;
	margin: 0 0 5px 0;
	padding: 0;
}
H6 {
	color: #4F4C40;
	padding: 0;
	font-size: 70%;
	font-weight: normal;
}

/*Links*/
A {
	color: #4F4C40;
	text-decoration: none;
}

A:hover {
	color: #F8E392;
}


/*Lists: Icon lists*/
UL.icon_list {
	margin: 5px 0px 20px 0px;
}
UL.icon_list li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	height: 16px; /*Must set height, icons hidden in IE otherwise*/
	background-repeat: no-repeat;
	text-indent: 20px;
	width: 110%; /*Because of the indent of lists a 100% width causes some long titles to wrap, obscuring the next list item (Not in IE)*/
}

UL li.i_highLight{
	background-image: url(../images/bullet_hilite.gif);
	width: 90%;
	color: #4F4C40;
	margin-top: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
/*Bold, Italic, Underline*/
.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

/*General site structure*/
#wrapper{

	}
#logo {			width: 956px;
	}
#navbar {
			width: 956px;
			height: 26px;
			background-color: #B7AB8B;
			text-align: left;
				}
#mainContent {
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
					text-align: left;
		}
#mainContentSearch{
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
					text-align: left;					
										
		}
#mainContentSearchWomen {
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
		}
#mainContentSearchMen {
					background-image: url(../images/bg_gradient_contact.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
		}
#mainContentSearchKids {
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
		}
#mainContentJoin {
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
					text-align: left;
		}
#mainContentAbout {
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
					text-align: left;
		}
#mainContentContact {
					background-image: url(../images/bg_gradient.jpg);
					background-repeat: no-repeat;
					padding: 15px 20px 0 20px;
					width: 916px;
					height: 424px;
					text-align: left;
		}
		
		
#toolPanels {
		background-color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
	}			
#footer {
					font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
					font-size: 80%;
					width: 956px;
					background-color: #B7AB8B;
					vertical-align: middle;
					color: #fff;
					text-align: left;
				
				}
				
				#footer a {
					color: #fff;
				}
				#footer a:hover {
					color: #F35662;
				}

				
				IMG.quote_img {
					margin: 0px 0 0 10px;
					position: relative;
					top: 5px;
				}
		
/*Search*/
	.modelThumbnail {
	background-color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4C40;
		}
	
	#browseBar {
		background-color: #D3CBB6;
		background-image: url(../images/search/searchTools_bg.gif);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #4F4C40;
	}

.posInfo {
	display: none; 
	width: 200px; 
	background: #fff; 
	color:#4F4C40; 
	border: 1px solid #928970; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; padding:5px; 
	font-weight: bold; 
	text-align: center; 
	margin-top: 15px;}