/* @override 
	http://bluetigergifts.com/btg_templates/stylesheets/master.css
	http://www.bluetigergifts.com/btg_templates/stylesheets/master.css
*/

/*-----------------------------------------------------------------
BLUE TIGER GIFTS

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clear{
	clear: both;
}

.noBorder{
	border: none !important;
}

body{
	font: 12px/1.3em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #1a1a1a;
	background-color: #00a7e8;
}

.container{
	margin: 0 auto;
	width: 840px;
	height: 100%;
}

/* @group STRUCTURE */

/* HEADER
----------------------------------*/
#header{
	height: 240px;
	background: url(/btg_templates/images/backgrounds/header-repeat.jpg) repeat-x 0 0;
}

	#right_side{
		width: 684px;
		float: left;
	}
	
	#header_top{
		height: 55px;
		line-height: 55px;
	}
	
/* CONTENT
----------------------------------*/
#content{
	padding: 20px 0;
	background: #273b99 url(/btg_templates/images/backgrounds/content_area-repeat.jpg) repeat-x 0 0;
}

	#content_top .intro{
		color: #fff;
		font-size: 180%;
	}
	
	#main_content{
	
	}
	
	#main_content .interior{
		margin: 0;
		padding: 0 20px;
		height: 100%;
	}
	
		.scroller_wrapper.interior{
			height: 150px !important;
		}
	
		#main_content .main_content-top{
			height: 10px;
			background: url(/btg_templates/images/backgrounds/main_content-top.gif) no-repeat 0 0;
		}
		
		#main_content .main_content-middle{
			padding: 10px 0;
			background: url(/btg_templates/images/backgrounds/main_content-middle.gif) repeat-y 0 0;
		}
		
		#main_content .main_content-bottom{
			height: 10px;
			background: url(/btg_templates/images/backgrounds/main_content-bottom.gif) no-repeat 0 0;
		}


/* FOOTER
----------------------------------*/
#footer{
	padding: 15px 0;
	background: url(/btg_templates/images/backgrounds/footer.gif) repeat-x 0 0;
}

/* @group COLUMNS */
.left_column{
	width: 530px;
	float: left;
}

.right_column{
	width: 295px;
	float: right;
}


/* @end */
/* @end */

/* @group ELEMENTS */
.thumb{
	border: 2px solid #555;
	margin: 0 0 10px;
}

.about_thumb {
	border: 2px solid #8c8c8c;
}

a#site_logo{
	width: 156px;
	height: 240px;
	float: left;
	display: block;
	text-indent: -9999px;
	background: url(/btg_templates/images/logos/blue_tiger_gifts.gif) no-repeat 0 0;
}

a#site_creator{
	float: right;
	display: block;
	background: url(/btg_templates/images/logos/imp_designs.gif) no-repeat 0 0;
	width: 95px;
	height: 25px;
	text-indent: -9999px;
}

#page_title{
	margin: 0;
	padding: 10px 0 0 10px;
	line-height: normal;
	background: url(/btg_templates/images/backgrounds/page_title.jpg) no-repeat 0 0;
	height: 90px;
	width: 390px;
	float: left;
	color: #fff;
	font-weight: normal;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#page_title span{
		display: block;
		font-size: 200%;
	}

#call_to_action{
	margin: 10px 0 0 0;
	padding: 10px;
	background: url(/btg_templates/images/backgrounds/call_to_action.jpg);
	width: 185px;
	height: 70px;
	color: #fff;
	float: right;
	font-size: 120%;
	line-height: 2em;
}

	#call_to_action span{
		display: block;
		font-size: 200%;
		color: #2450a6;
	}


#featured_image{
	background: url(/btg_templates/images/backgrounds/featured_image-box.jpg) no-repeat 0 0;
	width: 530px;
	height: 235px;
}

	#slideshow{
		margin: 8px 0 0 9px;
		float: left;
		border: 1px solid #555;
	}
/* @group SCROLLING BOXES */

.scroller_wrapper{
	margin-bottom: 20px;
	height: 150px;
}

.previous_button{
	margin-top: 50px;
	background: url(/btg_templates/images/buttons/previous.gif) no-repeat 0 0;
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	text-indent: -9999px;
}

.next_button{
	margin-top: 50px;
	background: url(/btg_templates/images/buttons/next.gif) no-repeat 0 0;
	display: block;
	height: 25px;
	width: 25px;
	float: right;
	text-indent: -9999px;
}

.scroller_container{
	margin-left: 25px;
	width: 445px;
	height: 144px;
	position:  absolute;
	overflow: hidden;
}

	.scroller_container .thumb{
		margin-right: 5px;
}
	 
	.scroller_innards{
		width: 9999px;
  		position:  absolute;
  	}

/* @end */
/* @end */

/* @group FORMS */
form#search{
	margin: 8px 10px 0 0;
	padding-right: 10px;
	float: right;
	width: 325px;
	height: 40px;
	border-right: 1px solid #ccc;
}

	form#search input.search_text{
		margin: 5px 5px 0 0;
		padding: 4px;
		font-size: 120%;
		border: 1px solid #ccc;
		width: 250px;
		float: left;
	}
	
	form#search input.search_button{
		margin: 2px 0 0 0;
		float: left;
	}
	
form{
	margin-bottom: 20px;
}
	
form input.text{
	margin-bottom: 10px;
	width: 95%;
	padding: 3px;
	font-size: 115%;
	border: 2px solid #ddd;
}

.contact_side form input.text {
	width: 250px;
}

form textarea{
	margin-bottom: 10px;
	width: 95%;
	padding: 3px;
	font-size: 115%;
	border: 2px solid #ddd;
}



form label{
	margin-bottom: 3px;
	font-size: 125%;
	font-weight: bold;
	display: block;
	color: #2154a8;
}

form dl{
	padding: 10px;
	border: 3px solid #ddd;
	background-color: #f4f4f4;
	height: 100%;
	margin-top: 3px;
}

	form dl dt{
		padding-top: 5px;
		float: left;
		clear: both;
		text-align: left;
}
	
	form dl dt.left {
	text-align: left;
	border-style: none;
}
	
	form dl dd{
		padding-left: 5px;
		border-bottom: 1px solid #ddd;
		padding-top: 5px;
		float: left;
		width: 95%;
}
	
	form dl dd.submit{
		clear: both;
		float: none;
		width: 100%;
		border-bottom: none;
		text-align: right;
	}
	
	form dl dd.form_info{
		margin-bottom: 10px;
		float: none;
		width: 100%;
		border: none;
		font-size: 120%;
		line-height: 1.4em;
		color: #555;
	}


/* @end */

/* @group BUTTONS */
.link_button{
	padding-left: 30px;
	font-size: 135%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	.link_button.newsletter{
		background: url(/btg_templates/images/icons/messages.gif) no-repeat left center;
}


/* @end */

/* @group TEXT */
a {
	color: #2154a8;
	text-decoration: none;	
}

a:hover {
	color: #00a7e8;
	text-decoration: underline;
}

	a:active, a:focus{
		outline: none;
	}
	
	a.boxed_link{
		font-size: 105%;
		padding: 4px 5px;
		background-color: #ddd;
		border: 2px solid #ccc;
		color: #555;
}
	
		a.boxed_link:hover{
			background-color: #2154a8;
			color: #fff;
			border-color: #1d4d9b;
			text-decoration: none;
}
	
h1 {
	font-size: 250%;
	margin-bottom: 18px;
	color: #555;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -.6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
h2 {
	margin-bottom: 5px;
	color: #555;
	font: normal 240%/1.4em Georgia, "Times New Roman", Times, serif;
}

	h2.section_ribbon{
		color: #333;
		padding: 0 20px;
		height: 45px;
		line-height: 30px;
		font-size: 150%;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

		background: url(/btg_templates/images/backgrounds/content_ribbon.gif) no-repeat 0 0;
	}
	
		h2.section_ribbon a{
			padding-right: 20px;
			float: right;
			font-size: 80%;
			background: url(/btg_templates/images/icons/go_arrows-gray.gif) no-repeat right center;
		}

h3 {
	font-size: 12px;
	line-height: 1em;
}

h4 {
	color: #777;
}
	
p {
	margin-bottom: 18px;
	font-size: 1.1em;
	line-height: 1.2em;
}

	.intro{
		margin-bottom: 24px;
		font-size: 140%;
		line-height: normal;
		color: #273b99;
	}

	p#copyright{
		padding-left: 5px;
		clear: both;
		color: #b2dff0;
		font-size: 110%;
	}

.light_blue{
	color: #00a7e8;
}

.category_title {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	height: 20px;
}

/* @end */

/* @group NAVIGATION */


/* MAIN NAVIGATION
----------------------------------*/
ul#main_nav{
	margin-left: 10px;
	height: 84px;
}

	ul#main_nav li{
		float: left;
	}
	
	ul#main_nav li a{
		display: block;
		height: 84px;
		text-indent: -9999px;
	}
	
	ul#main_nav li a:hover, ul#main_nav li.current a{
		background-position: 0 -85px;
	}
	
	ul#main_nav li.nav_home a{
		width: 100px;
		background-image: url(/btg_templates/images/navigation/nav_home.gif);
	}
	
	ul#main_nav li.nav_products a{
		width: 131px;
		background-image: url(/btg_templates/images/navigation/nav_products.gif);
	}
	
	ul#main_nav li.nav_whatsnew a{
		width: 151px;
		background-image: url(/btg_templates/images/navigation/nav_whatsnew.gif);
	}
	
	ul#main_nav li.nav_about a{
		width: 103px;
		background-image: url(/btg_templates/images/navigation/nav_about.gif);
	}
	
	ul#main_nav li.nav_contact a{
		width: 105px;
		background-image: url(/btg_templates/images/navigation/nav_contact.gif);
	}

/* FOOTER NAVIGATION
----------------------------------*/
ul#footer_nav{
	height: 30px;
	font-size: 120%;
	float: left;
}

	ul#footer_nav li{
		margin-right: 5px;
		float: left;
	}
	
	ul#footer_nav li a{
		display: block;
		padding: 5px;
		color: #fff;
	}
	
	ul#footer_nav li a:hover, ul#footer_nav li.current a{
		background-color: #0099d4;
	}
	
/* LINK LIST
----------------------------------*/
ul.link_list{
	line-height: 1.6em;
	font-size: 120%;
}

	ul.link_list li{
		border-bottom: 1px solid #142475;
	}
	
	ul.link_list li a{
		padding: 0 5px;
		display: block;
		width: 285px;
		color: #fff;
	}
	
		ul.link_list li a:hover, ul.link_list li.current a{
			text-decoration: none;
			background-color: #4659b1;
		}
/* @end */

/* @group MODULES */
.module{
	margin-bottom: 20px;
	color: #fff !important;
}

	.module h4{
		color: #fff;
	}
	
	.module h3.module_heading{
		margin-bottom: 5px;
		padding-bottom: 20px;
		font-size: 190%;
		color: #fff;
		line-height: 1.4em;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		background: url(/btg_templates/images/backgrounds/module_heading.gif) no-repeat center bottom;
	}
	
		.module h3.module_heading a{
			padding-right: 20px;
			float: right;
			font-size: 50%;
			color: #fff;
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			background: url(/btg_templates/images/icons/go_arrows.gif) no-repeat right center;
			}
			
	.module .thumb{
		border-color: #06c2ef;
	margin-right: 10px;
}
	
	.module a{
		color: #06c2ef;
	}


/* @end */

/* @group ITEMS */
.item{
	padding: 8px 0;
	height: 100%;
	background: url(/btg_templates/images/miscellaneous/list_separator.gif) no-repeat center bottom;
}

.grid_item{
	width: 162px;
	text-align: center;
	margin: 0;
	float: left;
	height: 230px;
	padding: 0;
}

	.grid_item.last{
		flaot: right !important;
		margin-right: 0 !important;
	}
	
.entry{
	padding: 5px 0;
	border-bottom: 2px solid #2154a8;
	margin: 0;
	float: left;
}

	.entry_date{
		padding-left: 20px;
		margin-bottom: 8px;
		font-size: 90%;
		color: #555;
		background: url(/btg_templates/images/icons/date.gif) no-repeat left center;
	}

	.entry_image{
		width: 110px;
		float: left;
		text-align: center;
	margin: 0 0 5px;
	padding: 0;
}
	
	.entry_info{
		width: 370px;
		float: right;
	margin-left: 10px;
	padding-bottom: 10px;
}
	
	.entry h3{
		
		border-bottom: 1px solid #aaa;
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 140%;
	}
	
	h2.entry_title{
		padding: 3px;
		color: #2154a8;
		background-color: #ddd;
		border-top: 1px solid #ccc;
		border-bottom: 2px solid #ccc;
		font: bold 140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* @end */
/* @group MULTIBOX */

/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../images/miscellaneous/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/miscellaneous/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/miscellaneous/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/miscellaneous/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/miscellaneous/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/miscellaneous/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

/* @end */

.MultiBoxClose, .MultiBoxPrevious, .MultiBoxNext, .MultiBoxNextDisabled, .MultiBoxPreviousDisabled { 
	behavior: url(iepngfix.htc); 
}

table{
	margin-bottom: 18px;
	margin: 0;
	padding: 0;
}

th{
		padding: 4px 0;
		text-align: left;
		color: #7b902f;
		text-transform: uppercase;
	margin: 0;
}
	
td{
		padding: 3px;
	margin: 0;
}
	
 tr.even td{
		background-color: #ffe4ae;
	}
	
.bordered td{
		border-bottom: 1px solid #967940;
	margin: 0;
	padding: 0;
}
#map_canvas {
	border: 2px solid #ddd;
	padding: 0;
	height: 200px;
	margin: 0 0 20px 0;
}

