@charset "utf-8";
/* 
	Testshoots.com web site css
	Created by DVR
	
*/

/* ===== global styles ===== */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FF1 url(../Graphics/background.jpg);
	margin: 0
	Padding: 0
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}
/*
a {
	text-decoration: none;
}
*/
a img {
	boder: 0;
}

#outerDiv {
	position:relative;
	width: 770px;
	margin: 0 auto;
	background: #ffd url(../Graphics/TSheaderBanner.jpg) no-repeat;
}

/* ===== header ===== */
#header {
	height: 110px;
	postion: relative;
}


/* ===== contact link ===== */ 

#outerDiv div#contactButton {
	position:absolute;
	left: 650px;
	bottom: 0;
}

#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 86px;
	display: block;
	text-indent: -1000em;
	background: url(../Graphics/contact_icon_dual.jpg) no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}

/* ===== main menu ===== */


#header #mainMenu {
	position: absolute;
	left: 10px;
	top: 83px;
	width: 760px;
}

 
#mainMenu ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	margin-right: 5px;
	line-height: 25px;
	background: #C3F url(../Graphics/nav_rollover.jpg) no-repeat left bottom; 
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #f8b449;
	background-position: left top;
}
	
#mainMenu li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../Graphics/nav_current.jpg) no-repeat;
	color: #bbb;
	line-height: 25px;
}

#mainMenu li a.current:hover {
	cursor: default;
}

/* other option for current page rollover
#mainMenu li a.current, #mainMenu li a.current:hover, #mainMenu li a.current:active; {
	margin-top: -5px;
	height; 30px;
	background: url(../Graphics/nav_current.jpg) no-repeat;
	color: #aaa;
	line-height: 25px;
	cursor: default;
} */
/* ===== main content ===== */

#content div#mainContent {
	float: left;
	width: 435px;
	margin: 0;
	padding: 0 15px;
}

#mainContent p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	color:#600;
	margin: 1ex o;
	
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color:#900;
	margin: .5ex 0 .4ex 0;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #900;
	margin: .4ex 0;
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: 666;
	margin: 1ex 0 -.2ex 0;
}

img.floatRight {
	float: right;
	margin-left: 1em;
	margin-top: 1ex;
}

img.floatLeft {
	float: left;
	margin-right: 1em;
	margin-top: 1ex;
}



/*==== sideBar=====*/

#content div#sideBar {
	float: right;
	width: 265px;
	padding: 0 10px;
	margin: 0;
	border-left: solid #aaa 1px;
}

#sideBar p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #444;
	margin: 0 0 3ex 0;
}

#sideBar h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333;
	margin: 1ex 0 .5ex 0;
}

#sideBar h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
	margin: 1ex 0 .5ex 0;
}

img.sideBar {
	float: Right;
	margin: 1em;
}

img.compCenter {
	Margin: 0 0 0 27px;
}
img.compFloatLeft {
	float:left;
	margin: 1em;
}

img.compFloatRight {
	float: right;
	margin: 1em;
}
/*==== footer =====*/

div#footer {
	clear:both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: .75em;
	color: #fff;
	margin: 0 0 0 2em;
	padding: 0;
	text-align:center;
}

#footer a {
	color: #1b9d95;
	text-decoration: none;
}

/*==== miscellaneous styles ====*/

.clear { clear:both }

.bottomAdBanner {
	margin: 1em 0;
}
