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

body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #49474f;
}
.body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.book_title_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.book_subtitle_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.int_headline {
	color: #4f4e55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.int_text_small {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container { 
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#main_box {
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(images/main_box_bg.gif);
	background-repeat: repeat-y;
}
#main_box2 {
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(images/main_box_bg-f68920.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}
#header {
	padding: 0px;
	background-color: #000000;
}
#index_header {
	padding: 0px;
	background-color: #000000;
}
#index_flash {
	background-image: url(images/flash-bg-f68920.gif);
	background-repeat: no-repeat;
	height: 289px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#index_flash_video {
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: 226px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#index_flash_video_txt {
	float: right;
	/* [disabled]height: 210px; */
	width: 242px;
	clear: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: middle;
}
#int_menu {
	padding: 0px;
	background-color: #000000;
	background-image: url(images/int_menu_bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 915px;
	padding-left: 45px;
}
#int_menu2 {
	padding: 0px;
	background-color: #000000;
	background-image: url(images/menu_bg2.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 915px;
	padding-left: 45px;
}
#int_menu3 {
	padding: 0px;
	background-color: #000000;
	background-image: url(images/menu_bg3.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 915px;
	padding-left: 45px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#sidebar1_quotes {
	float: left; /* since this element is floated, a width must be given */
	width: 295px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	clear: left;
}
#index_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#index_sidebar1_box {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px dashed #000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#index_sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#index_mainContent {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 265px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer {
	background:#49474f;
	font-size: 11px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#index_footer { 
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
} 
a:visited {
	color: #333;
	text-decoration: underline;
} 
a:hover {
	color: #999;
	text-decoration: underline;
}
#footer a:link {
	color: #ffffff;
	text-decoration: underline;
	font-variant: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
} 
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
} 
#footer a:hover {
	color: #f68920;
	text-decoration: underline;
	font-size: 11px;
}
.book_title_text a:link {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
} 
.book_title_text a:hover {
	color: #f68920;
	text-decoration: none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
} 
.book_title_text a:visited {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#sidebar_quotes {
	float: left;
	width: 200px;
	border: thin dotted #000;
	left: 50px;
	top: 600px;
	right: 600px;
	position: relative;
}
.text_12px_verd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


#index_flash_taller {
	background-image: url(images/flash-taller.gif);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 40px;
}
