/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}





/* MAIN styles
-------------------------------------------*/
body{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #77787b;
}

h1{
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #77787b;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #77787b;
	margin:10px 0px 0px;
}

h3{
	color: #5d88a1;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #82ace1;}
a:visited{color: #82ace1;}
a:hover{color: #628cc0;}
a:active{color: #628cc0;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;display: block;}
/* End hide from IE-mac */



ul li{
	list-style: square;
}


/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 748px;
	position:relative;
	left: 50%;
	margin: 20px 0px 0px -374px;
}




/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px;
	padding: 10px;
	height: 222px;
}
	body.home #header{
		height: 215px;
		padding: 10px 10px 0px 10px;
	}


	#header h1{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 352px;
	}
	#header h1 a{
		display: block;
		float: left;
		height: 54px;
		width: 156px;
	}	
	#header h1 span{
		display: block;
		float: left;
		height: 23px;
		width: 185px;
		margin: 31px 0 0 11px;
		background: transparent url(../images/tagline_rtlondon.gif) 0 0 no-repeat;
		}

	#header h2#logo-gsa{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#header h2#logo-gsa a{
		display: block;
		height: 28px;
		width: 28px;
		background: transparent url(../images/logo_gsa.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -100em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h2#logo-gsa a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

	#header h2#icon-news{
		position: absolute;
		top: 0px;
		right: 48px;
	}
	#header h2#icon-news a{
		display: block;
		height: 28px;
		width: 28px;
		background: transparent url(../images/icon_news.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -100em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h2#icon-news a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */






	#nav{
		margin: 5px 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 65px;
		left: 20px;
	}
	#nav li{
		display: block;
		padding: 5px 0px 5px 5px;
	}
	#nav li ul, #nav li ul li{
		display: inline;
		margin: 0px;
		padding: 0px;
	}
		#nav li a{
			text-decoration: none;
			color: #939598;
			font-size: 1.2em;
			font-weight: bold;
		}
		#nav li a:hover, #nav li:hover a{
			color: #5d88a1;
		}
		#nav li:hover ul li a{
			color: #939598;
		}
		#nav li ul li a{
			text-decoration: none;
			color: #939598;
			font-weight: normal;
			font-size: 1em;
			border-left: 1px solid #939598;
			padding: 0 0 0 5px;
			margin: 0 0 0 5px;
		}
		#nav li ul li a:hover{
			color: #9dbdd0;
		}
		#nav li ul li a.current{
			color: #5d88a1;
			font-weight: bold;
		}
	

	/* nav hover info*/
	#nav li ul {
		position: relative;
		width: 60em;
		left: -999em;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}


	table#search-box{
		width: 150px;
		position: absolute;
		right: 0px;
		top: 28px;
	}
	table#search-box td.searchtext{
		text-align: right;
	}
		table#search-box td.searchtext input{
			border: 1px solid #cecece;
			border-bottom: 1px solid #e7e7e7;
			border-left: 1px solid #e7e7e7;
		}
		table#search-box td label{
		display: block;
		float: left;
		height: 12px;
		width: 38px;
		margin: 5px 0 0 0;
		background: transparent url(../images/hdr_search.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body table#search-box td label { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
	background: #fff url(../images/div-double-line.gif) 0 0 repeat-x;
}
	body.home #content{
		background: none;
		margin-left: 0;
		padding-top: 20px;
	}
	  body.home #content .new-nav a {
	    margin-right: 2px;
	  }
    body.home #content #splash-container1{
      float: left;
      margin-right: 10px;
          text-align: center;
    }
		body.home #content #splash-container2{
			float: left;
					text-align: center;
		}
			body.home #content div.splash ul, body.home #content div.splash ul li{
				margin: 0px;
				padding: 0px;
				list-style: none;
			}
				body.home #content div.splash h2{
					font-size: 18px;
					color: #939598;
					margin: 0 0 5px 0;
				}
				body.home #content div.splash ul li{
					display: inline;
					border-right: 1px solid #939598;
					margin-right: 5px;
					padding-right: 5px;
				}
				body.home #content div.splash ul li.last{
					border: none;
				}
				
				body.home #content div.splash ul li a{
					text-decoration: none;
				}
	
		body.home #content #splash1{
			margin: 0 10px 20px 0;
			width: 314px;
			height: 250px;
		}
		body.home #content #splash2{
			margin: 0 0px 20px 0;
			width: 314px;
			height: 250px;
		}
	
	
	
	

	#splash{
		float: left;
		margin-right: 20px;
	}
	#splash_right{
		float: right;
		margin-left: 20px;
	}
	#slideshow{
		padding-top:20px;/*new*/
		float: left;
		margin-right: 20px;
		/*width: 325px;*/
	}
		#slideshow #main-photo-container {
			height: 280px;
			position: relative;
		}
		#slideshow div.photo-shell {
			height: 270px;
			line-height: 270px;
			width: 325px;
		}
		#slideshow div.photo-shell img{
		}
		#main-photo{
		}
		#slideshow ul,#slideshow ul li{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#slideshow ul{
			margin: 0px;
			padding: 0px 0px 5px 0px;
		}
		#slideshow ul li{
			display: block;
			float: left;
			margin: 10px 0 0 0;/*added jh 050907*/
		}
		#slideshow ul li a{
			display: block;
			text-decoration: none;
			border: 1px solid #797979;
			color: #797979;
			width:70px;/*added jh 050907*/
			/*width: 1.5em;*/
			text-align: center;
			line-height: 1.5;
			margin: 0 20px 0px 0;/*added jh 050907*/
			/*margin: 0 5px 0 0;*/
		}
	#slideshow ul li.magnifier{
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#slideshow ul li.magnifier a{
		background: transparent url(../images/icon_magnify.gif) 50% 50% no-repeat;
		text-align: left;
		letter-spacing : -1000em;
		text-indent: -1em;
		width:20px;/*added jh 050907*/
		margin: 0px;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #slideshow ul li.magnifier a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */
		#slideshow ul li a:hover{
			background-color: #f1f1f1;
		}
		
		#slideshow h3{
			clear: left;
		}


	#product-details{
		float: left;
		width: 375px;
	}
		#product-details ul, #product-details ul li{
			margin: 0px;
			padding: 0px;
		}
			#product-details ul{
				margin: 0px 0px 0px 15px;
				padding: 0px;
			}
			#product-details ul li{
				margin: 0px 0px 10px 0px;
			}
		
		#product-details ul#detail-resources, #product-details ul#detail-resources li{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			#product-details ul#detail-resources li{
				margin: 10px 0px 0px 0px;
				padding: 0px;
				list-style: none;
			}
			a.pdf-link{
				padding: 4px 5px 4px 20px;
				background: #fff url(../images/pdficon_small.gif) left center no-repeat;}
		

	#subnav, #subnav li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#subnav{
		margin: 5px 0 10px 0;
	}
		#subnav li{
			display: inline;
			margin-left: 5px;
			padding-left: 5px;
			border-left: 1px solid #939598;
		}
			#subnav li.first{
				border: none;
				margin: 0px;
				padding: 0px;
			}
			#subnav li a{
				color: #939598;
				text-decoration: none;
			}
			#subnav li a:hover{
				color: #9dbdd0;
			}
			#subnav li.current a, #subnav li a.current{
				color: #5d88a1;
				font-weight: bold;
			}
	
	#statement-of-line{
		clear: left;
		background: #fff url(../images/div-double-line.gif) 0 0 repeat-x;
		padding: 5px 0 0 0;
		margin: 10px 0 0 0;
		float: left;
		width: 520px;
	}
		#statement-of-line ul, #statement-of-line ul li{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			#statement-of-line ul li{
				float: left;
				text-align: center;
				width: 130px;
				margin-bottom: 25px; 
				height: 190px;
			}
			#statement-of-line ul li .product-thumb{
				min-height: 130px;
				_height: 130px;
				width: 130px;
				display: block;
				line-height: 130px;
				position: relative;
				text-align: center;
			}
			#statement-of-line ul li .product-thumb span{
				display: block;
				width: 130px;
				text-align: center;
			}
	#related-products{
		background: #fff url(../images/div-double-line.gif) 0 0 repeat-x;
		padding: 5px 0 0 0;
		margin: 10px 0 0 10px;
		float: left;
		width: 195px;
	}
		#related-products ul, #related-products ul li{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			#related-products ul li{
				margin: 10px 0px 0px 0px;
			}



	#category-products{
		float: left;
		margin: 0px 20px 0px 0px;
		padding: 0px;
		width: 375px;
	}
		#category-products li{
			float: left;
			margin: 0px 5px 5px 0px;
		padding: 0px 10px;
			list-style: none;
			width: 100px;
			height: 130px;
			text-align: left;
		}
		#category-products li.soopahover{
		}
		#category-products li a span{
			display: block;
			text-align: center;
		}
		#category-products li a span.img{
			height: 100px;
			width: 80px;
			position: relative;
		}
		#category-products li a img{
			margin: 0 auto;
			position: absolute;
			left: 0px;
			bottom: 0px;
			cursor: pointer;
		}


#content #testimonials,
#content .content-inner {
	width: 360px;
	float: left;
}
	#content #testimonials p.testimonialTitle{
		color: #5d88a1;
	}

#case-list{
	width: 370px;
	float: left;
	margin: 0 0px 10px 0;
}
		#case-list p{
			width: 100px;
			float: left;
			margin: 0 20px 0px 0;
			text-align: center;
		}



/* Shows & Events styles
-------------------------------------------*/
#events-list{
	margin-top: 10px;
}

div.event{
	margin: 0 5px 2px 5px;
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #f1f1f1;
	width: 100px;
	float: left;
}
div.event h3{
	font: bold 12px/1.3em Arial, Helvetica, sans-serif;
}

/* News styles
-------------------------------------------*/
#news-list{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#news-list li{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#news-list li span.date{
	font-weight: bold;
}
#news-list li span.title{
	font-weight: bold;
}




/* US Navy styles
-------------------------------------------*/
.packageTable{
	border-top: 1px dashed #999;
}
	.packageTable.last{
		background: url(../images/div-double-line.gif) repeat-x left bottom;
}
	.packageTable td{
		vertical-align: middle;
}
	.packageTable td p,.packageTable td h3{
		margin: 0 40px;
}

.themeSelector{
	width: 50%;
	float: left;
	margin: 10px 0 40px 0;
}

	.themeSelector img{
		float: left;
		margin: 0 10px 0 0;
	}
	.themeSelector p{
		margin-right:40px;
	}
	.themeSelector div{
		margin-left: 114px;
		}	
/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #fff;
	width: 200px;
	float: right;
	display: inline;
}




/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	color: #77787b;
	font-size: 10px;
}
	#footer p.copyright{
		padding: 0px;
		margin: 0px 0px 0px 25px;
	}
	#footer p.url{
		display: none;
		text-align: center;
	}





/* Fusionary styles
-------------------------------------------*/

.fusionary-note{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #FFE7BD;
	font-style: italic;
	clear:both;
}


#newthumbs {

	width:100%;
	float:left;
	margin:20px 0 20px 0;
	border-top:solid 1px #797979;
	position:relative;
	text-align:left;
	list-style-type:none;
}


/* Landing page
-------------------------------------------------------------- */

body.landing #content{
  margin: 0;
}
body.landing #header{
  height:70px;
}
.hr-line{
  background: #fff url(../images/div-double-line.gif) 0 0 repeat-x;
}
