/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
li { margin-left: 25px; }
fieldset,img { border: none; }
a { outline: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; width: 100%; }

.left{
	float: left;
}
.right{
	float: right;
}
.spacer{
	height: 25px;
	clear: both;
}
.bold{
	font-weight: bold;
}
.img_border_left{
	float: left;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_border_right{
	float: right;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-left: 10px;
	margin-bottom: 5px;
}

.input_text, textarea {
	border: solid 1px #077eb0;
}

a {
	color: #ffffff;
}
/** Layout **/
body, html {
	height: 100%;
	width: 100%;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	background-color: #11aee8;
}
h1 {
	font-size: 18px;
	margin: 5px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
}
#background {
	width:100%;
	background: url('../images/layout/top_bg_rpt.png') top #ffffff repeat-x;
}
#background_btm {
	width:100%;
	background: url('../images/layout/btm_bg_repeat.png') bottom repeat-x;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	padding: 10px;
}
#page_content ol{
	list-style: decimal;
	width: 500px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#header {
	position: relative;
	background: url('../images/layout/top_bar_btm_rpt.png') bottom #ffffff repeat-x;
}
#header_top {
	width: 100%;
	height: 17px;
	background: url('../images/layout/top_bar_top_rpt.png') top repeat-x;
}
#header_tl {
	width: 9px;
	height: 17px;
	background: url('../images/layout/top_bar_tl.png') top no-repeat;
	float: left;
}
#header_tr {
	width: 9px;
	height: 17px;
	background: url('../images/layout/top_bar_tr.png') top no-repeat;
	float: right;
}
#menu {
	height: 46px;
	width: 100%;
	background: url('../images/layout/menu_bg_rpt.png') bottom repeat-x;
}
#menu_btns {
	height: 36px;
	width: 799px;
	background: url('../images/layout/menu_btn_rpt.png') top repeat-x;
	border-left: solid 1px #0885b3;
	border-top: solid 1px #0885b3;
}
.menu_btn {
	font-size: 14px;
	height: 12px;
	float: left;
	padding: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #0885b3;
	border-left: solid 1px #0fb8f5;
	border-top: 1px solid #0fb8f5;
	text-decoration: none;
	outline: none;
	display: block;
}
.menu_btn:hover {
	background: url('../images/layout/menu_btn_rpt_ovr.png') top repeat-x;
}
.btn_sel {
	background: url('../images/layout/menu_bg_rpt.png') top repeat-x;
	height: 14px;
	border: none;
	padding-left: 16px;
	padding-right: 16px;
}
.btn_sel:hover {
	background: url('../images/layout/menu_bg_rpt.png') top repeat-x;
}
#photos {
	width: 100%;
}
#content {
	width: 100%;
	color: #003f7e;
}
#content a {
	color: #077EB2;
	text-decoration: none;
}
#content a:hover {
	color: #2BC0F6;
}
#therm_container {
	float: left;
	width: 109px;
}
#therm_bg {
	height: 218px;
	width: 100%;
}
#therm_btm {
	height: 11px;
	width: 100%;
}
#therm_bl {
	height: 11px;
	width: 10px;
	float: left;
}
#therm_br {
	height: 11px;
	width: 10px;
	float: right;
}
#flash_therm{
	width: 113px;
	height: 230px;
}
#flash_header{
	position: absolute;
	top:10px;
	left:300px;
	width: 500px;
	height: 112px;
}
#uc_container {
	float: left;
	margin-left: 17px;
	width: 674px;
}
#uc_bg {
	background: url('../images/layout/upper_content_rpt.png') top left repeat-x;
	height: 218px;
	width: 100%;
}
#uc_btm {
	background: url('../images/layout/upper_content_b_rpt.png') top left repeat-x;
	height: 11px;
	width: 100%;
}
#uc_bl {
	background: url('../images/layout/upper_content_bl.png') top no-repeat;
	height: 11px;
	width: 10px;
	float: left;
}
#uc_br {
	background: url('../images/layout/upper_content_br.png') top no-repeat;
	height: 11px;
	width: 10px;
	float: right;
}
#welcome {
	float: left;
	margin: 25px;
	margin-bottom: 0;
	margin-top: 0;
	width: 310px;
	height: 200px;
	overflow: hidden;
	color: #ffffff;
}
#video {
	float: left;
	margin-top: 15px;
}

#news_container {
	float: left;
	width: 235px;
	margin-top: 15px;
}
#news_title {
	margin-top: 8px;
	margin-left: 5px;
	float: left;
	color: #ffffff;
}
#news_top {
	background: url('../images/layout/news_t_rpt.png') top repeat-x;
	height: 30px;
	width: 100%;
}
#news_tl {
	background: url('../images/layout/news_tl.png') top no-repeat;
	width: 10px;
	height: 30px;
	float: left;
}
#news_tr {
	background: url('../images/layout/news_tr.png') top no-repeat;
	width: 10px;
	height: 30px;
	float: right;
}
#news_content {
	width: 209px;
	border: solid 3px #0999ce;
	border-top: none;
	border-bottom: none;
	padding: 10px;
	padding-top: 9px;
	padding-bottom: 8px;
	font-size: 11px;
	height: 155px;
}
#news_content a {
	color: #077EB2;
	text-decoration: none;
}
#news_content a:hover {
	color: #2BC0F6;
}
#news_content h3 {
	margin: 0;
	font-size: 13px;
}
#news_btm {
	background: url('../images/layout/news_b_rpt.png') top repeat-x;
	height: 30px;
	width: 100%;
}
#news_bl {
	background: url('../images/layout/news_bl.png') top no-repeat;
	width: 10px;
	height: 30px;
	float: left;
}
#news_br {
	background: url('../images/layout/news_br.png') top no-repeat;
	width: 10px;
	height: 30px;
	float: right;
}

/*
#buy_a_page {
	float: left;
	width: 555px;
	height: 227px;
	margin-left: 10px;
	margin-top: 15px;
}
*/

#boxes {
	float: left;
	width: 555px;
	height: 227px;
	margin-left: 10px;
	margin-top: 15px;
}

#boxes h3{ color: white; font-family: Times; font-size: 28px; font-weight: bold; padding-bottom: 5px; }
#boxes p{ color: white; }
#boxes a{ color: white; text-decoration: underline; }
#boxes a.button{ text-decoration: none; }

#promo_left{ background: url(../images/itgn_home1.png) no-repeat; width: 238px; height: 212px; float: left; padding:10px 20px 10px 20px; }

#promo_right{ background: url(../images/itgn_home2.png) no-repeat; width: 243px; height: 212px; float: right; padding:10px 15px 10px 15px; }

#photos {
	float: left;
	margin-top: 15px;
}
.main_photos {
	height: 100px; 
	width: 150px; 
	border: solid 1px #cccccc; 
	padding: 2px; 
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
}
#footer {
	height: 50px;
	padding-top: 25px;
	padding-bottom: 8px;
}
#footer_links {
	text-align: center;
	font-size: 12px;
}
#footer_links a {
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}
#blog_button{
	float: right;
}
.blog_author{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
.blog_item{
	width: 550px;
	padding-bottom: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

/** Submenus **/
#about_submenu {
	width: 100px;
	margin-left: 71px;
}
#gallery_submenu {
	width: 115px;
	margin-left: 331px;
}
#philan_submenu {
	width: 108px;
	margin-left: 448px;
}

/** Content **/
#main_img_div {
	height: 355px;
	width: 100%;
	text-align: center;
}

#main_gallery_image {
	position: relative;
	top: 50%;
}

#sponsor_container {
	padding: 5px;
	padding-top: 0;
	padding-right: 15px;
	margin: 10px;
	text-align: center;
	float: left;
}

.sponsor_div {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 4px;
}

.store_price{
	clear: both;
	float: right;
	margin-top: 5px;
}
.store_price p{
	font-size: 14px;
	padding-bottom: 5px;
}

/* CSS Buttons */
a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    color: #444;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

