#center { /*This is what makes the website center in the window*/
	width:750px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:10px 0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2D80AC;
}

object {
	padding:0;
	margin:0;
}

#head_container {
width:750px;
padding:0 0 30px 0;
margin:0;
height:100px;
background-color:#FFFFFF;
}

#home_menu {
width:520px;
padding:0;
margin:0;
height:60px;
float:left;
}

#home_menu a {
text-decoration:none;
}

#top_menu{
width:230px;
padding:0;
margin:0;
float:left;
color:#4f4f4f;
font-size:12px;

}

#menu_one{
width:202px;
padding:0 0 5px 18px;
margin:0;
}

#menu_two{
width:190px;
padding:0 0 0 40px;
margin:0;
}

#top_menu a {
text-decoration:none;
color:#4f4f4f;
}

#top_menu a:hover {
text-decoration:underline;
}

#menu { /*all other menu styles should be on the menu style sheet*/
	width:750px;
	padding:20px 0 0 0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	text-align:center;
	font-weight:bold;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	background-image:url(../images/bg_main.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}



#inside_full {
	width:690px;
	padding:0 30px 0 30px;
	margin:0;
	float:left;
	background-color:#FFFFFF;
}

#right_bullet{
	width:345px;
	float:left;


}

#left_bullet{
	width:345px;
	float:left;


}

#main_left {
	width:240px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/subheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}

#left_container {
	width:240px;
	padding:0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;
	
}

.left_content {
	width:220px;
	padding:10px;
	margin:0;
}

.left_button {
	width:240px;
	padding:10px 0;
	margin:0;
}

.top_image {
	float:left;
	width:120px;
	padding:0px 10px 10px 10px;
	margin:0;	
}

img.about {
	float:right;
	margin:0px 8px 10px 8px;	
			

}

.top_content {
	float:left;
	width:520px;
	padding:0 10px 18px 10px;
	margin:0;
		
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:490px;
	padding:0 0 0 10px;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0 0 0 10px;
	float:left;
	background-image:url(../images/subheader490.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:490px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	text-align:left;
}

/*********** Product pages ***********/
#main_bg_product {/*To add an expanding background for the product pages, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	background-color:#FFFFFF;	
}

#product_content {/*This is the container that holds the product content.*/
	width:750px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
	background-image:url(../images/subheader750.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#product_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:730px;
	padding:0 10px 0 10px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;	
}

#right_bullet_products{
	width:345px;
	float:left;
	padding:0 0 0 20px;
}

#left_bullet_products{
	width:255px;
	float:left;
	padding:0 0 0 110px;
}

.order-content{
	width:700px;	
	padding:0 15px 0 15px;
	float:left;
	margin:0 0 0 0;
}

.order-contact {
	width:680px;	
	padding:0 25px 0 25px;
	float:left;
	margin:0 0 0 0;
}

.left_image {
	float:left;
	width:92px;
	padding:10px 5px 10px 5px;
	margin:0;
}

.right_product {
	float:left;
	width:620px;
	padding:0 4px 18px 4px;
	margin:0;
	
}


/*******Home Layout*******/
#home_main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:750px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#home_content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:750px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	text-align:left;	
	background-color:#FFFFFF;
}
/*******End Home Layout*******/

.clr {
	clear:both;
}

#footer {
	width:750px;
	padding:20px 0 0 0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	text-align:center;
	background-color:#FFFFFF;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:12px 0 6px 0;
}

h1 {
	color:#FFFFFF;
	font-size:16px;
	padding:5px 10px;
	font-weight:bold;
}


h1.page-seminar{
	text-align:center;

}

h2 {
	padding:0;
	font-size:22px;
	color:#006599;
	font-weight:bold;
	
}

h2.seminar-contact{
	text-align:center;
	padding:12px 0 12px 0;
	font-size:18px;
	
}


h3 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#006599;
	
}

h3.seminars{
	text-align:center;

}

h3.about {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#030A96;
	text-align:center;	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#006599;
	
}

h4.contact {
	padding:12px 0 6px 0;
	font-size:15px;
	font-weight:bold;
	color:#006599;
	text-align:center;
	
}

h4.video {
	padding:16px 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#006599;
	
}

h5 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	
}

h5.corp-heading{
	text-align:center;

}

h6.video-sm {
	padding:0 0 0 3px 0;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}


h6 {
	padding:12px 0 3px 0;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}

h6.seminar {
	padding:12px 0 3px 0;
	font-size:16px;
	font-weight:bold;
	color:#008DCD;
	text-align:center;
	
	
}


a {
	color:#006599;
}

a:hover {
	color:#CC0000;
}

ul {
	margin-top:10px;
	padding-top:0;
	margin-bottom:15px;
	padding-bottom:0;
	list-style-type:disc;
}

li {
	padding-top:0;
	margin-top:0;
	padding-bottom:4px;
	margin-bottom:0;
}


table#paypal-table{
	
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
}

table#contact-us td  {
	padding:5px 3px;
}

td.pp-button  {
	
	
}

td.cart-button  {
	
}
