@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:16px;
	background:url(images/header.png) repeat-x #FFF;
	}

	#wrap {
		width:100%;
		}
		#outterwrap {	
			margin:0 auto;
			background:url(images/outter_drop.jpg) no-repeat center top;
			height:850px;
			}
		#innerwrap {
			width:912px;
			margin:0 auto;
			}
		
	#header {
		background:none;
		width:912px;
		margin:0 auto;
		height:80px;
		}
		
		#header div.nav {
			float:right;
			margin:0;
			padding:0;
			}
		#header div.nav ul {
			list-style:none;
			margin:0;
			padding:0;
			}
		#header div.nav li {
			display:inline;
			padding-right:12px;
			}
		#header a, #header a:visited {
			color:#000;
			text-decoration:none;
			}
		#header a:hover {
			text-decoration:none;
			color:#4C879F;
			}
		#header img.logo {
			margin:0;
			padding:12px 0 0 8px;
			border:none;			
			}
		#price {
			display:none;
			float:right;
			width:80px;
			height:80px;
			-moz-border-radius:14px;
			background:#4c879f;
			border:1px solid #3dcfff;
			margin:32px 65px 0 0;
			}
			#price p {
				padding:12px 0 0 20px;
				color:#FFFFFF;
				font-size:18px;
				}
			

	#container, #subcontainer {
		padding:15px;
		height:510px;
		border:1px solid #4c879f;
		background:#fff;
		
		}
		h2 {
			background-color:#4c879f;
			color:#FFF;
			padding:8px 5px;
			margin:75px 0 1px 0;
			*margin:35px 0 1px 0;
			font-size:14px;
			}
		h2.product_title {
			text-align:right;
			}
		h3 {
			color:#4c879f;
			}
		div.high_left {
			width:100px;
			float:left;
			height:500px;
			}
		div#snippet {
			width:300px;
			float:right;
			margin:45px 85px 0 0;
			}
			div#snippet form {
				width:100%;
				margin-top:25px;
				}
			div#snippet form select {
				width:200px;
				margin-bottom:10px;
				}
			div#shirts {
				background-image:url(images/trend_white_m.png);
				background-repeat:no-repeat;
				width:300px;
				padding-top:300px;
				margin-top:45px;
				margin-left:100px;
				text-align:center;
				}
			div.left {
				padding:15px 0 0 75px;
				}
			
	
	#footer {
		width:700px;
		margin:-12px auto 0 auto;
		font-size:9px;
		border:solid 1px #4c879f;
		padding:5px 12px 5px 0;
		text-align:right;
		-moz-border-radius:14px;
		background-color:#33ccff;
		color:#FFF;
		}
		#footer div.nav {
			float:right;
			margin-left:12px;
			}
		#footer div.nav ul {
			list-style:none;
			margin:0;
			padding:0;
			}
		#footer div.nav li {
			display:inline;
			padding-right:12px;
			}
		#footer a, #footer a:visited {
			color:#FFF;
			text-decoration:none;
			}
		#footer a:hover {
			text-decoration:none;
			color:#000;
			}

img {
	border:none;
	}
			
	img.right {
		float:right;
		padding-left:5px;
		}
	img.left {
		float:left;
		padding-right:5px;
		}
	img.center {
		display: block;
		margin:0 auto;
		}

a, a:visited { 
	text-decoration:none;
	color:#0033FF;
	outline:0px !important; 
	}
a:hover {
	text-decoration:underline;
	}