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

* { outline: none; }

body, margin {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

#container {
	min-width: 900px;
}

#container {
	background-color: #ffffff;
}

.ui-effects-transfer { border: 1px solid #cccccc; z-index: 5000; }

/* basic styles */

h1 {
	color: #222222;
	font-size: 15px; 
	font-family: Calibri, "Century Gothic", Tahoma, Verdana, Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	color: #222222;
	font-size: 14px; 
	font-family: Calibri, "Century Gothic", Tahoma, Verdana, Arial;
	font-weight: normal;
	margin-top: 7px;
}

/* top left logo */

#container #header #logo_left {
	height: 32px;
	width: 354px;
	float: left;
}

/* top right navigation menu arrow open */

#container #header #menu_right .open_arrow {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: pointer;
	width: 32px;
	display: block;
	float: right;
}

/* top right navigation menu arrow SEO text open menu */

#container #header #menu_right .open_arrow span {
	display:none;
}

/* top right navigation menu arrow image open menu */

#container #header #menu_right .open_arrow a {
	display: block;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/menu_whitebg/open_arrow.gif);
	width: 32px;
}

/* top right navigation menu arrow sliding door open menu */

#container #header #menu_right .open_arrow a:hover {
	background-position: 0px -15px;
}

/* top right navigation menu arrow close menu */

#container #header #menu_right .close_arrow {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: pointer;
	width: 32px;
	display: block;
	float: right;
}

/* top right navigation menu arrow SEO text close menu */

#container #header #menu_right .close_arrow span {
	display: none;
}

/* top right navigation menu arrow image close menu */

#container #header #menu_right .close_arrow a {
	display: block;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/menu_whitebg/close_arrow.gif);
	width: 32px;
}

/* top right navigation menu arrow sliding door close menu */

#container #header #menu_right .close_arrow a:hover {
	background-position: 0px -15px;
}

/* top right navigation menu */

#container #header #menu_right #main_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: 430px;
	display: block;
	float: right;
}

/* top right navigation menu items */

#container #header #menu_right #main_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	width: auto;
}

/* top right navigation menu links with-in the items */

#container #header #menu_right #main_menu li a {
	display: block;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	background-repeat:no-repeat;
	padding-left: 5px; 
	padding-right: 5px;
}

/* top right navigation menu links wimages on roll over this is sliding doors */

#container #header #menu_right #main_menu li a:hover {
 	background-position: 0px -15px;
}

/* top right navigation menu SEO content */

#container #header #menu_right #main_menu li a span {
	display: none
}

/* top right navigation menu home button to clear arrow */

#container #header #menu_right #main_menu li#home_button {
	clear: both;
}

/* top right navigation menu home button image non-roll over */

#container #header #menu_right #main_menu li#home_button a {
	background-image: url(../images/menu_whitebg/home.gif);
	width: 45px;
}

/* top right navigation menu about button image non-roll over */

#container #header #menu_right #main_menu li#about_button a {
	background-image: url(../images/menu_whitebg/about.gif);
	width: 49px;
}

/* top right navigation menu web button image non-roll over */

#container #header #menu_right #main_menu li#web_button a {
	background-image: url(../images/menu_whitebg/web.gif);
	width: 36px;
}

/* top right navigation menu print button image non-roll over */

#container #header #menu_right #main_menu li#print_button a {
	background-image: url(../images/menu_whitebg/print.gif);
	width: 42px;
}

/* top right navigation menu other media button image non-roll over */

#container #header #menu_right #main_menu li#other_media_button a {
	background-image: url(../images/menu_whitebg/other_media.gif);
	width: 43px;
}

/* top right navigation menu media buying button image non-roll over */

#container #header #menu_right #main_menu li#media_buying_button a {
	background-image: url(../images/menu_whitebg/media_buying.gif);
	width: 98px;
}

/* top right navigation menu contact button image non-roll over */

#container #header #menu_right #main_menu li#contact_button a {
	background-image: url(../images/menu_whitebg/contact.gif);
	width: 65px;
}

/* header logo fade effect */

#container #header #logo_left #logo_slide1 { /* code for the logo image */
	position: absolute;
	z-index: 150;
	top: 0px;
	left: 39px;
}	

#container #header #logo_left #logo_slide2 { /* code for the phone number image */
	display: none;
	position: absolute;
	z-index: 150;
	top: 0px;
	left: 39px;
}
	
/* home slide */

#container #home_slide {
	background-image: url(../images/home_slide/main_bg.jpg);
	background-position: center -10px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 100%;
}

#container #home_slide .tv_container {
	background-image: url(../images/home_slide/tv.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 323px;
	padding-top: 15px;
}

#container #home_slide .tv_container .flash_container {
	width: 421px;
	height: 265px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
}

#container #home_slide .content_container {
	width: 746px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 63px;
	padding-bottom: 20px;
}

#container #home_slide .content_container .remote_controller { 
	width: 121px;
	height: 92px;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	background-image: url(../images/remote_menu/g_loader_lghtblue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6000;
}

#container #home_slide .content_container .remote_controller_dpad {
	width: 30px;
	height: 92px;
	float: right;
	margin: 0px;
	z-index: 6000;	
	margin-right: 12px;
}

/* web slide */

#container #web_slide {
	background-image: url(../images/web_slide/bg.jpg);
	background-position: center -37px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 100%;
	display: none;
}

#container #web_slide .tv_container {
	height: 298px;
	padding-top: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#container #web_slide .tv_container .flash_container {
	width: 420px;
	height: 267px;
	margin-left: 15px;
	margin-top: 7px;
}

#container #web_slide .content_container {
	width: 746px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}

#container #web_slide .content_container .remote_controller {
	width: 121px;
	height: 92px;
	float: right;
	margin-left: 40px;
	margin-bottom: 0px;
	background-image: url(../images/remote_menu/g_loader_lghtblue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6000;
}

#container #web_slide .content_container .remote_controller_dpad {
	width: 30px;
	height: 92px;
	float: right;
	z-index: 6000;
	margin-right: 83px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #home_slide .tv_container #tv_dot #home_tv_dot {
	height: 2px;
	width: 2px;
	margin-top: 268px;
	margin-left: 212px;
	z-index:9000;
}

#container #home_slide .tv_container #tv_dot object {
	margin-top: -2px;
}

#container #home_slide .tv_container #tv_dot {
	height: 287px;
	width: 221px;
	margin-left: 50%;
	position: absolute;
}

/* web slide 2 */

#container #web2_slide {
	background-image: url(../images/web_slide/bg.jpg);
	background-position: center -37px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 15;
	width: 100%;
	min-width: 973px;
	height: 100%;
	display: none;
}

#container #web2_slide .tv_container {
	height: 298px;
	padding-top: 15px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#container #web2_slide .tv_container .flash_container {
	width: 420px;
	height: 267px;
	margin-left: 15px;
	margin-top: 7px;
}

#container #web2_slide .content_container {
	width: 746px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}

#container #web2_slide .content_container .remote_controller {
	width: 121px;
	height: 92px;
	float: right;
	margin-left: 40px;
	margin-bottom: 0px;
	background-image: url(../images/remote_menu/g_loader_lghtblue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6000;
}

#container #web2_slide .content_container .remote_controller_dpad {
	width: 30px;
	height: 92px;
	float: right;
	z-index: 6000;
	margin-right: 83px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #home_slide .tv_container #tv_dot #home_tv_dot {
	height: 2px;
	width: 2px;
	margin-top: 268px;
	margin-left: 212px;
	z-index:9000;
}

#container #home_slide .tv_container #tv_dot object {
	margin-top: -2px;
}

#container #home_slide .tv_container #tv_dot {
	height: 287px;
	width: 221px;
	margin-left: 50%;
	position: absolute;
}

/* print slide */

#container #print_slide {
	background-image: url(../images/print_slide/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 100%;
	min-width: 820px;
	display: none;
}

#container #print_slide #coffee_cont {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	z-index: 8000;
}

#container #print_slide #coffee_cont #coffee_cup {
	height: 145px;
	width: 133px;
	position: absolute;
	margin-top: 230px;
	margin-left: 25px;
	z-index: 9000;

}

#container #print_slide #print_slider_cont {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}

#container #print_slide #print_slider_cont #sample_slide1 {
	background-image: url(../images/print_slide/sample_slide/fridays.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 820px;
	position: absolute;
}

#container #print_slide #print_slider_cont #sample_slide2 {
	background-image: url(../images/print_slide/sample_slide/american-parking.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 300px;
	width: 820px;
	display: none;
}

#container #print_slide #print_slider_cont #sample_slide3 {
	background-image: url(../images/print_slide/sample_slide/geek-backup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 300px;
	width: 820px;
	display: none;
}
#container #print_slide #print_slider_cont #sample_slide4 {
	background-image: url(../images/print_slide/sample_slide/geek-rescue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 300px;
	width: 820px;
	display: none;
}

#container #print_slide #print_slider_cont #sample_slide5 {
	background-image: url(../images/print_slide/sample_slide/service-king.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 300px;
	width: 820px;
	display: none;
}

#container #print_slide #print_slider_cont #sample_slide6 {
	background-image: url(../images/print_slide/sample_slide/tunnel-express.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 300px;
	width: 820px;
	display: none;
}

#container #print_slide #print_content {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#container #print_slide #print_content p {
	position: absolute;
	width: 720px;
	margin-top: 90px;
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
}

#container #print_slide #print_content #print_remote {
	position: absolute;
	height: 139px;
	width: 189px;
	margin-top: -25px;
	margin-left: 570px;
}
#container #print_slide #print_content #print_remote #print_remote_buttons {
	position: absolute;
	height: 87px;
	width: 118px;
	margin-top: 20px;
	margin-left: 30px;
}

/* video slide */

#container #video_slide {
	background-image: url(../images/video_slide/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 100%;
	display: none;
}

#container #video_slide .tv_container {
	background-position: center top;
	background-repeat: no-repeat;
	height: 323px;
	padding-top: 15px;
}

#container #video_slide .tv_container .flash_container {
	width: 421px;
	height: 265px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	padding-left: 1px;
}

#container #video_slide .content_container {
	width: 746px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	padding-bottom: 20px;
}

#container #video_slide .content_container .remote_controller { 
	width: 121px;
	height: 92px;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	background-image: url(../images/remote_menu/g_loader_lghtblue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6000;
}

#container #video_slide .content_container .remote_controller_dpad {
	width: 30px;
	height: 92px;
	float: right;
	z-index: 6000;
	margin-right: 59px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* media_buying slide */

#container #media_buying_slide {
	background-image: url(../images/media_buying/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 100%;
	display: none;
}

#container #media_buying_slide .tv_container {
	background-position: center top;
	background-repeat: no-repeat;
	height: 323px;
	padding-top: 15px;
}

#container #media_buying_slide .tv_container .flash_container {
	width: 421px;
	height: 265px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	padding-left: 1px;
}

#container #media_buying_slide .content_container {
	width: 746px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 242px;
	padding-bottom: 20px;
}

#container #media_buying_slide .content_container .remote_controller { 
	width: 121px;
	height: 92px;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	background-image: url(../images/remote_menu/g_loader_lghtblue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6000;
}

#container #media_buying_slide .content_container .remote_controller_dpad {
	width: 30px;
	height: 92px;
	float: right;
	z-index: 6000;
	margin-right: 107px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact_slide #iphone {
	margin-right: auto;
	margin-left: auto;
	height: 878px;
	width: 783px;
	z-index: 60000;
}
#contact_slide {
	width: 100%;
	position: absolute;
	z-index: 50000;
	display: none;
}
.style2 {
	font-size: 15px;
	font-family: Calibri, Tahoma, Verdana, Arial;
}#container #web2_slide .tv_container #left_web {
	height: 256px;
	width: 230px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
}
#container #web2_slide .tv_container #right_web {
	position: absolute;
	height: 256px;
	width: 230px;
	margin-left: 690px;
}
#container #web2_slide .tv_container #webslider {
	position: absolute;
	height: 267px;
	width: 420px;
	margin-top: 6px;
	margin-left: 249px;
}
