/**** General Layout *****/
body {
	padding: 0;
	margin: 0;
	background: #000000;
	color: #AAAAAA;
	font-size: 13px;
	font-family: Century Gothic;
	text-align: center;
}

div#content {
	width: 810px;
	height: 500px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#left {
	float: left;
	width: 160px;
	background: #222222;
	border: 2px solid #333333;
	padding: 0px;
	margin: 3px;
}
#left .top
{
	padding: 0;
	margin: 0;
	height: 280px;
	background: url("images/topfil.jpg");
	background-repeat: no-repeat;
}

#left .logo
{
	height: 85px;
	border-top: 2px solid #333333;
	background: url("images/smallfil1.jpg") #222222; 
	background-repeat: no-repeat;
	background-position: 50% 50%

}


/* MENU */
div#menu{
	padding: 0;
	margin: 0px 0px 15px 15px;
	height: 120px;
	z-index: 100;
}

div#menu a {
	text-decoration: none;
	color: #AAAAAA;
}

div#menu a:hover {
	background: #222222;
}
div#menu a img
{
	display: none;
	height: 0; 
	width: 0; 
	border-width: 0;
}

div#menu a:hover img
{
	display:inline;
	height: 10px;
	width: 10px;
	margin: 0px 5px 0px 0px;
}

div#menu a img.current
{
	display:inline;
	height: 10px;
	width: 10px;
	margin: 0px 5px 0px 0px;
}

/** RIGHT SIDE **/
#right
{
	background: #222222;
	border: 2px solid #333333;
	float: right;
	width: 632px;
	padding: 0px;
	margin-top: 3px;
}

#right .content
{
	height: 415px;
	padding: 0px;
}

#right .name
{
	border-top: 2px solid #333333;
	height: 85px;
	background: url("images/logo.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.content-left
{
	float:left;
	width: 340px;
	padding: 5px 0px 0px 5px;
}

.content-image
{
	float:right;
}

#rightimage
{
	float: right;
	padding: 0px;
	width: 275px;
	height: 415px;
	border-left: 3px solid #333333;
	background: url("images/empty.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%
}
div .clear
{
	clear: both;
}

/**** MAIN PAGE ****/
#marquee
{
	height: 363px;
	width: 630px;
	background: url("images/empty.gif");
	background-repeat: no-repeat;
}

#rotatebox table
{
	width: 100%
	height: 100%
	padding: 0px;
	margin: 0px;
}

#rotatebox td
{
	height: 121px;
	width:  210px;
	text-decoration: none;
	border: 0;
}

#rotatebox td img
{
	height: 121px;
	width:  210px;
	border: 0px;
}

#adbox
{
	border-top: 2px solid #333333;
	height: 50px;
	font-size: 1.2em;
	background: #555555;
}

/**** CONTACT PAGE ****/
div#contact-topleft
{
	float: left;
	width: 264px;
	height: 277px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

div#contact-topright
{
	float: right;
	width: 364px;
	height: 277px;
	border-bottom: 2px solid #333333;
	background: url("images/empty.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%
}

div#contact-bottomleft
{
	float: left;
	width: 264px;
	height: 136px;
	border-right: 2px solid #333333;
}

div#contact-bottomright
{
	float: right;
	width: 364px;
	height: 136px;
}

#right a
{
	text-decoration: none;
	color: #FAC6C6;
	font-weight: bold;
}

#right a:visited
{
	text-decoration: none;
	color: #FAC6C6;
	font-weight: bold;
}

#right a:active
{
	text-decoration: none;
	color: #FAC6C6;
	font-weight: bold;
}

.clear a:link img
{
	text-decoration: none;
	color: #BB9999;
	font-weight: bold;
	border: 2px solid #FAC6C6;
}

.clear a:visited img
{
	text-decoration: none;
	color: #BB9999;
	font-weight: bold;
	border: 2px solid #FAC6C6;
}

.clear a:active img
{
	text-decoration: none;
	color: #BB9999;
	font-weight: bold;
	border: 2px solid #FAC6C6;
}


table
{
	padding: 0;
	margin: 0;
	color: #AAAAAA;
	font-size: 13px;
	font-family: Century Gothic;
}

/** VIDEO PAGE **/
.video-content
{
	width: 205px;
	height: 415px;
	float: left;
	font-size: 10px;
}

#video-right
{
	width: 410px;	
	height: 415px;
	float: right;
}	

/** PRICING PAGE **/
#pricing-left
{
	width: 307px;
	height: 415px;
	float: left;
	font-size: 11px;
}
#pricing-left ul
{
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: round;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#pricing-right
{
	width: 307px;	
	height: 415px;
	float: right;
	font-size: 11px;
}
#pricing-right ul
{
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: round;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#pricing-left strong
{
	color: #FAC6C6;
	font-weight: bold;	
	font-size: 1.3em;
}

.pinkstrong
{
	color: #FAC6C6;
	font-weight: bold;	
	font-size: 1.3em;
}

.larger
{
	font-size: 1.3em;
}