@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
Site:  storeaikidosouthflorida.com     
CSS author: Alex Duarte
Created: 12/1/11
Updated: Date here
----------------------------------- */

/* -----------------------------------
Site Colors:

background-color: #6a2225;
dark brown: #583b1c
Font color: #604027
----------------------------------- */


/* -----------------------------------
1> Simple reset
----------------------------------- */

html, body, ul, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}
button
{
	width: auto;
	overflow: visible;
}

table
{
	
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

img {
	border: none;
}

/* -----------------------------------
 Layout
----------------------------------- */

body {	margin: 0;
		padding: 0;
		background-color: #6a2225;
		color: #604027;
		font: .85em Verdana, Arial, Helvetica, sans-serif;
		}

#outerWrapper {
	width: 1400px;
	margin: 0;
	padding: 0;
	border: 1px solid #6a2225;
}

#mainNavContainer {
	width: 230px;
	min-height: 600px;
	background: url(images/nav.gif) 0 0 no-repeat;
	text-align: right;
	float: left;
}

#mainBodyContainer {
	width: 650px;
	float: left;
	position: relative;
	background: url(images/mainContainer_bg.png) 0 0 repeat-y;
}

#bodyContainer {
	background: url(images/center.gif) 0 0 repeat-y;
	width: 530px;
	min-height: 1200px;
	margin-left: 50px;
	padding: 10px;
	float: left;
}

#headerWrapper {
		width: 540px;
		height: 200px;
		margin: 0px auto;
}

#headerWrapper2 {
		width: 540px;
		height: 360px;
		margin: 0px auto;
}

#headerWrapper3 {
		width: 540px;
		height: 250px;
		margin: 0px auto;
}

#rightLogoWrapper {
	width: 350px;
	height: 670px;
	background: url(images/right-outer.png) 0 0 no-repeat;
	float: left;
	
}

#bonsai { 
	width: 420px;
	height: 248px;
	margin: 20px auto;
}

#footer {
	background-color: #4c2f11;
	color: #fff;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	clear: both;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;
}

.clearFloat {
	clear:both;
}

/* -----------------------------------
 Navigation
----------------------------------- */

#nav {margin-top: 50px;}

#nav ul {
		font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
		color: white;
		list-style: none;
		padding: 0;
		font-weight: bold;
		font-size: 14px;
		}
		
#nav li {padding: .5em;}

#nav a {text-decoration: none; }

#nav a:link { color: white;}

#nav a:visited { color: #999999;}

#nav a:hover {color: #d8a74a;}

/* ----------------------------
Header Images Styles 
-------------------------------*/

#mainPic { 
	width: 503px;
	height: 137px;
	margin-left: 13px;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;
		}

.subPic { 
	width: 104px;
	height: 104px;
	display: block;
	float: left;
	margin: 20px 14px;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;
}


/* -----------------------------------
 Classes
----------------------------------- */

h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #6a2225;
	}
	
h2 {
	font-size: 180%;
	font-weight: bold;
	color: #6a2225;
	text-align: center;
	}
	
h3 {
	font-size: 160%;
	font-weight: bold;
	color: #6a2225;
	}
	
h4 {
	font-size: 140%;
	}
	
h5 {
	font-size: 120%;
	}
	

.footer-type {color:#FFFFFF;
		font-size:.7em;
		}
		
.textCenter {
	text-align: center;
}

/* -----------------------------------
 Products Classes
----------------------------------- */


.productWrapper {
	margin: 25px auto;
	width: 450px;
	height: 200px;
	border-bottom: 1px solid gray;
	position: relative;
	}
	
.productWrapper h4 {
	margin: 0;
	padding:0;
}

.productDetailWrapper {
	margin: 25px auto;
	width: 450px;
	height: 500px;
	border-bottom: 1px solid gray;
	position: relative;
	}

.thumbLeft {
	width: 120px;
	height: 120px;
	margin: 0px 25px 55px 0px;
	float: left;
	border: 1px solid black;
}


.FeaturedItemBodyTextBold {
	font-size: 90%;
	line-height: 16px;
	font-weight: bold;
	padding-top: 5px;
}

.buttonWrapper {
	
}

.item_container {
		width: 100%;
		height: 350px;
		}
		
.imageLeft {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 82px;
}

.imageLarge {
	width: 450px;
	height: 200px;
	border: 1px solid black;
}

.dvdLarge {
	
	width: 214px;
	height: 300px;
	border: 1px solid black;
}

.shippingWrapper {
	margin-bottom: 25px;
}

.cartList {
	color: #fff;
}