
/* **********************************
   LAYOUT
   ******************************* */

#header{
	height:90px;
}   

#home_packages {
	float:left;
	width:445px;
}

#home_sidebar {
	background:url(../images/home_sidebar_bg.jpg) top left no-repeat;
	float:right;
	margin-bottom:10px;
	padding:0;
	width:445px;
}

#spots {
	border:1px solid #CCCCCC;
	height:115px;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
}

.spot {
	height:103px;
	width:168px;
	border-color:white;
	border-style:none;
    border-width:0; 
	padding:0;
	margin:0;
}

#subcolumns {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	clear:both;
	height:75px;
	margin:0;
	padding:5px 0;
}

#subcolumns div {
	float:left;
	margin:0;
	padding:0 5px;
}

#languages {
 	/*border-right:1px solid #999;
	width:450px;*/
 }
 
#packages_wrapper {
	float:left;
	width:700px;
}

#channel_sidebar {
	background-image:url(../images/sidebar_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border:1px solid #CCC;
	float:right;
	margin:44px 0 0 0;
	text-align:center;
	width:198px;
[?] width:200px;	
}

.channel_description {
	display:none;
	padding:4px 0;
}

#order_table {
	background:url(../images/order_table_bg.jpg) top left no-repeat;
	height:175px;
}

#order_table div {
	 float:left;
	 margin-top:35px;
	 padding:10px;
	 width:205px;
	 [?]width:225px;
}

#inquiry {
	display:none;
	width:690px;
}
/* **********************************
   TYPOGRAPHY
   ******************************* */

#header_tel {
	color:#CC0000;
	font-weight:bold;
	margin:0;
	padding:10px 3px 0 0;
	text-align:right;
}

#main #top #contentArea #subcolumns p {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:.02em;
	margin:0;
	padding:3px 0 0 0;
	text-transform:uppercase;
}

table td p {
	margin:0;
	padding:0 0 0 15px;
}

.channel_description {
	font-size:11px;
	line-height:16px;
}

p.channels_included {
	font-weight:bold;
	margin:0;
	padding-bottom:7px;
}

/* **********************************
   LINKS
   ******************************* */

#main #top #leftColumn div a.active {
	color: #CC0000;
	text-decoration:none;
}

#spots a {
	padding:0 3px 0 0;
}

#main #top #contentArea #languages ul li a {
	color:#000000;
	text-decoration:underline;
}

#main #top #contentArea .view_all {
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	text-align:right;
	text-decoration:underline;
}

table.channel td a {
	color:#CC0000;
	cursor:pointer;
	font-size:10px;
	text-decoration:underline;
}

/* **********************************
   LISTS
   ******************************* */

#main #top #contentArea #languages ul {
	/*float:left;*/
	margin:10px 15px 0 0;
	padding:0;
}
	
#main #top #contentArea #languages ul li {
	float:left;
	font-size:13px;
	margin:0;
	padding:5px 20px 5px 5px;
}

#main #top #contentArea #packages_wrapper table ul {
	float:left;
	margin:0 0 0 15px;
	padding:0;
	width:30%;
[?]	width:28%;	
}

#main #top #contentArea #packages_wrapper table ul li {
	margin:0;
	padding:0 0 5px 0;
}

/* **********************************
   TABLES
   ******************************* */

#packages_wrapper table {
	background-color:#FFF;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:0 0 10px 0;
	padding:0;
}


th {
	background-image: url(../images/subhead_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom:1px solid #CCCCCC;
	color: #000;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	padding:0;
}

td.price {
	background-image:url(../images/pkg_price_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-right:1px solid #CCC;
	height:30px;
	padding:0;
	text-align:center;
}

table.channel {
	background:none;
	border:none;
	border-bottom:1px dotted #999;
	padding:3px 0;
}

table.channel:last-child {
	border-bottom:none;
}
table.channel td {
	line-height:14px;
	padding:3px 8px;
}

/* **********************************
   MISC
   ******************************* */
#main #top #contentArea .view_all img {
	text-decoration:none;
}

form.order hr {
	border:none;
}

.clearfix {
	display: block;
	clear: both;
	height: 0;
}

/* **********************************
   FORMS
   ******************************* */

form {
	margin:0;
	padding:0;
}  

input, textarea {
	background-color:#FFF;
	border:1px solid #999;
	padding:3px;
}

input.button {
	border:none;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
form.order {
	background-color:#FFF;
	border:1px solid #CCC;
	margin-top:15px;
	padding:20px 10px 10px 35px;
}   
