@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
}

#wrapper {
	width:650px;
	height:auto;
	position:relative;
	margin:0pt auto;
	padding:0;
}

#header_nav {
	width:344px;
	height:23px;
	position:absolute;
	font-size:1.1em;
	display:inline;
	left: 330px;
	top: 100px;
}

#content {
	width:600px;
	height:235px;
	position:absolute;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#333333;
	padding:15px 0 15px 10px;
	left: 25px;
	top: 129px;
}

#content_gallery {
	width:610px;
	height:465px;
	position:absolute;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#333333;
	left: 25px;
	top: 129px;
}

#content_womens {
	width:610px;
	height:550px;
	position:absolute;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#333333;
	left: 25px;
	top: 129px;
}

#new {
	width:164px;
	height:19px;
	position:absolute;
	font-size:0.8em;
	left: 35px;
	top: 403px;
}

#footer {
	width:143px;
	height:20px;
	position:absolute;
	font-size:0.8em;
	left: 502px;
	top: 404px;
}

#footer_gallery {
	width:137px;
	height:20px;
	position:absolute;
	font-size:0.8em;
	left: 477px;
	top: 477px;
}

#footer_womens {
	width:137px;
	height:20px;
	position:absolute;
	font-size:0.8em;
	left: 480px;
	top: 557px;
}

#about {
	width:435px;
	height:auto;
	float:left;
}

#wrapper a {
	text-decoration:none;
	color:#000000;
}

#wrapper a:hover {
	color:#999999;
}

#header_nav a {
	padding-right:10px;
}

#content h1, h2 {
	font-size:1em;
	margin:0;
	color: #000000;
	line-height:1em;
}

#content p {
	font-size:0.9em;
	line-height:1em;
	color: #1C1D4C;
	padding-right:9px;
	text-align:justify;
}

img.logo {
	margin-top:80px;
	margin-left:35px;
}

img.tshirtlogo {
	float:right;
	padding-top:30px;
}

span.about {
	float:left;
}

#new a {
	color:#CC0000;
	font-weight:bold;
}

#new a:hover {
	color:#999999;
}


/* example_6 css */  
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 600px; /* important */
	height: 460px; /* important */
	margin: 0;
	background: #fff;
}  
  
#example_6_content {
	position: absolute;
	top: 0;
}  
  
#example_6_content  
#example_6_content li {  
    list-style: none;  
    margint:0;  
    padding:0;  
}  
    #example_6_content {  
        width: 13440px;  
    }  
    #container_bd #example_6 ul li {  
        display: block;  
        float: left;  
        margin: 0;  
        padding: 0;  
        border: none;  
        background-color: #fff;  
    }  
  
#container_bd #example_6 ul li img {  
    display: block;  
}  
  
#example_6_frame {
	position: relative;
	margin: 380px 5px 0 5px;
}  
#container_bd #example_6_frame ul li {  
    margin: 0 2px;  
}  
#container_bd #example_6_frame ul li img{  
    border: 1px solid #9cf;  
    padding: 2px;  
}  
    #container_bd #example_6_frame ul li img:hover {
	border: 1px solid #369;
}  
container_bd {
	padding-left:25px;
}     

/* example_7 css */  
#example_7 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 600px; /* important */
	height: auto; /* important */
	margin: 0;
	background: #fff;
}  
  
#example_7_content {
	position: absolute;
	top: 7px;
	left: 0px;
}  
  
#example_7_content  
#example_7_content li {  
    list-style: none;  
    margint:0;  
    padding:0;  
} 

    #example_7_content {
	width: 20825px;
    }  
    #container_bd #example_7 ul li {  
        display: block;  
        float: left;  
        margin: 0;  
		padding:0;  
        border: none;  
        background-color: #fff;  
    }  
  
#container_bd #example_7 ul li img {  
    display: block;  
}  
  
#example_7_frame {
	position: relative;
	margin: 485px 5px 0 5px;
}  

#example_7_frame ul {
	padding-left:144px;
}  

#container_bd #example_7_frame ul li {  
    margin: 0 2px;  
}  
#container_bd #example_7_frame ul li img{  
    border: 1px solid #9cf;  
    padding: 2px;  
}  
    #container_bd #example_7_frame ul li img:hover {
	border: 1px solid #369;
}  
container_bd {
	padding-left:50px;
}     
