@charset "UTF-8";
/*all pages*/
* {	
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
}
#container {
	background-image: url(imgs/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 625px;
	width: 903px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #999999;
	padding: 0px;
}

a:link {
	color: #CC0066;
	text-decoration: none;
	}
a:visited {
	color: #CC0066;
	text-decoration: none;
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
}
#logo {
	float: left;
	height: 57px;
	width: 100%;
}
#nav {
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 250px;
	color:#CC0066;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #009966;
	font-style: oblique;
	font-weight: bold;
}
 li {
	list-style-type: none;
	border: solid 1px #cbcbcb;
 }
 
img{border:none;}

ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display: block;
	margin-right:10px;
}

p {
	font-size: small;
}


/*end all pages*/
/*index page*/
#centerbox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #000000;
	text-align:center;
}
#centerbox {
	height: auto;
	width: 233px;
	margin-top: 275px;
	margin-right: auto;
	margin-left: auto;
}

#landing {
	width: 500px;
	text-align:center;
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#txt {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}
/*end index page*/

/*NOT IN USE

#nav p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-variant: small-caps;
	font-size: 12px;
	width: 100px;
	height: 100px;
}

#nav p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0066;
	font-variant: small-caps;
	font-size: 12px;
	width: 100px;
	height: 100px;
}

.lady {
	position: absolute;
	float: left;
	left: 318px;
	top: 270px;
}
*/
/*landing*/
#fellow {
	position: relative;
	float: left;
	width: 117px;
}

#lady {
	position: relative;
	float: left;
	width: 110px;
	margin-left: 50px;
	margin-top: 13px;
}


#content {
	width: 100%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*end landing*/

#general_content{
	clear: both;
	height: 300px;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}

#left{
	position: relative;
	float: left;
	width: 500px;
	height: 375px;
	clear: right;
}

/*container for clothing thumbs*/
#thumbs {
	float: left;
	width: 300px;
	clear: right;
}
/*container for clothing thumbs*/

/*container for gallery thumbs*/
#gallerythumbs {
	float: right;
	width: 350px;
	clear: right;
	margin-right: 10px;
	margin-top: -40px;
	margin-left: 10px;
}
/*container for gallery thumbs*/


#sm_mens_icon {
	width:38px;
	height:84px;
	float: left;
	position: relative;
	clear: right;
	margin-top: 280px;
}

#fellowfront {
	position: absolute;
	float: left;
	left: 108px;
	top: 238px;
}

#fellowback {
	position: absolute;
	float: left;
	left: 258px;
	top: 238px;
}
/*border for gallery imgs*/
.thumbs {
	border: 1px solid #999999;
}

/*cart pages*/
#detail {
	width: 498px;
	height: 370px;
}
#leftdetail{
	position: relative;
	float: left;
	width: 375px;
	height: 375px;
	clear: right;
}
#detailthumbs ul{
	width: 350px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}

#thumbbox {
 	width: 40px;
	height: 40px;
	margin: 2px;
}

#cart {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

#preview{
	position:absolute;
	border:1px solid #cbcbcb;
	display:none;
	color:#666666;
	}
#description {
	float: left;
	width: 300px;
	margin-top: 5px;
}

/*cart pages*/

#news_detail {
	width: 490px;
	margin: 0px;
	padding: 0px;
	height: 375px;
	overflow: auto;
}
#news_detail p{
	padding-right:120px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: justify;
}
#news_thumbs {
	float: right;
	width: 345px;
	clear: right;
	margin-right: 10px;
	margin-top: -40px;
	margin-left: 10px;
	overflow: scroll;
}
#news_left{
	position: relative;
	float: left;
	width: 500px;
	height: 375px;
	margin-top: -20px;
	clear: right;
}

/*#img1 {
	height: 375px;
	width:375px;
	float: left;
}*/
