@charset "UTF-8";
/* CSS Document */

/* hard CSS reset */
	a, html, body, div, span, applet, object, iframe,
	blockquote, pre, 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: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	}
	:focus { outline: 0; }
	body {	line-height: 1.3;	background-color: #fff; }
	ol, ul { list-style: none; }
	h1 { color: #012171; font-size: 19px;}
	h2, h3, h4, h5, h6, h7, h8, h9, p {color: #454648; font-size: 15px;}
/* end hard CSS reset */

body {
	font: 100%/1.4 Helvetica, Arial, Verdana, sans-serif;
	color: #012171;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
a:focus { outline: 0; }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	list-style:none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 19px;
	color: #012171;
}
p {
	color: #454648;
}
ul li {
	color: #454648;
	font-weight: lighter;
	font-size: 13px;
	margin-bottom: 3px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none; 
}

a {text-decoration: none;}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~*/ 

a:link { color: #012171; text-decoration: none; }
a:visited { color: #012171; text-decoration: none; }
a:hover { color: #fecd0b; text-decoration: none; }
a:active, a:focus { color: #717475; text-decoration: none; }

#stillAVcontact a:link { color: #1e479e;}
#stillAVcontact a:visited { color: #e8e8e8;}
#stillAVcontact a:hover {color: #fecd0b;} 

mainNav {
	padding: 5px 5px 5px 37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	margin: 0 0 10px 70px; position: relative; top: 9px;
}


mainNav ul li							{ display: inline; }
mainNav ul li a						{ display: block; width: 121px; height: 41px; text-indent: -9999px;
	                                  float: left; border: none; padding: 0; background-repeat: no-repeat;}

mainNav ul li a#list-one-button		{ background-image: url(sprite/stillCam.png); background-position: -4px -80px;}
mainNav ul li a#list-one-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-one-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-one-button:active, mainNav li a#list-one-button:focus {background-position: -4px -2px;}

mainNav ul li a#list-two-button		{background-image: url(sprite/AV.png); background-position: -4px -80px;}
mainNav ul li a#list-two-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-two-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-two-button:active, mainNav li a#list-two-button:focus {background-position: -4px -2px;}

mainNav ul li a#list-three-button	{background-image: url(sprite/acc.png); background-position: -4px -80px;}
mainNav ul li a#list-three-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-three-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-three-button:active, mainNav li a#list-three-button:focus {background-position: -4px -2px;}

mainNav ul li a#list-four-button	{background-image: url(sprite/photoLab.png); background-position: -4px -80px;}
mainNav ul li a#list-four-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-four-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-four-button:active, mainNav li a#list-four-button:focus {background-position: -4px -2px;}


mainNav ul li a#list-five-button	{background-image: url(sprite/film.png); background-position: -4px -80px;}
mainNav ul li a#list-five-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-five-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-five-button:active, mainNav li a#list-five-button:focus {background-position: -4px -2px;}

mainNav ul li a#list-six-button		{background-image: url(sprite/rent.png); background-position: -4px -80px;}
mainNav ul li a#list-six-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-six-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-six-button:active, mainNav li a#list-six-button:focus {background-position: -4px -2px;}
	
mainNav ul li a#list-seven-button	{background-image: url(sprite/history.png); background-position: -4px -80px;}
mainNav ul li a#list-seven-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-seven-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-seven-button:active, mainNav li a#list-seven-button:focus {background-position: -4px -2px;}

mainNav ul li a#list-eight-button	{background-image: url(sprite/contact.png); background-position: -4px -80px;}
mainNav ul li a#list-eight-button:visited {background-position: -4px -2px;}
mainNav ul li a#list-eight-button:hover {background-position: -4px -41px;}
mainNav ul li a#list-eight-button:active, mainNav li a#list-eight-button:focus {background-position: -4px -2px;}

leftNav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	position: relative;
	top: 37px;}


leftNav ul li	{display: inline; margin-bottom: 8px;}
leftNav ul li a		{ display: block; width: 110px; height: 52.5px; text-indent: -9999px;
	                                  border: none; padding: 0; background-repeat: no-repeat;}

leftNav ul li a#list-one-button		{ background-image: url(sprite/newProduct.png); background-position: -6px -104px;}
leftNav ul li a#list-one-button:visited {background-position: -6px 0px;}
leftNav ul li a#list-one-button:hover {background-position: -6px -53px;}
leftNav ul li a#list-one-button:active, leftNav li a#list-one-button:focus {background-position: -6px -0px;}

leftNav ul li a#list-two-button		{background-image: url(sprite/passport.png); background-position: -6px -104px;}
leftNav ul li a#list-two-button:visited {background-position: -6px -0px;}
leftNav ul li a#list-two-button:hover {background-position: -6px -53px;}
leftNav ul li a#list-two-button:active, leftNav li a#list-two-button:focus {background-position: -6px -0px;}

leftNav ul li a#list-three-button	{background-image: url(sprite/onlinePrint.png); background-position: -6px -104px;}
leftNav ul li a#list-three-button:visited {background-position: -6px -1px;}
leftNav ul li a#list-three-button:hover {background-position: -6px -53px;}
leftNav ul li a#list-three-button:active, leftNav li a#list-three-button:focus {background-position: -6px -1px;}

/* Form navigation formatting + buttons */
		.formNav {
 			text-align: center;
			width:109px;
			height: 33;
			position: absolute;
			top: 160px;
			left: 1003px;
		}
		.button {
			width: 151px;
			border: 1px solid #DDD;
			-moz-border-radius: 9.65px;
			border-radius: 9.65px;
			text-shadow: 0 2px 2px white;
			-webkit-box-shadow: 0 1px 1px #fff;
			-moz-box-shadow:    0 1px 1px #fff;
			box-shadow:         0 1px 1px #fff;
			font: bold 11px;
			padding: 3px 3px;
			white-space: nowrap;
			vertical-align: middle;
			color: #012171;
			background: #e8e8e8;
			cursor: pointer;
		}
		.button:hover, .button:focus {
		   border-color: #999;
		   background: -webkit-linear-gradient(top, white, #E0E0E0);
		   background:    -moz-linear-gradient(top, white, #E0E0E0);
		   background:     -ms-linear-gradient(top, white, #E0E0E0);
		   background:      -o-linear-gradient(top, white, #E0E0E0);
		   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
		   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
		   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
		}
		.button:active {
		   border: 1px solid #AAA;
		   border-bottom-color: #CCC;
		   border-top-color: #999;
		   -webkit-box-shadow: inset 0 1px 2px #aaa;
		   -moz-box-shadow:    inset 0 1px 2px #aaa;
		   box-shadow:         inset 0 1px 2px #aaa;
		   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
		   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
		   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
		   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
		}
		.button:after {
		   content: "";
		   display: inline-block;
		   width: 0;
		   height: 0;
		   border-top: 4px solid #999;
		   border-left: 4px solid transparent;
		   border-right: 4px solid transparent;
		   margin: 0 0 0 4px;
		   position: relative;
		   top: -1px;
		}
		.button:hover:after {
		   border-top-color: black;
		}
/* end form navigation formatting + buttons */

#social {margin: 0 0 0 85px;}
	
/* ~~ this fixed width container surrounds all other elements ~~ */
#container {
	width: 1180px;
	margin: 20px auto 20px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-repeat: no-repeat;
	background-image: url(img/background.png);
	height: 733px;
	position: relative;
}

header {
	margin: 9px 0 0 0;
}
/* ~~ This is the layout information. ~~*/

#mainContent {
	width: 766px;
	height: 568px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 150px;
	margin-top: 172px;
	position: relative;
	top: -320px;;
}

#mainImg { position: absolute; top: 147px; left: 330px; z-index: -50; }
#mainImg2 { position: absolute; top: 187px; left: 425px; z-index: -50; }

#guts {
	width: 301px;
	height: 564px;
	text-align: left;
	position: relative;
	left: 95px;
}

#stillLogo {
	position: relative;
	top: -85px;
	left: 85px;
}

#AVLogo {
	position: relative;
	top: -21px;
	left: 85px;
}

#tweet {
	position: absolute;
	top: 339px;
	left: 951px;
	
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#stillAVcontact {
	position: relative;
	left: 87px;
	top: 5px;
	font-size: 13px;
	font-style: oblique;	
}
