/*
Company:	CIAO Marco
File:		main.css - This contains all the main styles for the website.


All the styles are separted into the following groups:
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

p,table,li,h1,h2,h3{
	font-family: georgia, times, "times new roman", serif;
	color: #898989;
}

p, h1, h2, h3, table, li, hr{margin-left: 10pt;}

li{font-size: 75%;}

p,th,td{font-size: 85%;}

h1,h2,h3,hr{color: #663399;}

a:link {
         border: 0;
         text-decoration: none;
}
a:visited {
            border: 0;
            text-decoration: none;
}
a:active {
           border: 0;
           text-decoration: none;
}
a:hover {
          border: 0;
          text-decoration: none;
}

a:link img{
         border: 0;
         text-decoration: none;
}
a:visited img{
            border: 0;
            text-decoration: none;
}
a:active img{
           border: 0;
           text-decoration: none;
}
a:hover img{
          border: 0;
          text-decoration: none;
}


/* navagation style */

.indentmenu{
font: font-family: georgia, times, "times new roman", serif;
font-weight: bold;
font-size: 90%;
width: 100%; /*leave this value as is in most cases*/
background: url(images/blanknav2.jpg) center center repeat-x;
}

.indentmenu ul{
margin: 0 0 0 165px;
padding: 0;
float: left;
width: 686px; /*width of menu minus margin left 851-165 in order to center nav*/
border: none;
background: black url(images/blanknav2.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #ffffff;
/*color: #999933; text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 2px solid #999933; /*gold divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ffffff;
/*color: #999933; text color*/
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #999999 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/blanknav2.jpg) center center repeat-x;
}

/* end navagation style */


body{
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
        background-color: #001956;
	/* background: url(images/background.jpg) repeat; */
}

.home {
        background-color: #ffffff;
}

.contact{
	text-align: center;
}

table.center{
        margin-left:auto;
        margin-right:auto;
}

.centeredImage{
        text-align:center;
        margin-top:0px;
        margin-bottom:0px;
        padding:0px;
}

#banner{
	height: 135px;
	width: 851px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-bottom: 1px solid #333;
	text-align: center;
}


#container{
	width: 851px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}


#sidebar{
	clear: left;
        float: left;
	background-color: #7f7ef5;
	width: 185px;
	height: 600px;
}

#sidebar h3 {
        color: #ffffff;
        /*color: #999933; text color*/
	margin-left: 10px;
}
#sidebar p {
        color: #ffffff;
        /*color: #999933; text color*/
        margin-top: 20px;
	margin-left: 20px;
}



#content{
	width: 835px;
	border: 1px solid #898989;
	padding-top: 1em;
	margin: 5px auto 5px auto;
}

#content .p{
	margin-top: 0;
	margin-left: 20px;
}

#collectionimg{
	padding:10px;
}

.thumbs{
      vertical-align:top;
}

#collectionmain{
	margin:20px;
	border: 3px solid #001956;
}

td.position{
	padding:20px;
	vertical-align:center;
	font-size:1em;
	
}


.collection_sm{
        float: left;
	width: 130px;
        height: 150px;
}

.collection_sm img{
	margin: 5px 10px 0px 10px;
}
.collection_sm_sale{
        float: left;
	width: 130px;
        height: 175px;
}

.collection_sm_sale img{
	margin: 5px 10px 0px 10px;
}
.collection_sm_sale p{
        text-align: center;
        margin: 0px;	
}
.collection_tall img{
	margin: 5px 0px 0px 0px;
}
.collection_large{
        float: left;
	width: 400px;
        height: 530px;
}

.pants_collection_large{
        margin-left:23%;
}

.pants_thumb_spacing{
        margin-left:22%;
}

.collection_large img{
	margin: 10px 10px 0 10px;
}
.collection_desc{
        float: left;
	width: 200px;
        height: 150px;
}
.collection_desc h2{
	margin: 5px 10px 0px 10px;
}
.collection_desc p{
	margin: 5px 10px 0px 10px;
}
.collection_sm p{
	margin: 0px;
        text-align: center;
}
.collection_text{
        float: left;
	width: 666px;
        margin: 10px 0px 0px 0px;
}
.collection_text p{
        margin: 0px 20px 0px 20px;
}

.press_box{
        float: left;
	width: 230px;
        height: 315px;
        margin: 5px 0px 0px 30px;
}

.press_box img{

}

#footer{
	clear: both;
	width: 851px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3e3ece;
}

#footer p {
	margin: 5px 5px 5px 0; 
	font-size: 60%;
	color: #ffffff;
	text-align: right;
}

#footer a {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 70%;
	color: #ffffff;
}

#footer li {
	margin-left: 5px;
	list-style: none;
	display: inline;
}

