/*.........CSS Style..............*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/Background2.jpg) repeat;
	color: #6F5129;

	font:normal small Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 h2  {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 1.7em;
}



p, blockquote, ul, ol{
	margin-bottom: 1.5em;
	
}

.group{
	margin-right: 52px;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 8em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #662C14;
}

a:hover {
	text-decoration: none;
}






/* ..................Wrapper....................*/

#wrapper {

	padding: 0px 0px 0px 0px;
	
}

/* ..................Header.................... */

#header {
	width: 841px;
	height: 321px;
	margin: 0 auto;
	background: url(../images/headerGood.png) no-repeat;
}


/* .......Serch ans sign in email in Header.......... */
#search {
	float: right;
	width: 300px;
	padding: 140px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	
	border: none;
}



/* Content */

#content {
	width: 841px;
background: #000000 url(../images/backgContent.jpg) top left repeat-y;

	margin: 0 auto;
	padding-bottom:20px;
	
}
/* .........................navigation top.................... */
#navTop{
	width: 700px;
	padding: 232px 0 0 172px;
}





/* ........Content of the right side call Blog ..............*/

#blog {
	float: right;
	width: 600px;
	padding: -200px 20px 15px 16px;
}


/* ...................Left side of page........................ */

#sidebar {
	float: left;
	width: 150px;
	padding: 5px 5px 0px 20px;
	
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	/*line-height: 1.4em;*/
}

#sidebar li li {
	margin: 0;
	padding-left: 8px;
	
	
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #6f5129;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



/*...................clothing images...............................*/
.Shirt1 {
	
	height: 138px;
	width: 138px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.priceBox {
	height: 30px;
	width: 138px;
	background-color: #2d2a29;
}
.price {
	color: #53b0df;
	float: left;
	padding-left: 10px;
	padding-top: 4px;
}
.Item {
	color: #53b0df;
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}
#clothing {
	background-color: #000000;
	height: 150px;
	width: 138px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	
}


#clothing2 {
	background-color: #000000;
	height: 150px;
	width: 138px;
	margin-right: 10px;
	
	float: left;
	margin-top: 50px;
	margin-left: 40px;
margin-bottom: 10px;
	
}

/*.................Contact Form.......................*/

.cssform p{
width: 542px;
clear: left;
margin: 0;
padding: 5px 0px 0px 10px;
padding-left: 9px; 
color:#b40051;   /*changes the color off text form*/
height: 1%;
}


.cssform label{
font-weight: bold;
float: left;
margin-left: 0px; /*width of left column*/
width: 542px; 
}

.cssform input[type="text"]{ 

width: 250px;
}

.cssform textarea{
width: 300px;
height: 150px;
}

/*.................more Images......................*/
.TeamGuy {
	float: left;
	height: 212px;
	width: 176px;
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 9.40px;
}

.TeamP {
	margin: 10px;
}


* html .threepxfix{
margin-left: 3px;
}



/*.....................Buy Clothing...................*/

#LookClothing{
	float:left;
	width:278px;
	margin-top: 10px;
}

#LookClothingInfo{
	float:right;
	width:280px;
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 0px;
}


/*...................footer...............................*/




#footer {
	width: 841px;
	margin:  auto;
	padding: 30px 0 29px 0 ;
	background:  url(../images/f.jpg) no-repeat left top;
}
