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





body {
	text-align: center;
	text-transform: none;
	background-color: #ebcd99;
	background-image: url(http://www.stirfryseminars.com/images/bg_tile_rice.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}


/* @group structure */

#wrapper {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position: relative;
	top: 0px;
	
	
}

#header {
	background: #DDDDDD url(../store/images/store_header.jpg) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	width: 850px;
}

#mainContent {
	padding: 45px 15px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 820px;
	background-color:#ebcd99;
	top: 50px;
	background-image: url(../store/images/bg_tile.jpg);
	background-repeat: repeat-y;
	float: left;
}
#sidebar {
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
}

#content {
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 20px;
	text-align: left;
	display: inline;
	

}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebcd99;
	height: 100px;
	clear: both;
	border-top: 1px solid  #996600;
}


#wrapper_inside {
	width: 800px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ebcd99;
	
}

#navigation_bar {
	background-image: url(http://www.stirfryseminars.com/images/navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 850px;
	position: absolute;
	top: 100px;
	z-index: 100;
}



#left_nav_box_inside {
	background-image: url(../images/left_tile_03.jpg);
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	background-repeat: repeat-y;
	background-position: right;
	z-index: 3;
}
#inside_title_holder {
	position: absolute;
	height: 50px;
	width: 500px;
	left: 225px;
	background-image: url(../images/stirfry_title_gradient_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 4;
	top: 15;
}

#outside_wrapper {
	text-align: center;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-color: #000000;
}



#content1 {	
	width: 340px;	
	margin: 0px;
}

.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ebcd99
	border-top: 3px none #CC9966;
	border-right: 3px solid #CC9966;
	border-bottom: 3px solid #CC9966;
	border-left: 3px solid #CC9966;
	position: relative;
	background-color: #ebcd99;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





/* @end */

/* @group Links */

a:link {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	
a:hover {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
	

}
a:active {
	font-weight: bold;
	color: #993300;
}



a.link:link {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

.big_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.big_links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	text-transform: none;
}
a.big_links:active {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #FFCC66;
}
a.big_links:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #996633;
	font-size: 14px;
}
a.table_links2:link {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-transform: none;
}
a.table_links2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
}
a.table_links2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC6600;
	font-size: 14px;
}
a.table_links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}



a.smallink:link {
	font-size: 10px;
	color: #FFCC66;
}
a.smallink:visited {
	font-size: 10px;
	color: #CC6600;
}
a.smallink:hover {
	color: #CC6600;
}
a.smallink:active {
	color: #CC6600;
}

/* @end */
.index_links_top {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D2D2B8;
	text-decoration: none;
}
.index_thumb_border {
	border: 5px solid #40513C;
	margin-right: 10px;
	clear: right;
	float: left;
}
#index_footer {
	text-align: center;
	height: 35px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.banner_text {
	font-family: papyrus;
	font-size: 16px;
	line-height: 20px;
	color: #B3A883;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	padding: 10px 0px 0px;
	font-weight: bold;
}
.align_right {
	text-align: right;
}
.lighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	list-style-position: outside;
	list-style-type: disc;
}
.trainer_info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-variant: normal;
	color: #440000;
	text-align: justify;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* @group Lists */


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	list-style-position: inside;
	list-style-type: disc;
	text-align: right;
	text-indent: 0px;
	white-space: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 20px;
	left: 0px;
	text-align: left;
}

#sidebar ul li {
list-style-type: none;
padding-left: 10px;
line-height: 18px;
}

#sidebar ul {
padding-left: 10px;

}



/* @end */

/* @group Typography */

.bold_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #CC6600;
	text-align: justify;
	width: 550px;
}


.bold_italic_14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #CC6600;
}

p.nav {
	font-size: 10px;
	line-height: 14px;
	font-family: arial, sans-serif;
	color: #ffffff;
	text-align:center;
	padding-left:10px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 2em;
	font-weight: bold;
	color: #003333;
	text-align: center;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003333;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003333;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	margin-right: 25px;
	margin-left: 25px;
}



.red {
	color: #CC0000;
}

.black {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.quote_box {
	padding: 10px 15px 5px;
	border: 1px solid #FFCC66;
}

/* @end */

.float_top_right {
	clear: left;
	float: right;
	padding-left: 10px;
}

.float_left {
	clear: right;
	float: left;
	margin-right: 20px;
	margin-left: 8px;
	margin-top: 0px;
	border: thin solid #660000;
}

.float_left_bottom_padding {
	clear: right;
	float: left;
	margin-right: 20px;
	margin-left: 8px;
	margin-top: 0px;
	padding-bottom: 25px;
}

.float_left_comments {
	clear: right;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #993300;
	margin-bottom: 15px;
}

.indent_5 {
	margin-left: 5px;
	left: 5px;
}
.boxed {
	font-size: 12px;
	line-height: 18px;
	color: #CC6600;
	background-color: #444444;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

.p_doublespace {
	line-height: 18px;
	top: 5px;
}


.light_type {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
}

#faccc {
	border: medium solid #993300;
	padding: 5px 20px;
}
#comment_box {
	text-align: justify;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: thin none #993300;
}
.banner_image_right {
	clear: none;
	float: right;
}
.image_border {
	border: 1px solid #660000;
	margin: 2px 2px 6px;
	height: 100px;
	width: 100px;
}

.image_border_none {
	border: 0px solid #660000;
	margin: 2px 2px 6px;
	height: 100px;
	width: 100px;
	
}

.indent_20 {
	margin-right: 20px;
	margin-left: 20px;
}


/* Second set of 2010styles */


.footer {
	font-size: 9px;
	color: #ebcd99;
	text-align: center;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #990000;
}


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.quote_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: normal;
	font-weight: normal;

}

.section_title  {
	color:#990000;

	font-style: normal;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
		margin: 0px;

}

.section_subtitle  {
	text-style: italic;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 1.5em;
	font-style: bold;
	font-style: italic;
	line-height: 1.5em;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;

}

.section_desc  {
	text-align: left;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #990000;
	font-size: 1.4em;
	font-style: normal;
	padding-bottom: 10px;
	;
	font-weight: normal;

 }


.category_container {
	float: left;
	clear: right;
	width: 580px;
	text-align: center;
}

.store_item {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.clearfix:after {
    content:".";
    display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
/* End hide from IE-mac */#bottom {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}
.icons {
	text-align: center;
	margin-left: 25px;
}

h1.section_title  {
	color:#990000;
	font-style: normal;
	font-size:24px;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
	margin: 0px;

}


h1  {
	color:#990000;
	font-style: normal;
	font-size:24px;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
		margin: 0px;

}

.cast_box {width: 95%; margin-left: 20px; padding: 15px; }

h5 {color:#990000; margin-top: 0px; margin-bottom: 5px; text-transform: uppercase; }

.lce_img {
width: 100px; 
height: 125px; 
margin-right: 10px;
margin-bottom: 5px;
border: 2px solid #333;
}

.list_border li {
border-bottom: thin solid #666;
margin-bottom: 4px;

}

.bb_thumbs {
width: 150px;
height: 150px;
border: 1px solid black;
}


