/*=====Gems==============================================*/

	
a.adStream {
	display: inline-block;
	}

div#Facebook h1 {
	color: #fff641;
}
div#Facebook {
	position: relative;
	display: inline-block;
	
	background-color: black; padding: 10px;
	text-align: center;
	width: 61%;
	margin-left: 130px;
	border: 8px solid #666;
	border-top-left-radius: 100px 100px;
	border-top-right-radius: 100px 100px;
	border-bottom-left-radius: 100px 100px;
	border-bottom-right-radius: 100px 100px;

	-moz-border-radius-topright: 40px 40px;
	-moz-border-radius-topleft: 40px 40px;
	-moz-border-radius-bottomright: 40px 40px;
	-moz-border-radius-bottomleft: 40px 40px;
}

div#Facebook > iframe {

	background-color: #fff641; 
}



table#VideoThumbs h2 {

	color: #CCC;	
}
#VideoThumbs, #NewsItems {
	
	text-align: center;
	width: 674px;
/*	background: url('images/semi-transparent-bg.png') repeat;
	
	background-color: #333;
	position: relative;*/
	
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;

	-moz-border-radius-topright: 6px 6px;
	-moz-border-radius-topleft: 6px 6px;
	
	
	padding-bottom: 20px;
	padding-top: 10px;
	
	background-color: black;
}
div#NewsFlashCapsule {
	background-color: #000;
	padding-left: 35px;
	padding-right: 35px;
	
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	border: 5px solid black;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
/*	border-bottom-left-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
*/
	-moz-border-radius-topright: 20px 20px;
	-moz-border-radius-topleft: 20px 20px;
	/*-moz-border-radius-bottomright: 20px 20px;
	-moz-border-radius-bottomleft: 20px 20px;*/
}
span#NewsFlashItem h1 {
	cursor: pointer;
	font-size: 14pt;
	padding-left: 20px;
	color: #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span#NewsFlashItem p {
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	background-color: white;
	padding: 20px;
	padding-left: 60px;
	padding-top: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span#NewsFlashItem {
	
	display: inline-block;
	border-right: 1px solid #CCC;
	border-left: 1px solid #fff8e7;
	border-top: 2px solid #fff8e7;
	border-bottom: 2px solid #CCC;
	position: relative;
	width: 95%;
	max-width: 600px;
	background-color: #fff641;
	color: black;
	
	border-top-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;

	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
}

table#VideoThumbs td#DarkerBorders span#StreamThumb {
	
}
span#StreamThumb span#StreamThumbTitle {
	
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	min-height: 25px;
	
	background: url('images/semi-transparent-bg.png') repeat top left;
	color: white;
	
	padding-bottom: 5px;
	padding-top: 2px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: none;
}
span#StreamThumb {
	
	cursor: pointer;
	
	display: inline-block;
	border-right: 1px solid #CCC;
	border-left: 1px solid #fff8e7;
	border-top: 2px solid #fff8e7;
	border-bottom: 2px solid #CCC;
	position: relative;
	height: 140px;
	width: 210px;
	
	border-top-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;

	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
}

span#StreamThumb img {
	width: 100%;
	height: 100%;
}

/***********************************************************
*/
              
                DIV.container { margin: auto; width: 90%; margin-bottom: 10px; }
              
                UL.tabNavigation {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                UL.tabNavigation LI {
                    display: inline;
		
                }

                UL.tabNavigation LI A {
                    padding: 3px 5px;
                    background-color: #ccc;
                    color: #000;
                    text-decoration: none;
                    border: 5px solid #ccc; 
					min-height: 500px;		
					
	border-bottom-right-radius: 12px 12px;
	border-top-left-radius: 12px 12px;

	-moz-border-radius-bottomleft: 12px 12px;
	-moz-border-radius-topright: 12px 12px;
                }

                UL.tabNavigation LI A.selected {
					
                        border: 5px solid #333; min-height: 500px;
                    background-color: #333;
                    color: #fff;
                    padding-top: 7px;
					font-weight: bold;
					
	border-bottom-right-radius: 12px 12px;
	border-top-left-radius: 12px 12px;

	-moz-border-radius-bottomleft: 12px 12px;
	-moz-border-radius-topright: 12px 12px;
					
				}
                UL.tabNavigation LI A:hover {
					
                        border: 5px solid #333; min-height: 500px;
                    background-color: #333;
                    color: #fff;
                    padding-top: 7px;
					
	border-bottom-right-radius: 12px 12px;
	border-top-left-radius: 12px 12px;

	-moz-border-radius-bottomleft: 12px 12px;
	-moz-border-radius-topright: 12px 12px;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                } 

				#StreamTitle {
					
				}
				
				span#StreamNewIcon {
					background: url('new-icon.png') no-repeat top left;
					position: absolute;
					display: inline-block;
					height: 45px;
					width: 46px;
					top: 0px;
					left: 0px;
				}
				
				#StreamDescription {
					text-align: left;
					width: 100%;
				}
				
				div#StreamCapsule {
					margin-left: 0px; width:680px; height:100%;
					background: url('Terrytory-Logo-bw.png') no-repeat center 100px;
				}
				
                div#MovieCapsule {
						background-color: #000;
						text-align: center;
                        padding: 5px;
                        margin-top: 3px;
						margin-bottom: 15px;
                        border: 5px solid #333; 
						min-height: 300px;
				}
				
				div.tabs > div {
                        padding: 5px;
                        margin-top: 3px;
                        border: 5px solid #333; 
                        border-top: 15px solid #333; 
						min-height: 300px;
						border-top-right-radius: 15px 15px;
						-moz-border-radius-topright: 15px 15px;
                }
                
                div.tabs > div h1 {
                        margin-top: 25px;
                }

                #first {
                    background-color: #000;
                        border: 5px solid #333;  
                        padding: 5px;
                        margin-top: 10px;
					
                }

                #second {
                    background-color: #000;
                        border: 5px solid #333;  
                        padding: 5px;
                        margin-top: 10px;
                }

                #third {
                    background-color: #000;
                        border: 5px solid #333;  
                        padding: 5px;
                        margin-top: 10px;
                }
                #fourth {
                    background-color: #000;
                        border: 5px solid #333;  
                        padding: 5px;
                        margin-top: 10px;
                }
                #fifth {
                    background-color: #000;
                        border: 5px solid #333;  
                        padding: 5px;
                        margin-top: 10px; 
                }
				
                
                .waste {
                        min-height: 0px;
                }
	
/********************************************************************
*/


div#content p {
	text-align: justify;
}
table {
	border-spacing: 0px 0px;
	}
	
table.BottomFooter {
	
		margin-left: -3px;
}
table.BottomFooter tr td table tr td a:visited, table.BottomFooter tr td table tr td a:link  { 	
 	font-family: Verdana, Geneva, sans-serif;
	border-spacing: 0px 0px 0px 0px;
 	font-size: 7pt;
	font-weight: bold;
 	color: #FFF641;
	text-decoration:underline;
	white-space: nowrap;
 }
table.BottomFooter tr td table tr td a:hover  {text-decoration:none;  }
table.BottomFooter tr td table tr td a:active { color: white; }

div#content a:visited, div#content a:link  { 	
 	font-family: Verdana, Geneva, sans-serif;
 	font-size: 10pt;
	font-weight: bold;
 	color: #F33;
	text-decoration:none;
 }
div#content a:hover  { text-decoration:underline; }
div#content a:active { color: #ff4800; }
div#content img {
	
	margin: 5px;
	border: 2px solid black;
	
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;

	-moz-border-radius-bottomright: 6px 6px;
	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
	-moz-border-radius-topleft: 6px 6px;	
}




div#content img.Nostyle {
	
	margin: 0px;
	border: 0px solid black;
	
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;

	-moz-border-radius-topright: 0px 0px;
	-moz-border-radius-topleft: 0px 0px;	
}

H1 {
	
	line-height: 18pt;
	text-align: left;
	color: #ff4800;
}


/*************************************************
*/


div#AboutUs table#AboutUs {
	
	z-index: 2;
	width: 600px;
	height: 786px;
	margin-top: 0px;
	
/*	background: url('images/About/T-Terrytory.png') no-repeat center center;
	*/overflow: visible;
	
	position: relative;
	left: 43px;
/*	
	margin-left: auto;
	margin-right: auto;
	*/
}
div#AboutUs table#AboutUs td {
	width: 30%;
	padding: 0px;
	margin: 0px;
}
div#AboutUs table#AboutUs tr {
	
	padding: 0px;
	margin: 0px;
}

div#AboutUs table#AboutUs td#tdImage {
	
	text-align: center;

}
div#AboutUs table#AboutUs td#TdText {
	vertical-align: top;	
	padding-top: 15px;
}

div#AboutUs table#AboutUs td#TdText p {
	text-align: justify;
}
	
div#AboutUs  {
	width: 100%;
	height: 100%;
	display: inline-table;
}


table#AboutUs img  {
	border: 4px solid black;
	
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;

	-moz-border-radius-bottomright: 6px 6px;
	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
	-moz-border-radius-topleft: 6px 6px;
}

div#T_Terrytory {
	
	
	background: url('images/About/T-Terrytory.png') no-repeat top center;
	
	width: 718px;
	height: 850px;
	z-index: 0;
	
	border: none;
	position: absolute;
	margin-left: -15px;
	margin-top: 395px;
	
	
}

/**********************************
*/

div#CapsuleBannerTop {
	background: url('images/Banner-Top.png') no-repeat left top;
	width:760px;
	height:468px;
	z-index: 1000;
}

div.tabs div#CapsuleMenuMain  {

	background-color: black;
	padding-top: 20px;
	height: 50px;
	position: relative;
	max-width: 690px;
	width: 100%;
	
	border: 5px solid #333;
	border-bottom: 1px dotted #333;
	
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;

	-moz-border-radius-topright: 6px 6px;
	-moz-border-radius-topleft: 6px 6px;
}
div#CapsuleMenuMain {
	top: 35px;
	
	color: red; /*#fff641*/
	width: 760px;
	height: 68px;
	text-align: center;
	position: relative;
	z-index: 1000;
	overflow: visible;
}

div#CapsuleMenuMain a:visited, div#CapsuleMenuMain a:link  { 	
 	font-family: Verdana, Geneva, sans-serif;
 	font-size: 10pt;
	color: #fff641;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	position: relative;
	border: 2px solid transparent;
	overflow: visible;
	z-index: 1000;
 }
div#CapsuleMenuMain a:hover, div#CapsuleMenuMain a:active {
	position: relative;
	text-decoration:none; 
	z-index: 1000;
	color: white;
	border: 2px solid #fff641;
	
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;

	-moz-border-radius-bottomright: 6px 6px;
	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
	-moz-border-radius-topleft: 6px 6px;
	overflow: visible;
}



/**************************************
*/

div#ViewTemplateScrollerNavigation a {
	display:inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	margin: 3px;
/*	background: url(/Views/View.Template/Images/Scroller-Button.png) no-repeat center center;
*/	color: white;
}
div#ViewTemplateScrollerNavigation a:link, div#ViewTemplateScrollerNavigation a:visited { 
	color: white;	
 }
div#ViewTemplateScrollerNavigation a:hover  { color: white; }
div#ViewTemplateScrollerNavigation a:active { color: white; }

div#ViewTemplateScrollerNavigation a.activeSlide {
/*	background: url(/Views/View.Template/Images/Scroller-Button-Active.png) no-repeat center center;
*/	color: #272727;
}
div#ViewTemplateScrollerNavigation  {
	
	
	text-align: center;
	width: 100%;
	margin-top: -50px;	

}
/**************************************222222222222
*/

div#ViewTemplateClientsScrollerNavigation a {
	display:inline-block;
	
	width: 22px;
	height: 22px;
	margin: 3px;
	background: url(/Views/View.Template/Images/Scroller-Button-with-border.png) no-repeat center center;
	color: white;
}
div#ViewTemplateClientsScrollerNavigation a:link, div#ViewTemplateClientsScrollerNavigation a:visited { 
	color: white;	
 }
div#ViewTemplateClientsScrollerNavigation a:hover  { color: white; }
div#ViewTemplateClientsScrollerNavigation a:active { color: white; }

div#ViewTemplateClientsScrollerNavigation a.activeSlide {
	background: url(/Views/View.Template/Images/Scroller-Button-Active.png) no-repeat center center;
	color: #272727;
}
div#ViewTemplateClientsScrollerNavigation  {
	
	
	text-align: center;
	max-width: 952px;
	background-color: #E5E5E5;
	border: 5px solid #E5E5E5;
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;/*
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	*/z-index: 10;
}

/**************************************
*/

div#ViewTemplateScrollerMoto  {
	position: absolute;
	
	width: 281px;
	height: 177px;
	margin-top: 120px;
	margin-left: 50px;
	
}

div#ViewTemplateScrollerContent {
	width:760px;
	height:389px;
	position: absolute;
}

div#ViewTemplateScrollerCapsule {
	width:760px;
	height:389px;
	
	margin-top: 7px;
	position: relative;
	overflow: visible;

}
div#ViewTemplateScroller {
	z-index: -1;

}

img#ViewTemplateScrollerImage {
	width:747px;
	margin-left: 7px;
	height:370px;
}
/*******************
*/


div.ViewTemplateScrollerTitle3 {
		
	position: absolute;
	display: inline-block;
	max-width: 127px;
	width: 127px;
	height: 127px;
	top: 0px;
	left: 50px;
	z-index: 1000;
	background: url(Terrytory-Logo.png) no-repeat top left;
}
div.ViewTemplateScrollerTitle2 {
	
	width: 407px;
	height: 40px;
	
	position: absolute;
	top: 0px;
}
div.ViewTemplateScrollerTitle {
	width: 407px;
	height: 40px;
	
	position: absolute;
	


	
}
div.ViewTemplateScrollerTitle p {
	color: white;
	text-align: justify;
	
	width: 365px;
	padding: 12px;
	padding-top: 6px;
	padding-left: 8px;
	background: url(/Views/images/sub_categories_titles_background.png) repeat top left;

	border: 0px solid black;
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	
}

div#ViewTemplateScrollerNeedWebsite {
	left: 61px;
		padding-top: 55px;
}	
div#ViewTemplateScrollerHaveWebsite {
	left: 545px;
		padding-top: 55px;
}	
div#ViewTemplateScrollerSeparator {

	height: 127px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 40px;
	margin-left: auto;
	margin-right: auto;

}



/*=====endGems===========================================*/



body{background-color:#FFF641; text-align: center; padding-bottom:29px; }
img{
	border:0;
	text-align:center;
	vertical-align:top;
}
ul{list-style:none;}
.column{float:left;}
.clear{clear:both;}
body{font-family:Tahoma, Arial, helvetica, sans-serif; font-size:0.6875em; line-height:1.27em; color:#3B3B3B;}
input, textarea, select{color:#3B3B3B; vertical-align:top; text-align:left; border: 1px solid #3B3B3B; background:0; font:11px Tahoma, Arial, helvetica, sans-serif;}
.tar{text-align:right;}
.in5{padding-top:5px;}
.in10{padding-top:10px;}
.in15{padding-top:15px;}
.in20{padding-top:20px;}
.in25{padding-top:25px;}

.ws{width:100%;}

.col_1, .col_2, .col_3, .box_1, .box_2, .box_3, .mid{float:left;}
.col_1 {width: 761px;}

.main{background:url(images/gb_1.jpg) 13px 383px no-repeat;}
.main .layer_2{background:url(images/gb_2.jpg) right 446px no-repeat; width:100%;}
.main .layer_3{background:url(images/gb_3.jpg) 13px bottom no-repeat; padding:0 44px 0 44px; }

/*=======header===========*/
.flash{height:468px;}
/*=====//header===========*/

/*=======block_1===========*/
.block_1{
	background:url(images/block_1_border.jpg) left top repeat-x;
	width:100%;
	
}
.block_1 .bot{background:url(images/block_1_border.jpg) left bottom repeat-x;}
.block_1 .left{background:url(images/block_1_border.jpg) left top repeat-y;}
.block_1 .right{background:url(images/block_1_border.jpg) right top repeat-y;}
.block_1 .left_top{background:url(images/block_1_left_top.jpg) left top no-repeat;}
.block_1 .left_bot{background:url(images/block_1_left_bot.jpg) left bottom no-repeat;}
.block_1 .right_top{background:url(images/block_1_right_top.jpg) right top no-repeat;}
.block_1 .right_bot{background:url(images/block_1_right_bot.jpg) right bottom no-repeat; padding:31px 31px 29px 30px;}
/*=====//block_1===========*/

/*=======block_2===========*/
.block_2{background:url(images/block_2_left_top.jpg) left top no-repeat #000000; width:100%; font-family:Arial, Helvetica, sans-serif; font-size:1.09em; line-height:1.5em; color:#FFFBA4;}
.block_2 .left_bot{background:url(images/block_2_left_bot.jpg) left bottom no-repeat;}
.block_2 .right_top{background:url(images/block_2_right_top.jpg) right top no-repeat;}
.block_2 .right_bot{background:url(images/block_2_right_bot.jpg) right bottom no-repeat; padding:35px 29px 28px 43px;}
/*=====//block_2===========*/

/*=======content===========*/
#content{padding:8px 0 18px 0;}

a{color:#3B3B3B; text-decoration:none;}
a:hover{text-decoration:none;}

b a{color:#000000; text-decoration:none; font-weight:bold; padding-left:9px;
	background:url(images/b_arr.gif) left center no-repeat;}
b a:hover{text-decoration:underline;}

.sp_2{margin-right:-4px; margin-top:-32px; height:56px; background:url(images/sp_2.gif) right top no-repeat;}
.dv_1{height:56px; background:url(images/sp_1.jpg) 353px 32px no-repeat;}

.sp_3{margin-right:-8px; margin-top:-26px; height:52px; background:url(images/sp_3.gif) right top no-repeat; position:relative;}

.sp_bot{margin-bottom:-18px; margin-top:-30px;}

.title{margin-bottom:18px;}

.pic{margin-right:22px; float:left;}

.date{color:#2B2B2B; font-weight:bold;}

.list_2 li a{color:#1B1B1B; text-decoration:none; line-height:1.63em; font-weight:bold;}
.list_2 li a:hover{text-decoration:underline;}

li a{color:#3B3B3B; text-decoration:underline; line-height:1.72em;
	/*background:url(images/list_bg.gif) left center no-repeat;*/ padding-left:7px;}
li a:hover{text-decoration:none;}
/*=====//content===========*/

/*=======page_1===========*/
#page_1 .block_1 .box_1{width:138px;}
#page_1 .block_1 .box_2{width:187px;}

#page_1 .block_2 .box_1{width:186px;}
#page_1 .block_2 .box_2{width:464px;}

#page_1 .block_2 .fst{padding:19px 19px 20px 19px;}


#page_1 .table{color:#000000; margin-top:7px;}
#page_1 .table .box_1{width:26px;}
#page_1 .table .box_1 img{margin:7px 0 0 2px;}
#page_1 .table .box_2{width:30px;}
#page_1 .table .box_2 img{margin:9px 0 0 9px;}
#page_1 .table .box_3{width:128px;}
#page_1 .table .box_3 div{margin:3px 0 0 13px;}
#page_1 .table .line_y{width:1px; float:left; background:url(images/line_y.gif) left top repeat-y;}
#page_1 .table .line_x{height:9px; background:url(images/line_x.gif) left top repeat-x;}
#page_1 .table .line_dv{height:9px; background:url(images/line_x.gif) left 4px repeat-x;}

#page_1 .sp_4{height:24px; background:url(images/sp_4.gif) right bottom no-repeat;}
#page_1 .indent img{margin-right:12px;}

#page_1 .list_2{margin:0 0 15px 11px;}
/*=====//page_1===========*/

/*=======page_2===========*/
#page_2 .block_1 .right_bot{padding-right:28px;}
#page_2 .col_1 .indent{padding:15px 0 0 8px;}

#page_2 .col_2 .indent{padding:0 0 0 7px;}

#page_2 .col_2 ul{margin:15px 0 10px 0;}
/*=====//page_2===========*/

/*=======page_3===========*/
#page_3 .col_1 .pic{margin-bottom:24px;} 
#page_3 .col_1 .indent{padding:0 0 0 5px;}
#page_3 .col_2 .indent{padding:0 0 0 5px;}

#page_3 .col_2 ul{margin:15px 0 10px 0;}

#page_3 .sp_2{position:relative;}
/*=====//page_3===========*/

/*=======page_4===========*/
#page_4 .col_1 .indent{padding-left:5px; padding-right:25px;}

#page_4 .col_1 ul{margin-top:15px; margin-bottom:15px;}
#page_4 .col_2 .indent{padding-left:5px; padding-right:10px;}
/*=====//page_4===========*/

/*=======page_5===========*/
#page_5 .block_1 .right_bot{padding-left:37px; line-height:1.18em;}

#page_5 .sl_menu{text-align:center; margin-bottom:40px;}
#page_5 .sl_menu span{text-decoration:underline; font-weight:bold; color:#3B3B3B;}
#page_5 .sl_menu a{color:#3B3B3B; text-decoration:none; padding-left:3px;}
#page_5 .sl_menu a:hover{text-decoration:underline; font-weight:bold;}

#page_5 .box_1{width:169px;}
#page_5 .box_2{width:153px;}


#form_2 .box_1{width:233px;}
#form_2 .box_2{width:233px;}
#form_2 .box_3{width:225px;}
#form_2 .box_1 div, #form_2 .box_2 div{height:31px;}
#form_2 input{width:226px; height:23px;}
#form_2 textarea{width:225px; height:54px; overflow:auto; margin-bottom:10px;}

#page_5 .sp_bot{margin-bottom:-19px;}
/*=====//page_5===========*/

/*=======page_6===========*/
#page_6 .block_1 .right_bot{padding-left:37px; padding-right:43px;}
#page_6 .col_1 .block_1 .right_bot{padding-bottom:33px;}
#page_6 .col_2 .block_1 .right_bot{padding-right:40px;}

#page_6 .sp_2{position:relative;}

#form{width:289px;}
#form .line{height:31px;}
#form input{width:289px; height:23px;}
#form textarea{width:289px; height:138px; overflow:auto; margin-bottom:14px;}

#page_6 .sp_bot{margin-top:-32px;}
/*=====//page_6===========

/*=======page_7===========*/
#page_7 .block_1 .right_bot{padding-left:37px; padding-right:40px;}
#page_7 .sp_bot{margin-bottom:-19px;}
/*=====//page_7===========*/

/*=======footer===========*/
#footer{background:url(images/footer_top.jpg) left top repeat-x #000000; color:#B0AA2D;}
#footer .bot{background:url(images/footer_bot.jpg) left bottom repeat-x;}
#footer .left{background:url(images/footer_left.jpg) left top repeat-y;}
#footer .right{background:url(images/footer_right.jpg) right top repeat-y;}
#footer .left_top{background:url(images/footer_left_top.jpg) left top no-repeat;}
#footer .left_bot{background:url(images/footer_left_bot.jpg) left bottom no-repeat;}
#footer .right_top{background:url(images/footer_right_top.jpg) right top no-repeat;}
#footer .right_bot{background:url(images/footer_right_bot.jpg) right bottom no-repeat; padding:40px 50px 36px 46px;}

#footer a{color:#B0AA2D; text-decoration:underline;}
#footer a:hover{text-decoration:none;} 
/*=====//footer===========*/
.headings {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; font-weight: bolder; color: #000000}
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.main-heading {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 15px; font-weight: bold; font-variant: normal; text-transform: capitalize; text-decoration: underline; color: #FF0000}
.links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFF66; text-decoration: none; font-weight: bold}

