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

Title :    Southwest Audio/Visual
URL :      http://southwestav.com/

Created :  02.02.2010
Modified : 02.10.2010

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

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Arial, Verdana, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #7EAD22; text-decoration: underline; }
a:visited { color: #7EAD22; text-decoration: underline; }
a:hover {  color: #7EAD22; text-decoration: none; }
a:active {  color: #7EAD22; text-decoration: none; }

a:focus { outline: 1px dashed #7EAD22; }

/* Headings 
-------------------------------------------- */
h1 {
	margin: 0 0 0.5em;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	color: #03236c;
}

h2 {
	margin: 0 0 1em;
	font-size: 2.2em;
	font-weight: bold;
	color: #03236c;
}

h2 small {
	font-size: 0.85em;
	font-weight: normal;
}

h3 {
	margin: 0 0 1em;
	font-size: 1.8em;
	font-weight: bold;
}


h4 {
	margin: 0 0 0.5em;
	font-size: 1.6em;
	font-weight: bold;
	color: #81a931;
}

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1em; font-size: 1em; line-height: 1.4em; }

#content p { font-size: 1.2em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em; padding: 0 0 15px; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

#content ul, #content ol { font-size: 1.2em; }
#content ul ul, #content ol ol { font-size: 1em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* Images 
-------------------------------------------- */
img { vertical-align: bottom; }
img.right { float: right; margin: 0 0 10px 20px; }

/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	color: #333333;
	background: #fff url(../img/body_bg.jpg) repeat-x center top;
}

#wrapper {
	margin: 0 auto;
	width: 968px;
	text-align: left;
}

/* Navigation Reset */
.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

/* Header
-------------------------------------------- */
#header {
	position: relative;
	z-index: 100;
	width: 940px;
	height: 80px;
	padding: 0 14px;
}

#header #branding {
	position: absolute;
	top: 4px;
	left: 14px;
	display: block;
	width: 290px;
	height: 76px;
}

/* Global Navigation */
ul.dropdown {
	position: absolute;
	top: 20px;
	left: 304px;
	width: 650px;
	height: 60px;
}

ul.dropdown li { float: left; }

ul.dropdown li a {
	float: left;
	display: block;
	height: 60px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../img/global_nav_sprite.png);
}

ul.dropdown li#gn-home a { width: 43px; background-position: 0 0; }
ul.dropdown li#gn-home a:hover, body#home ul.dropdown li#gn-home a { background-position: 0 -60px; }

ul.dropdown li#gn-design a { width: 94px; background-position: -43px 0; }
ul.dropdown li#gn-design a:hover, body#design ul.dropdown li#gn-design a { background-position: -43px -60px; }

ul.dropdown li#gn-conferencing a { width: 100px; background-position: -137px 0; }
ul.dropdown li#gn-conferencing a:hover, body#conferencing ul.dropdown li#gn-conferencing a { background-position: -137px -60px; }

ul.dropdown li#gn-services a { width: 73px; background-position: -237px 0; }
ul.dropdown li#gn-services a:hover, body#services ul.dropdown li#gn-services a { background-position: -237px -60px; }

ul.dropdown li#gn-rentals a { width: 84px; background-position: -310px 0; }
ul.dropdown li#gn-rentals a:hover, body#rentals ul.dropdown li#gn-rentals a { background-position: -310px -60px; }

ul.dropdown li#gn-sales a { width: 85px; background-position: -394px 0; }
ul.dropdown li#gn-sales a:hover, body#sales ul.dropdown li#gn-sales a { background-position: -394px -60px; }

ul.dropdown li#gn-portfolio a { width: 105px; background-position: -479px 0; }
ul.dropdown li#gn-portfolio a:hover, body#portfolio ul.dropdown li#gn-portfolio a { background-position: -479px -60px; }

ul.dropdown li#gn-contact a { width: 66px; background-position: -584px 0; }
ul.dropdown li#gn-contact a:hover, body#contact ul.dropdown li#gn-contact a { background-position: -584px -60px; }

/* LEVEL ONE */
ul.dropdown li.hover, ul.dropdown li:hover { position: relative; }

/*  LEVEL TWO */
ul.dropdown ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 130px;
	padding: 5px 0;
	visibility: hidden;
	background: #414040 url(../img/dropdown_nav_top.jpg) repeat-x 0 0;
}

ul.dropdown ul li {
	float: none;
	font-weight: normal;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	position: relative;
	display: inline-block;
	float: none;
	text-indent: 0;
	background-image: none;
	height: auto;
	width: 115px !important;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 1.2em;
	color: #fff;
}

ul.dropdown ul li a span {
	position: absolute;
	top: 9px;
	right: 8px;
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/dropdown_nav_arrow.gif) no-repeat 0 0;
}

ul.dropdown ul li a:hover { text-decoration: underline; }

/* LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
	background: #414040 url(../img/dropdown_nav_left.jpg) repeat-y 0 0;
}

ul.dropdown li:hover > ul { visibility: visible; }

/* Search Box */
#search-box {
	position: absolute;
	z-index: 80;
	top: 80px;
	right: 14px;
	width: 206px;
	padding: 14px 0 16px 10px;
	background: #979797;
	background: rgba(151, 151, 151, 0.8);
}

#search-form legend, #search-form label, #search-form .submit { display: none; }

#search-form input#search {
	width: 188px;
	height: 14px;
	margin: 0 0 10px;
	padding: 4px 4px 4px 24px;
	border: none;
	background: url(../img/search_input_bg.gif) no-repeat 0 0;
	color: #bfbfbf;
}

#search-box p {
	font-size: 1.7em;
	line-height: 1.2em;
	color: #fff;
	margin: 0;
}

#search-box a { color: #fff; text-decoration: none; font-size: 0.8em; }
#search-box a:hover { text-decoration: underline; }

#search-box em {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	color: #C5F565;
}

/* Content
-------------------------------------------- */
#content {
	clear: both;
	padding: 0 14px;
	background: url(../img/content_bg.png) repeat-y center top;
}

#banner {
	position: relative;
	z-index: 50;
	width: 940px;
	margin: 0 0 30px;
	padding: 0 0 21px;
	background: url(../img/banner_bg.jpg) repeat-x center bottom;
	height:199px;
}

#home-links {
	position: relative;
	z-index: 50;
	width: 940px;
	margin: -50px 0 30px;
	padding: 0 0 21px;
}

#home-links p {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 904px;
	margin: 0;
	padding: 0 0 0 36px;
	line-height: 1.3em;
	color: #fff;
}

#home-links p strong {
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	font-size: 1.2em; 
	text-transform: uppercase; 
	color: #95C438;
	border-right: 1px solid #95C438; 
}

#home-links p a { 
	margin: 0 0 0 7px;
	padding: 0 0 0 8px;
	text-transform: uppercase; 
	text-decoration: none; 
	color: #95C438; 
	border-left: 1px solid #95C438; 
}

#home-links p a:hover { text-decoration: underline; }

#main-content {
	float: right;
	width: 560px;
	margin: 0 50px 40px 0;
}

#sub-content {
	position: relative;
	float: left;
	width: 215px;
	
	min-height: 510px;
	height: auto !important;
	height: 510px;

	min-height: 510px;
	
	margin: -12px 0 30px;
	padding: 24px 15px 0 50px;
	background: url(../img/sub_content_left.jpg) no-repeat 0 0;
}

#sub-content img { margin: 0 0 12px; }

#sub-content p { margin: 0 0 0.8em; }

/* Sub Navigation */
#sub-content .nav li a {
	display: block;
	padding: 2px 0 2px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #03236c;
	background: url(../img/sub_nav_arrow.gif) no-repeat 1px 6px;
}

#sub-content .nav li a:hover { text-decoration: underline; }

#sub-content .nav li ul { margin: 0 0 8px; }

#sub-content .nav li li a {
	padding: 0 0 0 20px;
	font-weight: normal;
	background: none;
}

#sub-content .nav li.active li a { color: #7ead22; }

/* Footer
-------------------------------------------- */
#footer {
	clear: both;
	padding: 15px 0;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	color: #436dd9;
	background: url(../img/content_bg_bot.png) no-repeat center top;
}

#footer a { color: #436dd9; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* - - - - - - - - - - - - - - - - - - - - - - -    S E C O N D A R Y - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

/* PORTFOLIO PAGE
-------------------------------------------- */
#content ul.gallery-list {
	font-size: 1em;
	margin: 0 0 24px;
	list-style: none;
	border-top: 1px solid #CAE19B;
	padding: 20px 0 0;
}

#content ul.gallery-list li {
	width: 260px;
	margin: 0 18px 14px 0;
	list-style: none;
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
}

#content ul.gallery-list img {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #BBC2BA;
}

#content ul.gallery-list h4,
#content ul.gallery-list p {
	float: left;
	width: 144px;
	margin: 0;
}

#content ul.gallery-list h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#content ul.gallery-list h4 a { text-decoration: none; }
#content ul.gallery-list h4 a:hover { text-decoration: underline; }

#content ul.gallery-list p { font-size: 1em; }

/* HOME PAGE
-------------------------------------------- */
body#home #banner {
	padding: 0 0 32px;
	background: url(../img/banner_bg_home.jpg) repeat-x center bottom;
}

#banner p {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 904px;
	margin: 0;
	padding: 0 0 0 36px;
	line-height: 1.3em;
}

#banner p strong {
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	font-size: 1.2em; 
	text-transform: uppercase; 
	color: #95C438;
	border-right: 1px solid #95C438; 
}

#banner p a { 
	margin: 0 0 0 7px;
	padding: 0 0 0 8px;
	text-transform: uppercase; 
	text-decoration: none; 
	color: #95C438; 
	border-left: 1px solid #95C438; 
}

#banner p a:hover { text-decoration: underline; }

body#home #main-content {
	float: left;
	width: 590px;
	margin: 0 0 40px 32px;
}

body#home #sub-content {
	float: right;
	padding: 24px 35px 0 30px;
	width: 225px;
	padding: 24px 20px 0 30px;
	background: url(../img/sub_content_right.jpg) no-repeat 0 0;
}

body#home h1 {
	width: 420px;
	margin: 1.5em 0 0.5em;
}

/* Logo Links */
#logo-links {
	clear: both;
	width: 885px;
	height: 300px;
	margin: 0 0 0 30px;
	padding: 14px 0 30px;	
	border-top: 1px solid #A9E4FA;
}

#logo-links li {
	float: left;
	position: relative;
	height: 60px;
	overflow: hidden;
}

#logo-links li a {
	position: relative;
	height: 60px;
	overflow: hidden;
}

/*#logo-links li a:hover img { position: relative; top: -60px; }*/
#logo-links li a img { position: relative; top: -60px; }

/* Forms */
form div { padding: 3px 0 3px 0; clear: left; }
form div label { float: left; width: 120px; font-size:1.2em; }
form div.input input { width: 180px; }

#gallery a {
	width:110px;
	height:90px;
	float:left;
	margin-right:5px;
}
