/* Copyright Hiltonian Media (www.hiltonian.com) */

body {
	background-image: url(/graphics/grid.gif);
	background-position: 60% 10%;
	margin: 0;
	padding: 0;
}

#logo-fade {
	position: absolute;
	bottom: 50px;
	left: -220px;
	width: 207px;
	height: 204px;
	z-index: 1;
	background-image: url(/graphics/logo_fade.png);
	background-position: 30% 80%;
	background-repeat: no-repeat;
}

#page {
	position: relative;
	z-index: 2;
	width: 760px;
	margin: 0px auto;
	background-color: White;
	border-left: 1px solid White;
	border-right: 1px solid #CCC;
	border-bottom: 0px solid White;
}

#sidebar {
	background-image: url(/graphics/waves_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 85px 0 0 0;
	width: 256px;
	margin: 0 0 0 20px;
	float: left;
}

body.movie #sidebar ul {
	display : none;
}

#sidebar ul#menu {
	margin-top: 40px;
}

#sidebar ul#menu li {
	
}

#sidebar ul#menu li a {
	display: block;
	padding: 6px 0 6px 32px;
	margin: 10px 0;
	background-image: url(/graphics/bullet_large_grey.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#sidebar ul#menu li a:hover {
	background-image: url(/graphics/bullet_large_blue.gif);
}

.products #sidebar ul#menu li.products a,
.movie #sidebar ul#menu li.movie a,
.documents #sidebar ul#menu li.documents a,
.assistance #sidebar ul#menu li.assistance a,
.contact #sidebar ul#menu li.contact a {
	background-image: url(/graphics/bullet_large_pink.gif);
}

#content {
	margin: 0 60px 0px 300px;
}

body.splash #content {
	margin: 0;
}

#content div.inner {
	position: relative;
	left: -70px;
}

div.fullwidth {
	clear: left;
	width: 718px;
	position: relative;
	left: -282px;
	margin: 0 0 50px 0;
}

#footer {
	position: relative;
	clear: both;
	height: 65px;
	background-image: url(/graphics/waves_footer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer p.home {
	position: absolute;
	top: -20px;
	left: 32px;
}

#footer p.home a {
	display: block;
	padding: 4px 0 4px 24px;
	margin: 0;
	background-image: url(/graphics/bullet_medium_black.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#footer p.home a:hover {
	background-image: url(/graphics/bullet_medium_blue.gif);
}

.home #footer p.home a {
	background-image: url(/graphics/bullet_medium_pink.gif);
}

#footer p.copyright {
	padding: 40px 0 5px 20px;
	font-size: 0.8em;
	color: #777;
}

#shadow {
	position: relative;
	height: 20px;
	width: 760px;
	margin: 0px auto;
	background-image: url(/graphics/shadow_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#sidebar ul.models {
	padding-left: 20px;
}

#sidebar ul.models li  {
	margin-bottom: 0.5em;
}

#sidebar ul.models li a {
	background-image: url('/graphics/bullet_medium_grey.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#sidebar ul.models li.current a,
#sidebar ul.models li a:hover {
	background-image: url('/graphics/bullet_medium_blue.gif');
	color: #40BBF2;
}

#sidebar ul.models li.current a {
	font-weight: bold;
}



/*Footer Menu*/
.underlinemenu{
font-size: 10px;
width: 100%;

}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;

text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #fff; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #40BBF2;
}

/*Landing Page Styles*/

#landingcontent {
	
	margin: 0 60px 0px 50px;
}

#landingcontent h1 {
	margin: 0;
	width: 100%;
	padding: 0;
	display: block;
	padding: 20px;
}
