@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../image/index_background.gif);
	background-repeat: repeat-x;
	
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #sitewrap {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*
	background-image:url(../image/bg_shadow.png);
	background-repeat:repeat-x;
	*/
	margin-top:0px;
	padding-top:0px;
}

.oneColFixCtrHdr .blackband_container {
	width:100%; 
	height:96px;
	background-color:#2B2B2B;
}

.oneColFixCtrHdr .header_container {
	width:100%; 
	background-color:#d5120c;
}

.oneColFixCtrHdr .header_container.steps {
	background-color:#ccc;
	background-image: url('../image/steps/step_bg.png');
	background-repeat: repeat-x;
}

.oneColFixCtrHdr .header_container.steps .header_bar {
	padding: 0;
}

.oneColFixCtrHdr .footer_container {
	width:100%; 
}

.oneColFixCtrHdr .blackband {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
 	height:96px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	position:relative;
}

.oneColFixCtrHdr #drop {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	background-image:url(../image/content_drop_shadow.png);
	background-repeat:repeat-y;
	
}

.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin-top: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	width: 960px;
}

.oneColFixCtrHdr #indexContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0 0 0;
	width: 960px;
}
.oneColFixCtrHdr #footer {
	height: 204px;
	background-color:#d5120c;
	text-align:center;
	width:960px;
	padding:20px 0 0 0;
	margin: 0 auto;
}


.oneColFixCtrHdr #subContainer {
	width: 920px;
	padding: 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*###############################TRACYS ADDITIONS###################################*/

.oneColFixCtrHdr .header_bar {
	width:950px; 
	margin: 0 auto;
	/*
	background-image:url(../image/header_bar_bg.jpg); 
	background-repeat:repeat-x; 
	border:#000000 2px solid;
	*/
	text-align:left;
	padding:5px 0px 5px 0px;
}

.header_bar .title { float:left; }
.header_bar .link { float:right; 
	background-color:#333333; 
	color:#FFFFFF; 
	padding:4px 10px; -moz-border-radius: 5px;	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	margin:18px 10px 0px 0px; 
	font-size:11px;
	-moz-box-shadow:inset 0px 0px 1px #333333;
	-webkit-box-shadow:inset 0px 0px 1px #333333;
	box-shadow:inset 0px 0px 1px #333333;
 }
.header_bar .link:hover { background-color:#666666; }
.header_bar .link a { color: #FFFFFF; text-decoration:none; font-weight:bold; }
.header_bar .link:hover a { color: #EFEFEF; text-decoration:none; }

.oneColFixCtrHdr .header_bar H1{
color:#FFFFFF;
font-style:italic;
margin:10px 20px 10px 0px;
}


.breadcrumb {  color:#093d66; font-size:18px; }
.breadcrumb a { color:#093d66; }
.breadcrumb a:link {text-decoration: none}
.breadcrumb a:visited {text-decoration: none}
.breadcrumb a:active {text-decoration: none}
.breadcrumb a:hover { color: #157ed0;
		  text-decoration:underline;
}


.header_links { float:right; margin: 23px 0px 23px 20px;padding: 18px 0px 18px 22px; color: #CCC; border-left:#CCC 1px solid; font-weight:bolder; font-size: 11px; }
.header_links a:link { color:#CCC; text-decoration: none; }
.header_links a:visited { color:#CCC; text-decoration: none; }
.header_links a:active { color:#CCC; text-decoration: none; }
.header_links a:hover { color: #FC0; text-decoration: none; }


.header_menu_items { float:right; padding: 38px 18px 5px 10px; color: #FFF; font-weight:bold; font-size: 13px; }
.header_menu_items a:link { color:#FFF; text-decoration: none; margin: 0 5px 0 5px; }
.header_menu_items a:visited { color:#FFF; text-decoration: none; }
.header_menu_items a:active { color:#FFF; text-decoration: none; }
.header_menu_items a:hover { color: #FC0; text-decoration: none; }

.clr {border: medium none; clear: both; display: block; font-size: 0; height: 0;line-height: 0; margin: 0; padding: 0;}

.content_panel	{
	position:relative;
	display: table;
	width: 990px;
	margin-bottom: 20px;
}

.transparent_container	{
	float: left;
	background-image:url(../image/spacer_75alpha.png);
	border: 1px #CC0000 solid;
	padding: 10px;
	margin: 20px 0px 0px 20px	
}

.search {
	float:right;
	margin: 0px 5px 0 0;
}

.search .inputbox{
	padding-bottom:2px;
}

.search .button{
margin-left:-1px;
margin-bottom:-7px;
}

.menu { float:left; margin: 10px 0px 0px 10px; padding: 0px 5px 0px 5px; color:#000000; font-size: 12px; font-weight:bold; }
.menu a:link { color:#000000; text-decoration: none}
.menu a:visited { color:#000000; text-decoration: none}
.menu a:active { color:#000000; text-decoration: none}
.menu a:hover { color: #335e0a; text-decoration: none}

.hdrlogin { color:#FFFFFF; }
.hdrlogin a:link {text-decoration: underline; color:#FFFFFF;}
.hdrlogin a:visited {text-decoration: underline; color:#FFFFFF;}
.hdrlogin a:active {text-decoration: underline; color:#FFFFFF;}
.hdrlogin a:hover { color: #0066CC;
		  text-decoration:underline;
}

#footer .mainlevel { margin: 10px 0px 0px 10px; padding: 0px 5px 0px 5px; color:#ffffff; font-size: 12px; font-weight:bold; }
#footer .mainlevel a:link { color:#FFFFFF; text-decoration: none}
#footer .mainlevel a:visited { color:#FFFFFF; text-decoration: none}
#footer .mainlevel a:active { color:#FFFFFF; text-decoration: none}
#footer .mainlevel a:hover { color: #335e0a; text-decoration: none}

h1 {
    font-size: 210%;
    color: #cc170e;
	margin: 0 0 .5em 0;
}

h2 {
    color: #576974;
    font-size: 125%;
	font-weight:bold;
    margin: 0 0 .5em 0;
}

h3 {
    font-size: 110%;
    color: #919191;
    margin: 0 0 0 0;
}

h4 {
    font-size: 100%;
    color: #cc170e;
    padding-bottom: 10px;
}

h5 {
	float: right;
	font-weight: normal;
	font-size: 90%;
	color: #333333;
}
	
p {
    font-size: 90%;
    color: #333333;
    margin: 1.5em 0 1.5em 0;
	text-align: justify;
}




li {
    font-size: 90%;
    color: #666666;
    margin: 0 0 1.5em 0;
	list-style-image:url(../image/list_arrow.png);
}

.categories li {
    color: #565656;
    margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: #dfdfdf 1px solid;
	list-style-image:url(../image/list_arrow.png);
	list-style-position:outside;
	position: relative;
}


.error {
    font-size: 120%;
    color: #CC0000;
    margin: 1.5em 0 1.5em 0;
	font-weight: bold;
}

.white { color:#FFFFFF; }
.black { color:#000000; }
.grey { color:#999999; }
.dark_grey { color:#666666; }
.red { color:#CC0000;}
.yellow { color: #FFCC00;}
.bold { font-weight:bold;}
.small { font-size:90%;}
.tiny { font-size:80%;}
.ittybitty { font-size:70%;}

.header_columns{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7d7b77;
	/*background: #684F17;*/
	background-color: #f4f3ef;
	padding: 4px;
}

.list_display_light{
	background-color: #B1C0E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;	
}

.list_display_dark{
	background-color: #83A1E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;
}


.whiteform input {
	border: 1px #000033 solid;	
}

.left_segment {
	float:left;
	width:212px;
}

.right_segment {
	float:left;
	width:743px;
	border-left: 5px solid #ffffff;
}

.left_segment .header_red {
	position:relative;
	width: 177px;
	border:#333333 1px solid;
	height: 34px;
	background-image: url(../image/nav_red_double_arrow.png);
	background-repeat:no-repeat;
	padding-left: 33px;
	background-color: #d2140a;
}

.left_segment h1 {
	font-size: 18px;
	font-weight:bold;
    color: #FFFFFF;
	margin-top:5px;
}

.left_segment .container {
	position:relative;
	width: 212px;
}

.left_segment .cart {
	position:relative;
	width: 202px;
	padding: 5px;
	background-color:#CCCCCC;
}

.left_segment .link_container {
	position:relative;
	width: 212px;
	background-color:#d2140a;
}


.left_segment .item_container {
	position:relative;
	width: 179px;
	height: 32px;
	background-image: url(../image/nav_arrow_white.png);
	background-repeat:no-repeat;
	padding-left: 33px;
}


.left_segment .itemtitle {
	position:relative;
	width: 169px;
	height: 24px;
	padding-left: 10px;
	padding-top: 8px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.left_segment .itemtitle:hover {
	position:relative;
	width: 169px;
	height: 24px;
	padding-left: 10px;
	padding-top: 8px;
	font-weight:bold;
	font-size:12px;
	color: #000000;
	background-image: url(../image/transparent_white.png);
	background-repeat:repeat;
}

.left_segment .reditemtitle {
	position:relative;
	width: 169px;
	height: 24px;
	padding-left: 10px;
	padding-top: 8px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.left_segment .reditemtitle:hover {
	position:relative;
	width: 169px;
	height: 24px;
	padding-left: 10px;
	padding-top: 8px;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	background-color:#a40700;
}



.left_segment .separator {
	float:right;
	width: 179px;
	height: 1px;
	background-color:#FFCC00;
}


.subcat_link {  color:#FFFFFF; font-size:12px; }
.subcat_link a { color:#FFFFFF; }
.subcat_link a:link {text-decoration: none}
.subcat_link a:visited {text-decoration: none}
.subcat_link a:active {text-decoration: none}
.subcat_link a:hover { color:#FF9900; text-decoration:none; }

.sort_by_link {  color:#1c242e; font-size:12px; }
.sort_by_link a { color:#1c242e; }
.sort_by_link a:link {text-decoration: none}
.sort_by_link a:visited {text-decoration: none}
.sort_by_link a:active {text-decoration: none}
.sort_by_link a:hover { color:#0000CC; text-decoration:none; }

.Button {
       FONT-FAMILY: Arial;
	   BACKGROUND: URL(../image/butbg.png);
       COLOR: #FFFFFF; 
       FONT-SIZE: 11px;
       TEXT-DECORATION: none;
}

 .clr {border: medium none; clear: both; display: block; font-size: 0; height: 0;line-height: 0; margin: 0; padding: 0;}
 


	#nav_cats, #nav_cats ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 180px;
		font-size:12px;
	}
	
	#nav_cats li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : 0px;
		width: 180px;
	}
	
	#nav_cats li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 180px;
		margin-top : -33px;
		background-color:#CC0000;
	}
	
	#nav_cats li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav_cats li a {
		width: 162px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		border-bottom: #FFCC00 1px solid;
		padding : 9px;
	}
	
	#nav_cats li a:hover {
		color : black;
		background-image: url(../image/transparent_white.png);
	}
	
	#nav_cats li:hover ul ul, #nav_cats li:hover ul ul ul, #nav_cats li.sfhover ul ul, #nav_cats li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav_cats li:hover ul, #nav_cats li li:hover ul, #nav_cats li li li:hover ul, #nav_cats li.sfhover ul, #nav_cats li li.sfhover ul, #nav_cats li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/*  STANDARD LEFT MENUS (RED) */
	.menu_lmenu, .menu_lmenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 180px;
		font-size:12px;
		background-color:#FF0000;
		background-image: url(../image/nav_arrow_white.png);
		background-repeat:repeat-y;
		padding-left:32px;
	}
	
	.menu_lmenu li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : 0px;
		width: 180px;
	}
	
	.menu_lmenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 180px;
		margin-top : -33px;
		background-color:#CC0000;
	}
	
	.menu_lmenu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.menu_lmenu li a {
		width: 162px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		border-bottom: #FFFFFF 1px solid;
		padding : 9px;
	}
	
	.menu_lmenu li a:hover {
		color:#FFFFCC;
		background-color: #CC0000;
	}
	
	.menu_lmenu li:hover ul ul, .menu_lmenu li:hover ul ul ul, .menu_lmenu li.sfhover ul ul, .menu_lmenu li.sfhover ul ul ul {
		left: -999em;
	}
	
	.menu_lmenu li:hover ul, .menu_lmenu li li:hover ul, .menu_lmenu li li li:hover ul, .menu_lmenu li.sfhover ul, .menu_lmenu li li.sfhover ul, .menu_lmenu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


/*  STANDARD USER MENU (GREEN) */
	.menu_umenu, .menu_umenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 180px;
		font-size:12px;
		background-color:#3c6514;
		background-image: url(../image/nav_arrow_white.png);
		background-repeat:repeat-y;
		padding-left:32px;
	}
	
	.menu_umenu li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : 0px;
		width: 180px;
	}
	
	.menu_umenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 180px;
		margin-top : -33px;
		background-color:#CC0000;
	}
	
	.menu_umenu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.menu_umenu li a {
		width: 162px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		border-bottom: #FFFFFF 1px solid;
		padding : 9px;
	}
	
	.menu_umenu li a:hover {
		color:#FFFFCC;
		background-color: #183001;
	}
	
	.menu_umenu li:hover ul ul, .menu_umenu li:hover ul ul ul, .menu_umenu li.sfhover ul ul, .menu_umenu li.sfhover ul ul ul {
		left: -999em;
	}
	
	.menu_umenu li:hover ul, .menu_umenu li li:hover ul, .menu_umenu li li li:hover ul, .menu_umenu li.sfhover ul, .menu_umenu li li.sfhover ul, .menu_umenu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	.cathouse { 
		background-image: url(../image/nav_cat_bg.jpg); 
		background-repeat:repeat; 
		padding-left:32px; 
		width:180px;
		margin-bottom:5px;
	}

/* Tooltips */
.tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../image/selector-arrow.png) no-repeat;
}
 
.tool-text {
   font-size: 100%;
   margin: 0;
}

.list_display_light{
	background-color: #B1C0E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;	
}

.list_display_dark{
	background-color: #83A1E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;
}

.headbox {
	margin-bottom:8px;
	float:left;
	list-style:none;
	height:36px;
	padding:0px 5px 0px 5px;
	width:938px;

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #ff3f04;
	background: -moz-linear-gradient(top, #ff3f04, #ab2901);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff3f04), to(#ab2901));
	
	/* Borders */
	
	border: 1px solid #ab2901;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.headbox h1 { 
	color:#FFFFFF;
	font-size:18px;
	margin: 7px 0 0 10px;
	float:left;
}

.headbox a { 
	float: right;
	margin: 10px 10px 0 10px;
}


.headbox_green {
	margin-bottom:8px;
	float:left;
	list-style:none;
	height:36px;
	padding:0px 5px 0px 5px;
	width:938px;

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #679f05;
	background: -moz-linear-gradient(top, #679f05, #3f5b09);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#679f05), to(#3f5b09));
	
	/* Borders */
	
	border: 1px solid #3f5b09;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.headbox_green h1 { 
	color:#FFFFFF;
	font-size:18px;
	margin: 7px 0 0 10px;
	float:left;
}

.headbox_green a { 
	float: right;
	margin: 10px 10px 0 10px;
}

img {border:none;}
.clr {border: medium none; clear: both; display: block; font-size: 0; height: 0;line-height: 0; margin: 0; padding: 0;}


 /* FORMS style */
/* registration form */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.action_panel{
margin:0 auto;
width:90%;
margin:20px;
}

.xform_header{
margin:0 auto;
width:90%;
margin:20px;
}

.xform_header p, h1 {border:0; margin:0; padding:0;}


.xform{
margin:0 auto;
width:90%;
padding:20px;
margin-bottom:20px;
}

.xform p, h1, form, button{border:0; margin:0; padding:0;}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #cccccc;
background:#eeeeee;
}
#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:8px;
color:#CC0000;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #cccccc;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
color:#333333;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:200px;
margin:0px 0 10px 10px;
}

#stylized .radio input {
width: 19px;
margin:2px 0 10px 10px;

}

#stylized .radio label {
font-weight:normal;
}



#stylized .recur input {
	float:left;
	font-size:12px;
	padding:2px;
	border:solid 1px #cccccc;
	width:20px;
	margin:0px 3px 10px 3px;
}

#stylized .recurend input {
	float:left;
	font-size:12px;
	padding:2px;
	border:solid 1px #cccccc;
	width:20px;
	margin:0px 3px 10px 3px;
}


#stylized .recur label {
font-weight:normal;
display:block;
text-align:left;
width:400px;
float:left;
}


#stylized textarea {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:600px;
margin:2px 0 20px 10px;
}

#stylized img {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccccc;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
padding-bottom: 5px;
height:31px;
font-size:12px;
font-weight:bold;
background-color:#990000;
}

#stylized .error{
   font-size:12px;
}

#stylized .checkbox_container { float:left; }
#stylized .checkbox_container label { text-align:left; font-size:12px; color:#666666; margin-left: 7px; }
#stylized .checkbox_container input { width: 0px; }

.success {margin:0 auto; width:90%; border:2px solid #009900; color:#000; padding: 20px;background:#E6FFE6; margin-bottom:10px;}
.failed {margin:0 auto; width:90%; border:2px solid #FCC503; color:#000; padding: 20px; background:#FFF9E1; margin-bottom: 10px; }
.success img, .failed img { float:left; margin: 0 20px 0 0;}
.success p { margin: 3px 0 0 3px; color:#000000;}
.failed p { margin: 3px 0 0 3px; color:#000000;}


/* home dashboard menu nav */
.dashboard_home_nav {width: 100%;height:478px; background:url(../image/dashboard_home_bg.jpg) no-repeat top center; padding-top: 3.5%;margin: 0 auto;}
#content .dashboard_home_nav ul {margin:0 0 0 -30px; padding:0; list-style:none;}
.dashboard_home_nav ul li {float:left; margin: 2.5% 0% 0 1%!important; margin:1.6% 0 0 1.6%; list-style:none;}
.dashboard_home_nav ul li a {width: 279px; height: 169px; background:url(../image/dashboard_home_nav_bg.png) no-repeat left center; float:left;}
.dashboard_home_nav ul li a:hover {background:url(../image/dashboard_home_nav_bg_on.png) no-repeat top left; text-decoration:none;}
.dashboard_home_nav ul li a em {width: 88%;float:left; font-weight: bold; font-size: 14px; color:#000; margin: 15px 25px 10px 25px!important; padding:0!important; padding: 10px 0 5px 25px; margin:10px 0;}
.dashboard_home_nav ul li a span {width: 110px; margin-left: 25px; float:left;color:#000;}
.dashboard_home_nav ul li a img {width: 90px; height: 112px;float:right;margin-right: 25px;}


ul, li, h3, h2, h1{
		padding:0;
		margin:0;
		list-style:none;
	}

	#a-content {
		margin-top: 50px;
		padding-bottom: 40px;
	}
	
	.a-table ul {
	border: 5px solid #F2F2F2;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.a-table li {
	border: 1px solid #CCC;
	display: block;
	margin: 0;
}

.a-table .a-link {
	color: #FFFFFF;
	text-decoration: none;
}

.a-table .a-link:hover {
	color: #CC9900;
}

.a-table .a-first {
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}

.a-table li.a-second {
	border-bottom: 0;
}

.a-table li.a-second,
.a-table li.a-third {
	border-top: 0;
}

.a-table .a-third {
	border-radius:  0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
}

.a-table div {
	height: 75px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

.a-table div strong {
	display: block;
}

.a-table .a-price {
	background: #2F2F2F;
	float: left;
	width: 100px;
	color: #FFF;
	font-size: 30px;
	line-height: 70px;
	font-family: "Arial", "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 1px solid #555;
	position: relative;
	padding-top: 5px;
}

.a-table .a-price span {
	position: absolute;
	font-size: 15px;
	color: #777;
	top: 8px;
	left: 15px;
}

.a-table .a-first .a-price {
	border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
}

.a-table .a-third .a-price {
	border: 0;
	border-radius: 0 0 0 7px;
	-moz-border-radius: 0 0 0 7px;
	-webkit-border-radius: 0 0 0 7px;
}

.a-table .a-deets {
	padding: 5px 0 0 20px;
}

.a-table .a-deets strong {
	margin-top: 13px;
}

.a-table .a-deets span {
	margin: 25px 0 0 0;
	left: 0;
	display: block;
	position: relative;
}

.a-table .a-third div {
	border: 0;
}

.a-table .a-foot {
	text-align: center;
	font-weight: bold;
	color: #888;
}

.a-capdot {
	background: url("../images/a-capdots.gif") 0 8px repeat-x;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
	text-align: left;
}

.a-capdot span {
	background: #FFF;
	display: inline-block;
	padding: 0 10px 0 0;
}

.happening-now img {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #d3d3d3;
  -moz-box-shadow: 0px 0px 0px 1px #d3d3d3;
  box-shadow: 0px 0px 0px 1px #d3d3d3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 210px;
}


#a-news {
	background: #F1F1F1;
	padding: 50px 0;
}

#a-news .a-capdot span {
	background: #F1F1F1;
}

#a-news strong {
	display: block;
	margin-top: 20px;
}

#a-news strong a {
	color: #000;
}

#a-news p {
	color: #777;
	margin-top: 15px;
}

td a {
	color: #777;
	text-decoration: none;	
}

.cart_package {
	text-align: center;
	padding: 20px;
}

.cart_package__image {
	margin: 20px;
}

.cart_package__title {
	color: #000033;
}

.cart_package__subtitle {
	margin-bottom: 20px;
}
