/* CSS Document */

/* ------------- Shell -------------------------------- */
body {
	text-align: center;
	min-width: 1000px; /* Set min width for Gecko browsers */
	background-color: #999999;
	margin: 0px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Images/Layout/Big-Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1010px;
	padding: 0px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7F7F7F;
} 

#header {
	height: 70px;
	background-image: url(../Images/Layout/Menu-Background-White.png);
	background-repeat: repeat-x;
	background-position: 20px bottom;
	position: fixed;
	z-index: 800;
	width: 1010px;
	margin: 0px;
	padding: 0px;
}

#logotype {
	float: left;
	height: 196px;
	width: 105px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
a#home-link {
	background: url(../Images/Layout/seven-ad-logotype.png) no-repeat center bottom;
	height: 196px;
	width: 105px;
	display: block;
	text-indent: -9000px;
}
a#home-link:hover {
	background: url(../Images/Layout/seven-ad-logotype-home.png) no-repeat center bottom;
}

#logographic {
	height: 196px;
	width: 105px;
}

#menu {
	height: 42px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}

.menu-container {
	float: left;
	width: 750px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 16px;
}


/* ------------- CONTENT ------------------------------ */

#content-container {
	/* ------------- CSS min height hack ------------------------------ */
	min-height:750px;
	height:auto !important;
	height:750px;
	/* ------------- End ------------------------------ */	
	width: 880px;
	background-image: url(../Images/Layout/Main-Store-Background.png);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-left: 130px;
}
.main-content {
	float: left;
	width: 710px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 0;
}	


/* ------------- SERVICES LINKS ------------------------------ */

/*
.ServicesBox {
	background-color: #FFFFFF;
	width: 230px;
	float: left;
	margin: 0 12px 12px 0;
	padding: 0px 10px 10px 0;
}
.ServicesBox h2 {
	font-size: 1.3em;
	margin: 0px;
	padding: 12px 0 0 0;
	line-height: 0.95em;
}
.ServicesBox p {
	margin: 0px;
	padding: 4px 0 0 0;
	font-size: 0.8em;
}
.duration {
	font-weight: bold;
	color: #000000;
	margin: -2px;
	padding: 2px;
}
*/


.col-full {
	width: 670px;
	margin: 0 40px 10px 0;
	clear: both;
}
.col-left {
	float: left;
	width: 320px;
	clear: both;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0;
}
.col-right {
	float: left;
	width: 320px;
}
.col-1-3 {
	clear: both;
}
.col-1-3, .col-2-3 {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.col-3-3 {
	float: left;
	width: 210px;
}
.clear-column {
	clear: both;
	height: 20px;
}

/* ------------- SIDEBAR --------------------------------- */


.sidebar-right {
	width: 160px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	position: relative;
	top: 0px;
	z-index: 900;
}
.top-bounce {
	position: relative;
	z-index: 910;
	margin-bottom: 60px;
	margin-top: 0px;
}


.bottom-bounce {
	position: relative;
	z-index: 900;
	font-size: 10px;
}
/* ------------- SIDEBAR LINKS --------------------------------- */
#body-nav {
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.9;
	/* for Mozilla */
  -moz-opacity:0.9;
}

#body-nav:hover {
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1;
	/* for Mozilla */
  -moz-opacity:1;
}
.services-graphic {
	margin: -40px -60px 30px -40px;
	padding: 0px;
}
.ServiceButtons {
	clear: both;
	width: 750px;
}
.SideLinks {
	width: 160px;
	background-image: url(../Images/SideBar/SideLinks-Background.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: -52px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 52px;
}
.SideLinks h2 {
	margin: 0;
	padding: 10px 4px 8px 10px;
	line-height: 0.9em;
	font-size: 1.4em;
	background-position: center top;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #999999;
}
.SideLinks ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	
}
.SideLinks a, .SideLinks li a
{
	display: block;
	width: 150px;
	margin: 0px;
	padding: 8px 5px;
	font-family: 'AvantGarde';
}
.SideLinkItems a {
	color: #3399FF;
}
.SideLinks a:link, .SideLinkItems a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	width: 145px;
	background-image: url(../Images/SideBar/SideLinkSlide.png);
	background-repeat: repeat;
	background-position: 160px 0px;
}
.SideLinks a:hover
{
	background-color: #C10913;
	color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../Images/Layout/SideLinkArrow.png);
	background-position: right bottom;	/*padding-left: 2px;
	width: 157px;
	font-weight: bold;*/
	margin-right: -2px;
	padding-right: 7px;
}
.SideLinkItems a:visited
{
	background-image: url(../Images/Layout/Menu/menu-visited.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 133px;
	padding-left: 22px;
}
.SideLinksTop {
	height: 5px;
}
.SideLinksBottom {
	height: 5px;
	width: 160px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

a#twitter7-feed {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat left bottom;
	height: 130px;
	width: 210px;
	display: block;
	text-indent: -9000px;
	margin: -40px 0 -5px 0;
}
a#twitter7-feed:hover {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat right bottom;
}
#twitter-feed {
	background: #F1F1F1;
	width: 211px;
	margin: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	/* for Mozilla */
  -moz-opacity:0.9;
}
.twtr-bd {
	width: 215px;
}
.twtr-tweet:hover {
	background: #FFF;
	color: #333;
}

a#discount {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat left top;
	height: 150px;
	width: 210px;
	display: block;
	text-indent: -9000px;
}
a#discount:hover {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat right top;
}

a#job-apply {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat left -150px;
	height: 80px;
	width: 210px;
	display: block;
	text-indent: -9000px;
}
a#job-apply:hover {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat right -150px;
}

a#twitter7 {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat left -250px;
	height: 130px;
	width: 210px;
	display: block;
	text-indent: -9000px;
}
a#twitter7:hover {
	background: url(../Images/SideBar/Services-Bottom-Graphic-V3.png) no-repeat right -250px;
}



/* ------------- SERVICES LINKS ------------------------------ */

.xServiceButtons {
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	/* for Mozilla */
  -moz-opacity:0.6;
}

.xServiceButtons:hover {
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1;
	/* for Mozilla */
  -moz-opacity:1;
}

.navlist {
	margin: 0px;
	padding: 0px;
}

.ServiceIcon {
	margin: -45px 0 -40px 0;
}

.ServiceButtons ul
{
	list-style-type: none;
	text-align: left;
}

.ServiceButtons ul li
{
	float: left;
	text-align: left;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	width: 220px;
	display: block;
}

.ServiceButtons ul li a
{
	width: 200px;
	height: 210px;
	padding: 10px;
	margin: 0px;
	color: #999999;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

.ServiceButtons ul li a:hover
{
	color: #000000;
	background: #FF0000;
}

.ServiceButtons .navlist strong {
	font-size: 1.65em;
	line-height: 1.1em;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-weight: 800;
	color: #333333;
}
.ServiceButtons .navlist li a:hover strong {
	color: #FFFFFF;
}


/* ------------- CALL TO ACTION ------------------------------ */

#CalltoAction {
	clear: both;
	width: 650px;
	padding: 40px 0 0 0;
	margin: 79px 0 20px 0;
}
#CalltoAction a {
	color: #0066CC;
	text-decoration: none;
	margin: -2px;
	padding: 2px;
}
#CalltoAction a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
#CalltoAction h5 {
	margin: 0px;
	padding: 10px 0 0 0;
}


/* ------------- FOOTER ---------------------------------------- */

.footer {
	float: left;
	font-size: 0.9em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FF6666;
	width: 900px;
	background-image: url(../Images/Layout/footer-background.png);
	height: 30px;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* ------------- FOOTER Content -------------------------------- */

.footer h6 {
	margin: 0px;
	padding: 0px;
	color: #FF6666;
}
.footer a {
	color: #F3A5A5;
	text-decoration: none;
	padding: 3px 5px;
}
.footer a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
}
#sevenAD-logo {
	margin: 4px 0 -4px 0;
	padding: 0px;
}
#footer-logo {
	margin: 0 0 -3px -65px;
	padding: 0 10px 0 0;
	float: left;
}

