@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	font-weight:bold;
	color: #0079BC;
	
}


ol ol {
    list-style-type: none;
}

ol ol ol{
    list-style-type: none;
}

/* Global CSS for texts */

/* Blue - Index Page */

#index_new_featured{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#0079bc;
	font-weight:bold;
}

#index_headings{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#0079bc;
}

/* Blue - About Page */

#about_main_headings{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0079bc;
}

#about_sub_headings{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0079bc;
}

#about_blue_links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0079bc;
	font-weight:bold;
}

/* Black - Index Page */

#index_sidebar_heading{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

#index_normal_text{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

/* Black - About Page */

#about_page_normal_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#about_page_normal_text li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:20px;
}

#about_page_want_to_know{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* layout elements */

#promo_scroll{
	width:661px;
	height:456px;
}

#inside_pages_container{
	width:661px;
	background:#FFF;
}

#header_inside_pages{
	width:661px;
	height:69px;
}
	

/* index */

#index_page_top{
	width:661px;
	height:88px;
}

#whatsnew {
	font-weight: bold;
	color: #0079BC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#whatsnew_desc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px 0px 0px 10px;
}

#exclusive_discounts{
	padding:20px 0px 20px 0px;
}

/* about */

#text_container{
	width:661px;
}

#about_page_head {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#about_page_links_container{
	width:373px;
	padding:30px 0px 20px 0px;
}

/* promos */

.bold {
	font-weight: bold;
}
.terms_head {
	font-weight: bold;
	color:#0079bc;
}
.faqs_desc {
	font-weight: normal;
}



