/* CSS Document */

/* 
Author: Gemma
Created: 20 03 06
Last Updated: 20 03 06
 */
 
/*
Classes and things are listed in the
order in which they appear in the
html document.
*/
 
 /* Basic HTML Elements */
 
 body{
 margin: 0px;
 padding: 5px;
 font-family: arial, sans-serif;
 }
 
 h1{}
 
 h2{}
 
 h3{}
 
 p{
 font-size: 12px;
 }
 
 a{}
 
 a:hover{}
 
 a:active{}
 
 a:visited{}
 
 /* Custom Divs and Classes */
 
 #heading{
 position: relative;
 width: 100%;
 height: 70px;
 margin-bottom: 5px;
 
 background-color: #E7DEC9;
 background-image: url(../images/header_left.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
 
 border: 1px solid black;
 }
 
 #heading h1{
 color: #660000;
 font-size: 24px;
 margin-left: 10px;
 display: inline;
 }
 
 a.portal_h1{
 color: #660000;
 text-decoration: none;
 }
 
 a.portal_h1:hover{
 text-decoration: underline;
 }
 
 #heading img{
 position: relative;
 float: right;
 }
 
 #search{
 position: absolute; 
 top: 25px;
 right: 150px;
 margin: 0px;
 padding: 0px;
 }
 
 #search h2{
 display: inline;
 font-size: 14px;
 padding-right: 5px;
 }
 
 form{
 display: inline;
 padding: 0px;
 margin: 0px;
 }
 
 /* Left Column */
 
 #left_column{
 position: relative;
 float: left;
 width: 15%;
 }
 
 #pnav{
 background-color: #E7DEC9;
 
 border: 1px solid black;
 }
 
 #pnav h1{
 display: block;
 color: #ffffff;
 font-size: 16px;
 margin: 0px;
 padding-top: 2px;
 padding-left: 5px;
 padding-right: 0px;
 padding-bottom: 4px;
 background-color: #660000;
 border-bottom: 1px solid black;
 }
 
 #pnav ul{
 list-style-type: none;
 margin-left: 6px;
 margin-top: 0px;
 margin-bottom: 3px;
 margin-right: 0px;
 padding: 0px;
 }
 
 #pnav a{
 color: #000000;
 font-size: 12px;
 text-decoration: none;
 }
 
 #pnav a:hover{
 text-decoration: underline;
 }
 
 a.sml_builds_h1{
 font-size: 14px;
 color: #333333;
 text-decoration: none;
 }
 
 a.sml_builds_h1:hover{
 text-decoration: underline;
 }
 
 #builds_sml{
 margin-top: 5px;
 margin-bottom: 5px;
 padding-bottom: 5px;
 border: 1px solid black;
 }
 
 #builds_sml h1{
 font-size: 16px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 
 background-color: #EEEEEE;
 }
 
 #builds_sml p{
 color: #FFFFFF;
 font-size: 12px;
 margin-top: 3px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding: 5px;
 }
 
 #build_basic_sml{
 margin: 0px;
 padding: 0px;
 background-color: #669ACC;
 }
 
 #build_basic_sml h2{
 color: #ffffff;
 font-size: 13px;
 margin: 0px;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 3px;
 padding-bottom: 3px;
 
 background-color: #006DCF;
 }
 
 #build_basic_sml a{
 color: #ffffff;
 text-decoration: none;
 }
 
 #build_basic_sml a:hover{
 text-decoration: underline;
 }
 
 #build_standard_sml{
 margin: 0px;
 padding: 0px;
 background-color: #99CC2F;
 }
 
 #build_standard_sml h2{
 color: #ffffff;
 font-size: 13px;
 margin: 0px;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 3px;
 padding-bottom: 3px;
 
 background-color: #78AF00;
 }
 
  #build_standard_sml a{
 color: #ffffff;
 text-decoration: none;
 }
 
 #build_standard_sml a:hover{
 text-decoration: underline;
 }
 
 #build_premium_sml{
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
 background-color: #F37E39;
 border-bottom: 1px solid white;
 }
 
 #build_premium_sml h2{
 color: #ffffff;
 font-size: 13px;
 margin: 0px;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 3px;
 padding-bottom: 3px;
 
 background-color: #EF5A00;
 }
 
  #build_premium_sml a{
 color: #ffffff;
 text-decoration: none;
 }
 
 #build_premium_sml a:hover{
 text-decoration: underline;
 }
 
 /* Center Column */
 
 #center_column{
 float: left;
 width: 67%;
 
 padding-left: 10px;
 }
 
 /* Jobs Styles for Center Column */
 
 #center_column h1.jobs{
 color: #006DCF;
 font-size: 32px;
 
 text-align: center;
 }
 
 #center_column h2.jobs{
 color: #78AF00;
 font-size: 22px;
 }
 
 #center_column h3.jobs{
 color: #EF5A00;
 font-size: 16px;
 }
 
 ul.jobs{
 font-size: 12px;
 list-style-type: square;
 }
 
 a.jobs{
 color: #006DCF;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 
 float: right;
 }
 
 a.jobs:hover{
 text-decoration: underline;
 }
 
 /* End of Jobs Styles */
 
 /* Start of Privacy Statement Styles */
 
 #privacy h1{
 color: #006DCF;
 font-size: 28px; 
 text-align: center;
 }
 
 #privacy h2{
 color: #78AF00;
 font-size: 18px;
 }
 
 #privacy h3{
 color: #EF5A00;
 font-size: 14px;
 }
 
 #privacy p{
 font-size: 12px;
 }
 
 #privacy ol{
 font-size: 12px;
 }
 
 /* End of Privacy Statement Styles */
 
 /* Start of products table
    definition */
		
 #basic_package{
 color: #ffffff;
 vertical-align: top;
 
 background-color: #669ACC;
 background-image: url(../images/basic_man.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 }
 
 #basic_package h1{
 font-size: 20px;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin: 0px;
 }
 
 #basic_package p{
 color: #ffffff;
 font-size: 12px;
 padding-left: 5px;
 margin: 0px;
 }
 
 #basic_package ul{
 font-size: 12px;
 margin-left: 0px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 0px;
 padding-left: 18px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 list-style-type: square;
 }
 
 #basic_package a{ 
 color: #ffffff;
 font-weight: bold; 
 text-decoration: none;
 }
 
 #basic_package a:hover{
 text-decoration: underline;
 }
 
 #standard_package{
 color: #ffffff;
 vertical-align: top;
 
 background-color: #99CC2F;
 background-image: url(../images/standard_man.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 }
 
 #standard_package h1{
 font-size: 20px;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin: 0px;
 }
 
 #standard_package p{
 color: #ffffff;
 font-size: 12px;
 padding-left: 5px;
 margin: 0px;
 }
 
 #standard_package ul{
 font-size: 12px;
 margin-left: 0px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 0px;
 padding-left: 18px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 list-style-type: square;
 }
 
 #standard_package a{ 
 color: #ffffff;
 font-weight: bold;
 /*float: right;
 padding-right: 28px;*/
 
 text-decoration: none;
 }
 
 #standard_package a:hover{
 text-decoration: underline;
 }
 
 #premium_package{
 vertical-align: top;
 color: #ffffff;
 
 background-color: #F37E39;
 background-image: url(../images/premium_man.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 }
 
 #premium_package h1{
 font-size: 20px;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin: 0px;
 }
 
 #premium_package p{
 color: #ffffff;
 font-size: 12px;
 padding-left: 5px;
 margin: 0px;
 }
 
 #premium_package ul{
 font-size: 12px;
 margin-left: 0px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 0px;
 padding-left: 18px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 list-style-type: square;
 }
 
 #premium_package a{ 
 color: #ffffff;
 font-weight: bold;
 
 text-decoration: none;
 }
 
 #premium_package a:hover{
 text-decoration: underline;
 }
 
 /* End of product table */
 
 #featured_shops_top{
 width: 100%;
 margin-left: 5px;
 clear: both;
 }
 
 #featured_shops_bottom{
 width: 100%;
 margin-left: 5px;
 clear: both;
 }
 
 #featured_shops_bottom{
 width: 100%;
 clear: both;
 }
 
 .feat_item_container{
 margin: 0px;
 padding-top: 5px;
 width: 32%;
 float: left;
 
 border-right: 3px solid white;
 }
 
 span.price_bold{
 color: #CC0033;
 font-weight: bold;
 }
 
 td img{
 float: left;
 border: 0px;
 }
 
 td a{
 color: #006DCF;
 font-size: 14px;
 font-weight: bold;
 
 text-decoration: none;
 }
 
 td a:hover{
 text-decoration: underline;
 } 
 
 td a.sub{
 color: #006DCF;
 font-size: 12px;
 font-weight: normal;
 
 text-decoration: none;
 }
 
 td a.sub:hover{
 text-decoration: underline;
 }
 
 .feat_item_container h2{
 color: #333333;
 font-size: 16px;
 margin-top: 5px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 padding-left: 5px;
 
 background-image: url(../images/orange_fade.jpg);
 background-repeat: repeat-x;
 background-color: #DAEFFF;
 }
 
  .feat_item_container p{
	font-size: 12px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	}
	
	.feat_item_container a.text_link{
	position: relative;
	float: right;
	color: #660000;
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	}
	
	.feat_shop_container a:hover{
	text-decoration: underline;
	}
 
 .feat_item_container img{
 position: relative;
 float: left;
 margin-right: 5px;
 border: 0px;
 }
 
 /* Right Column */
 
 #right_column{
 position: relative;
 float: right;
 width: 15%;
 }
 
 #menu_2{
 background-color: #E7DEC9;
 border: 1px solid black;
 }
 
 #menu_2 h1{
 color: #ffffff;
 font-size: 16px;
 margin: 0px;
 padding-left: 5px;
 
 border-bottom: 1px solid black;
 background-color: #660000;
 }
 
 #menu_2 ul{
 list-style-type: none;
 margin: 0px;
 padding-left: 5px;
 padding-bottom: 5px;
 }
 
 #menu_2 li{
 font-size: 12px;
 }
 
 #menu_2 a{
 color: #660000;
 text-decoration: none;
 }
 
 #menu_2 a:hover{
 text-decoration: underline;
 }
 
 #services{
 margin-top: 5px;
 margin-bottom: 5px;
 
 background-color: #E7DEC9;
 border: 1px solid black;
 }
 
 #services h1{
 color: #ffffff;
 font-size: 16px;
 margin: 0px;
 padding-left: 5px;
 
 border-bottom: 1px solid black;
 background-color: #660000;
 }
 
 #services ul{
 list-style-type: none;
 margin-bottom: 8px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 padding-left: 5px;
 }
 
 #services li{
 font-size: 12px;
 }
 
 #services a{
 color: #660000;
 text-decoration: none;
 }
 
 #services a:hover{
 text-decoration: underline;
 }
 
 #latest_merchants{
 margin-top: 5px;
 margin-bottom: 5px;
 text-align: center;
 
 background-color: #ffffff;
 border: 1px solid #999999;
 }
 
 #latest_merchants h1{
 color: #ffffff;
 font-size: 16px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 padding-left: 5px;
 
 border-bottom: 1px solid #999999;
 background-color: #006DCF;
 }
 
 #latest_merchants img{
 border: 0px;
 }
 
 #latest_merchants a{
 padding: 0px;
 margin: 0px;
 }
 
 #sponsors{
 margin-top: 5px;
 margin-bottom: 5px;
 text-align: center;
 
 background-color: #ffffff;
 border: 1px solid #999999;
 }
 
 #sponsors h1{
 color: #ffffff;
 font-size: 16px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 padding-left: 5px;
 
 border-bottom: 1px solid #999999;
 background-color: #78AF00;
 }
 
  #sponsors img{
 border: 0px;
 }
 
 #sponsors a{
 padding: 0px;
 margin: 0px;
 }
 
 #ads_sml_right{
 text-align: left;
 }
 
 #ads_sml_right ul{
 color: #333333;
 list-style-type: none;
 }
 
 #ads_sml_right a{
 color: #333333;
 font-size: 10pt;
 text-decoration: none;
 }
 
 #ads_sml_right a:hover{
 text-decoration: underline;
 }
 
 #ads_sml_right img{
 border: 0px;
 }
 
 /* Footer */
 
 #footer{
 /*position: relative;*/
 width: 100%;
 }
 
 #footer_ad_container{
 margin-left: 3px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-bottom: 10px;
 clear: both;
 }
 
 .footer_ad{
 position: relative;
 width: 24%;
 height: 175px;
 float: left;
 text-align: left;
 padding: 0px;
 margin-right: 5px;
 margin-bottom: 10px;
 margin-top: 10px;
 }
 
 .footer_ad h1{
 color: #333333;
 font-size: 16px;
 margin: 0px;
 padding-top: 2px;
 padding-left: 7px;
 padding-right: 0px;
 padding-bottom: 3px;
 
 background-color: #ffffff;
 background-image: url(../images/med_blue_fade.jpg);
 background-repeat: repeat-x;
 }
 
 .footer_ad img{
 position: relative;
 float: left;
 padding-left: 3px;
 padding-right: 7px;
 padding-bottom: 1px;
 border: 0px;
 }
 
 .footer_ad p{
 font-size: 11px;
 padding-left: 5px;
 padding-right: 3px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin: 0px;
 }
 
 .float_url{
 text-align: center;
 bottom: 0px;
 right: 0px;
 padding: 5px;
 }
 
 .float_url a{
 font-size: 12px;
 color: #660000;
 text-decoration: none;
 }
 
 .float_url a:hover{
 text-decoration: underline;
 }
 
 #footer_ishop{
 width: 100%;
 text-align: center;
 
 margin-top: 5px;
 background-color: #E7DEC9;
 border: 1px solid black;
 clear: both;
 }
 
 #footer_ishop ul{
 padding-left: 0xp;
 padding-right: 0px;
 padding-right: 3px;
 padding-bottom: 3px;
 margin: 0px;
 }
 
 #footer_ishop li{
 display: inline;
 padding-bottom: 0px;
 padding-right: 3px;
 margin: 0px;
 }
 
 #footer_ishop a{
 color: #666666;
 font-size: 11px;
 text-decoration: none;
 }
 
 #footer_ishop a:hover{
 text-decoration: underline;
 }
 
 #footer_ishop a:visited{
 color: #333333;
 }
 
 .clear{
 clear: both;
 }
 
 span.red{
 color: #660000;
 }
 
 .float_bottom_right{
 position: relative;
 width: 75%;
 float: right;
 
 margin-top: 5px;
 margin-bottom: 5px;
 
 vertical-align: bottom;
 }
 
 .float_left{
 float: left;
 }
 
 .float_right{
 float: right;
 }
	.feat_item_container a.textlink{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	}
