

/* START MAIN HOLDERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 82.5%;
	background: #efefeb url(/wp-content/themes/me_blue_one/i/bg_body_inner.gif) top left repeat-x;
}

body#home
{
	background: #efefeb url(/wp-content/themes/me_blue_one/i/bg_body.gif) top left repeat-x;
}

.container
{
	position: relative;
}

#naver
{
	background: #344F7C;
	border-bottom: 9px solid #d9d8cb;
	height: 35px;
}


#header
{
	height: 86px;
	margin-bottom: 5px;
}

body#home #header
{
	height: 380px;
}

#big-slideshow-holder
{

	padding-top: 20px;

}

#big-slideshow
{
	border: 1px solid #3B5A8E;
		border: 10px solid #4266a0;
	z-index: 10;
	height: 320px;
	width: 480px;
	overflow: hidden;
}

#middler
{
	clear: both;
	overflow: hidden;
	margin: 1.5em 0;
}

#footer
{
	border-top: 1px solid #d9d8cb;
	padding: 15px 0;
	height: 59px;
	background: transparent url(/wp-content/themes/me_blue_one/i/bg_footer.gif) top right no-repeat;
}

div.colborder
{
	border-color: #d9d8cb;
}

#right-column
{
	padding-top: 3em;
	padding-top: 0;
}

div#top-row-holder
{
	 border-bottom: 1px solid #d9d8cb;
	 padding-bottom: 20px;
	 margin-bottom: 20px;
	 overflow: hidden;
	 height: 1%;
}

div#inner-show-holder,
div#gallery-home-theater,
div#gallery-commercial-professional,
div#gallery-integration,
div#gallery-snapshots

{
	 height: 360px;
	 width: 655px;
	 float: left;
	 background: #7d9cc8;
}

div#inner-blurb-holder
{
	padding-left: 25px;
	float: right;
	width: 270px;
}

/* END MAIN HOLDERS */

/* START LOGO */
#logo
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 295px;
	height: 86px;
}

body#home #logo
{
	right: 110px;
}

#logo h1
{
	width: 295px;
	height: 86px;
	background: transparent url(/wp-content/themes/me_blue_one/i/logo3.gif) center center no-repeat;
}

#logo h1 a
{
	display: block;
	width: 295px;
	height: 86px;
	text-indent: -9999px;
}
/* END LOGO */

/* START NAVIGATION */
ul#top-nav
{
	display: inline;
	margin: 0 0 0 13px;
}

ul#top-nav li
{
	list-style: none;
	display: inline;
	margin-right: 30px;
	
}

ul#top-nav a:link, ul#top-nav a:visited
{
	color: #fff;
	text-decoration: none;
}
ul#top-nav a:hover, ul#top-nav a:active
{
	color: #ACC5ED;
	text-decoration: none;
}
/* END NAVIGATION */

/* START PARAGRAPHS AND HEADINGS */
div#inner-blurb-holder p
{
	font-size: 17px;
	font-style: italic;
	color: #2c446a;
	line-height: 1.8;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

#footer p
{
	color: #848484;
}

p#splash
{
	color: #fff;
	padding-top: 100px;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.7;
	margin-bottom: 0;
}

p.extra-bottom
{
	margin-bottom: 25px;
}

h1,h2,h3,h4,h5
{
	color: #2C446A;
}
/* END PARAGRAPHS AND HEADINGS */

/* START MISC STUFF */
.framed
{
	border: 5px solid #fff;
	margin-bottom: 15px;
}

.align-middle
{
	text-align: center;
}

.goleft
{
	float: left;
	margin: 5px 20px 15px 0;
}

.goright
{
	float: right;
	margin: 0 0 20px 20px;
}

img#top-phone
{
	margin-top: 23px;
}

body#home img#top-phone
{
	margin: 27px 0 0 18px;
}

body#home a.framedlink
{
	margin-bottom: 1.5em;
	display: block;
	height: 193px;
	
}

a.framedlink:link, a.framedlink:visited
{
	border: 10px solid #fff;	
}

a.framedlink:hover, a.framedlink:active
{
	border: 10px solid #7d9cc8;	
}

img.border
{
	border: 10px solid #fff;
	margin-bottom: 1.5em;
}
/* END MISC STUFF */