/***********************************************************************
Description:	The stylesheet of the Vidego website
Project:	www.myvidego.com
HTML:		Neal Gamradt
Graphics:	Matt Cabral, Sara Duquette
Created:	2007.06.15
Updated:	2007.07.10
***********************************************************************/

/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 10px;
	color: #808080;
	background-color: #fff;
}

address {
	font-style: normal;
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 2.0em;
	margin: 21px 0px 10px 28px;
}

h2 {
	font-size: 1.2em;
}

p {
	margin: 5px 0px 5px 0px;
}

ul {
	margin: 0px 0px 10px 28px;
}
li {
	list-style:none;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */

#wrapper {
	width: 100%;
	text-align:left; /* Treated as align */
}

#header {
	display: none;
}

#content {
	width: 100%;
}

.blue_background {
	background: transparent url(/images/background_left.blue.png) repeat-x scroll 0px 0px;
}

.orange_background {
	background: transparent url(/images/background_left.orange.png) repeat-x scroll 0px 0px;
}

.green_background {
	background: transparent url(/images/background_left.green.png) repeat-x scroll 0px 0px;
}

.blue_background #content_left {
	background: transparent url(/images/background_left.blue.png) repeat-x scroll 0px 0px;
}

.orange_background #content_left {
	background: transparent url(/images/background_left.orange.png) repeat-x scroll 0px 0px;
}

.green_background #content_left {
	background: transparent url(/images/background_left.green.png) repeat-x scroll 0px 0px;
}

#content_center {
	position: relative;
	width:974px;
	height:847px;
	vertical-align: top;
}

#presentation #content_center {
	height:1000px;
}

.blue_background #content_center {
	background: transparent url(/images/background_center.blue.png) repeat-x scroll 0px 0px;
}

.orange_background #content_center {
	background: transparent url(/images/background_center.orange.png) repeat-x scroll 0px 0px;
}

.green_background #content_center {
	background: transparent url(/images/background_center.green.png) repeat-x scroll 0px 0px;
}

#about #content_center,
#homepage #content_center {
	height: 775px;
}

#analytics #content_center {
	height: 927px;
}

#contact #content_center {
	height: 900px;
}

#media #content_center {
	height: 877px;
}

#main_content {
	position: relative;
	width: 888px;
	height: 782px;
	top: 65px;
	left: 44px;
}

#about #main_content,
#homepage #main_content {
	height: 710px;
}

#analytics #main_content {
	height: 862px;
}

#contact #main_content {
	height: 1030px;
}

#media #main_content {
	height: 812px;
}

#homepage #homepage_header {
	position: absolute;
	left: 31px;
	top: 35px;
	width: 433px;
	height: 82px;
	background: transparent url(/images/homepage_header.blue.png) repeat-x scroll 0px 0px;
}

#homepage #content_text {
	position: absolute;
	left: 31px;
	top: 123px;
	width: 436px;
	font-size: 1.2em;
	text-align: justify;
}

#content_window h1 {
	width: 377px;
}

#content_window img {
	border: 0px;
}

#analytics #content_text {
	position: absolute;
	left: 28px;
	top: 179px;
	width: 377px;
	font-size: 1.2em;
	text-align: justify;
}

#about #content_text {
	position: absolute;
	left: 28px;
	top: 49px;
	width: 377px;
	font-size: 1.2em;
	text-align: justify;
}

#contact #content_text {
	position: absolute;
	left: 28px;
	top: 54px;
	width: 377px;
	font-size: 1.2em;
	text-align: justify;
}

#media #content_text {
	position: absolute;
	left: 28px;
	top: 99px;
	width: 377px;
	font-size: 1.2em;
	text-align: justify;
}

#presentation #content_text {
	position: absolute;
	left: 28px;
	top: 124px;
	width: 377px;
	font-size: 1.2em;
	text-align: justify;
}

#transcoding #content_text {
	position: absolute;
	left: 28px;
	top: 128px;
	width: 377px;
	font-size: 1.2em;
	text-align: justify;
}

#content_form a:link,
#content_form a:visited,
#content_form a:hover,
#content_form a:active,
#content_window a:link,
#content_window a:visited,
#content_window a:hover,
#content_window a:active {
	color: #0089a9;
	text-decoration: underline;
}

#content_form a:hover,
#content_text a:hover {
	text-decoration: none;
}

.blue_background #content_right {
	background: transparent url(/images/background_right.blue.png) repeat-x scroll 0px 0px;
}

.orange_background #content_right {
	background: transparent url(/images/background_right.orange.png) repeat-x scroll 0px 0px;
}

.green_background #content_right {
	background: transparent url(/images/background_right.green.png) repeat-x scroll 0px 0px;
}

#footer {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

#logo {
	display: block;
	position: absolute;
	left: 33px;
	top: 26px;
	width: 307px;
	height: 76px;
	background: transparent url(/images/logo.png) no-repeat scroll 0px 0px;
	cursor: pointer;
}

/* -------------------------------------
END: Main Structure Tags
------------------------------------- */

/* -------------------------------------
BEGIN: Menus
------------------------------------- */

#top_menu {
	display: block;
	width: 484px;
	position: absolute;
	/* left: 560px; */
	left: 380px;
	top: 19px;
	text-align: right;
	margin: 0px;
}

#top_menu li {
	display: inline;
	font-size: 1.1em;
	color: #fff;
	padding: 0px;
}

#top_menu li a:link,
#top_menu li a:visited,
#top_menu li a:hover,
#top_menu li a:active {
	display: inline;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
}

#top_menu li a:hover {
	text-decoration: underline;
}

#menu {
	position: absolute;
	left: 56px;
	top: 135px;
	width: 278px;
	height: 447px;
}

#menu_overview:link,
#menu_overview:visited,
#menu_overview:hover,
#menu_overview:active {
	display: block;
	position: relative;
	float: left;
	top: 12px;
	width: 143px;
	height: 121px;
	background: transparent url(/images/menu_overview_combined.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	outline: none;
}

#menu_overview:hover {
	background: transparent url(/images/menu_overview_combined.png) no-repeat scroll -143px 0px;	
}

#menu_transcoding:link,
#menu_transcoding:visited,
#menu_transcoding:hover,
#menu_transcoding:active {
	display: block;
	position: relative;
	float: left;
	top: 14px;
	width: 143px;
	height: 124px;
	background: transparent url(/images/menu_transcoding_combined.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	outline: none;
}

#menu_transcoding:hover {
	background: transparent url(/images/menu_transcoding_combined.png) no-repeat scroll -143px 0px;
}

#menu_analytics:link,
#menu_analytics:visited,
#menu_analytics:hover,
#menu_analytics:active {
	display: block;
	position: relative;
	float: left;
	top: 10px;
	width: 143px;
	height: 130px;
	background: transparent url(/images/menu_analytics_combined.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	outline: none;
}

#menu_analytics:hover {
	background: transparent url(/images/menu_analytics_combined.png) no-repeat scroll -143px 0px;
}

#menu_media:link,
#menu_media:visited,
#menu_media:hover,
#menu_media:active {
	display: block;
	position: relative;
	float: right;
	top: 12px;
	width: 131px;
	height: 116px;
	top: 14px;
	background: transparent url(/images/menu_media_management_combined.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	outline: none;
}

#menu_media:hover {
	background: transparent url(/images/menu_media_management_combined.png) no-repeat scroll -131px 0px;
}

#menu_presentation:link,
#menu_presentation:visited,
#menu_presentation:hover,
#menu_presentation:active {
	display: block;
	position: relative;
	float: right;
	top: 10px;
	width: 131px;
	height: 119px;
	background: transparent url(/images/menu_presentation_combined.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	outline: none;
}

#menu_presentation:hover {
	background: transparent url(/images/menu_presentation_combined.png) no-repeat scroll -131px 0px;
}

#menu_contact:link,
#menu_contact:visited,
#menu_contact:hover,
#menu_contact:active {
	display: block;
	position: relative;
	float: right;
	top: 1px;
	width: 131px;
	height: 124px;
	background: transparent url(/images/menu_contact_combined.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	outline: none;
}

#menu_contact:hover {
	background: transparent url(/images/menu_contact_combined.png) no-repeat scroll -131px 0px;
}

#menu_bottom_left {
	position: relative;
	float: left;
	width: 143px;
	height: 62px;
	top: 10px;
	background: transparent url(/images/menu_bottom_left.png) no-repeat scroll 0px 0px;
}

#menu_bottom_right {
	position: relative;
	float: right;
	bottom: 5px;
	width: 131px;
	height: 59px;
	background: transparent url(/images/menu_bottom_right.png) no-repeat scroll 0px 0px;
}

#header #menu li, 
#footer ul li {
	display: inline;
}

#footer {
	color: #c0c0c0;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	display: inline;
	font-size: 1.1em;
	color: #c0c0c0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 5px 0px 20px 0px;
}

#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active {
	font-size: 1em;
}

#footer img {
	width: 125px;
	height: 125px;
	border: 0px;
}

/* -------------------------------------
END: Menus
------------------------------------- */

/* -------------------------------------
BEGIN: Content Section
------------------------------------- */

#video_window img {
	border: 0px;
}

#analytics #video_window,
#media #video_window,
#presentation #video_window,
#transcoding #video_window {
	position: absolute;
	left: 367px;
	top: 37px;
	width: 493px;
	height: 277px;
	padding: 8px 0px 0px 9px;
	background: transparent url(/images/video_window.png) no-repeat scroll 0px 0px;
}

/* BEGIN: Set up the base content window */

#content_window {
	width: 433px;
}

.content_window_header {
	float: left;
	width: 433px;
	height: 37px;
	background: transparent url(/images/content_window_header.png) no-repeat scroll 0px 0px;
}

.content_window_body {
	position: relative;
	bottom: 18px;
	float: left;
	width: 433px;
	font-size: 1.2em;
}

.content_window_body li {
	font-size: 1.2em;
	color: #60a144;
	font-weight:bold;
	background-image: url("/images/v_bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 6px 10px 6px 35px;

}

#presentation #content_window a:link,
#presentation #content_window a:visited,
#presentation #content_window a:hover,
#presentation #content_window a:active {
	color: #60a144;
	text-decoration:none;
}

.content_window_body address {
	margin-left: 28px;
	margin-right: 28px;
}

.content_window_body h1 {
	margin: 0px 28px 7px 28px;
}

.content_window_body p {
	margin-left: 28px;
	margin-right: 28px;
}

.content_window_footer {
	position: relative;
	bottom: 36px;
	float: left;
	width: 433px;
	height: 37px;
	background: transparent url(/images/content_window_footer.png) no-repeat scroll 0px 0px;
}

/* END: Set up the base content window */

#analytics #content_window {
	position: absolute;
	left: 435px;
	top: 376px;
	width: 433px;
	height: 406px;
	background: transparent url(/images/analytics_content_long.png) no-repeat scroll 0px 0px;
}

#media #content_window {
	position: absolute;
	left: 435px;
	top: 376px;
	width: 433px;
}

#presentation #content_window,
#transcoding #content_window {
	position: absolute;
	left: 435px;
	top: 376px;
	width: 433px;
}

#contact #content_window {
	position: absolute;
	left: 435px;
	top: 272px;
}

#contact #content_form {
	position: absolute;
	left: 435px;
	top: 272px;
}

#about #content_window {
	position: absolute;
	left: 435px;
	top: 37px;
}

#download_window {
	position: absolute;
	left: 435px;
	top: 603px;
	width: 433px;
	height: 90px;
	background: transparent url(/images/download_window.png) no-repeat scroll 0px 0px;
}

#analytics #download_window {
	top: 758px;
}

#homepage #download_window {
	left: 367px;
	top: 581px;
	width: 502px;
	height: 98px;
	background: transparent url(/images/homepage_download_window.png) no-repeat scroll 0px 0px;
}

#media #download_window {
	display: none;
	top: 708px;
}

#presentation #download_window,
#transcoding #download_window {
	display: none;
	top: 653px;
}

#download_button {
	display: block;
	position: absolute;
	left: 28px;
	top: 25px;
	width: 44px;
	height: 44px;
	background: transparent url(/images/download_button.png) no-repeat scroll 0px 0px;
	cursor: pointer;
}

#homepage #download_button {
	display:block;
	position:absolute;
	left:33px;
	top:29px;
	width: 44px;
	height: 44px;
	background: transparent url(/images/download_button.png) no-repeat scroll 0px 0px;
	cursor: pointer;
}

#download_text {
	display:block;
	position:absolute;
	left: 88px;
	top: 27px;
	width: 313px;
	height: 38px;
	cursor: pointer;
}

#homepage #download_text {
	display: block;
	position: absolute;
	left: 101px;
	top: 35px;
	width: 347px;
	height: 38px;
	cursor: pointer;
}

.blue_background #download_text {
	background: transparent url(/images/onesheet_text.blue.png) no-repeat scroll 0px 0px;
}

.orange_background #download_text {
	background: transparent url(/images/onesheet_text.bold.orange.png) no-repeat scroll 0px 0px;
}

.green_background #download_text {
	background: transparent url(/images/onesheet_text.green.png) no-repeat scroll 0px 0px;
}

#homepage #download_text {
	width: 347px;
	height: 38px;
	background: transparent url(/images/onesheet_text_homepage.blue.png) no-repeat scroll 0px 0px;
}

#contact #image_window {
	position: absolute;
	left: 367px;
	top: 37px;
	width: 502px;
	height: 227px;
	background: transparent url(/images/contact_image.png) no-repeat scroll 0px 0px;
}

#homepage #content_window {
	position: absolute;
	left: 367px;
	top: 37px;
	width: 502px;
	height: 537px;
	background: transparent url(/images/content.png) no-repeat scroll 0px 0px;
}

#homepage #homepage_video,
#homepage #homepage_video_dialup {
	position: absolute;
	left: 9px;
	top: 232px;
}

/* -------------------------------------
END: Content Section
------------------------------------- */

/* -------------------------------------
BEGIN: Icons
------------------------------------- */

#homepage #icon {
	position: absolute;
	width: 153px;
	height: 190px;
	left: 207px;
	top: 504px;
	background: transparent url(/images/icon_overview.png) no-repeat scroll 0px 0px;
}

#analytics #icon {
	position: absolute;
	width: 157px;
	height: 243px;
	left: 244px;
	top: 509px;
	background: transparent url(/images/icon_analytics.png) no-repeat scroll 0px 0px;
}

#contact #icon {
	position: absolute;
	width: 134px;
	height: 168px;
	left: 240px;
	top: 532px;
	background: transparent url(/images/icon_contact.png) no-repeat scroll 0px 0px;
}


#media #icon {
	position: absolute;
	width: 181px;
	height: 286px;
	left: 212px;
	top: 493px;
	background: transparent url(/images/icon_media_management.png) no-repeat scroll 0px 0px;
}

#presentation #icon {
	position: absolute;
	width: 206px;
	height: 230px;
	left: 210px;
	top: 503px;
	background: transparent url(/images/icon_presentation.png) no-repeat scroll 0px 0px;
}

#transcoding #icon {
	position: absolute;
	width: 137px;
	height: 229px;
	left: 231px;
	top: 513px;
	background: transparent url(/images/icon_transcoding.png) no-repeat scroll 0px 0px;
}


/* -------------------------------------
END: Icons
------------------------------------- */

/* -------------------------------------
BEGIN: General Classes
------------------------------------- */

.homepage_still {
	background: transparent url(/images/homepage_still.png) no-repeat scroll 0px 0px;
}

.analytics_still {
	background: transparent url(/images/analytics_still.png) no-repeat scroll 0px 0px;
}

.media_still {
	background: transparent url(/images/media_still.png) no-repeat scroll 0px 0px;
}

.presentation_still {
	background: transparent url(/images/presentation_still.png) no-repeat scroll 0px 0px;
}

.transcoding_still {
	background: transparent url(/images/transcoding_still.png) no-repeat scroll 0px 0px;
}


/* -------------------------------------
END: General Classes
------------------------------------- */

/* -------------------------------------
BEGIN: Contact Form
------------------------------------- */

#contact_form_table {
	width: 397px;
	margin: 5px 28px;
}

#contact_form_table label {
	font-weight: normal;
}

#contact_form_table input,
#contact_form_table select,
#contact_form_table textarea {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	font-size: 1.2em;
	width: 201px;
	color: #808080;
}

#contact_form_table textarea {
	height: 60px;
}

#contact_form_table input:focus,
#contact_form_table textarea:focus {
	background-color: #f6fcfc;
}

#contact_form_table .checkbox {
	border-style: none;
	width: 16px;
}

#contact_form_table #description_label {
	margin-left: 92px;
}

#contact_form_table #description {
	width: 270px;
	height: 120px;
	margin: 0px 0px 0px 70px;
}

#contact_form_table #submit {
	display: block;
	width: 88px;
	height: 25px;
	color: #666;
	border-color: #999;
	border: 1px solid;
background-color: #ddd;
	margin: 10px 0px 5px 254px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;

padding: 4px 4px;

}

.required {
	color: #0089a9;
	padding: 5px 0px;
}

.left {
	width: 35%;
	text-align: right;
	padding: 5px 0px;
}

.right {
	width: 65%;
	text-align: left;
	padding: 5px 0px;
}

/* -------------------------------------
BEGIN: Contact Form
------------------------------------- */
