body {
	margin: 0px;
	padding:0;
	color: #333333;
	line-height: 20px;
	font-size: 11px;
	font-family:arial, trebuchet ms, verdana;
	background:url(/new_images/bg_body.gif) repeat-x top left;

}
h1 {font-size:1.6em !important;font-weight:bold;font-family:trebuchet ms, arial, verdana;color:#30256D;}
h2 {font-size:1.4em !important;}
h3 {font-size:1.4em !important;font-weight:bold;font-family:trebuchet ms, arial, verdana;color:#000;}
h4 {font-size:1.1em !important;}
h5 {font-size:1.1em !important;}
h6 {font-size:1.3em !important;}

.pageset {width:834px;margin:0px auto -122px;position:relative;min-height: 100%;height: auto !important;height: 100%;}
.pageset-inner {display:block;overflow:hidden;padding:121px 10px 0px 10px;}

.baseset {width:100%;clear:both;background:url(/new_images/bg_footer.gif) repeat-x bottom right;height: 122px;}
.baseset-inner {margin:0px auto;position:relative;width:834px;}
.clear-footer {height: 122px;}


#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	background-color: #FFFFFF;
	color: #333333;
}

#PageOuter {
	background-position:left top;
	background-repeat:repeat;
	width:834px;
	margin:0 auto;
	padding:0;
	left: 20px;
}


#Header {
	text-align: right;
	height: 12px; 
	width: 752px;
	margin:0 0 0px 0;
	padding-bottom: 8px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-repeat: no-repeat;
	background-position: left top;	
	background-color: #30256d;
	color: #333333;
	}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:right;
	font-size:11px;
	color: #FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #FFFFFF;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	left: 0px;
	width: 190px; 
	padding:10px 0 0 5px;
	float: left;
	font-size:11px;
	z-index:20;
	background-color: #30256d;
	height: 800px;
}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	height: 30px;
	width:100%;
	border-bottom: 1px dotted #FFFFFF;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: gray;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	width:185px;
	}

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

.LeftBox a:hover {
	color: gray;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #30256d;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #30256d;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color: #30256d;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #ffaa00;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: gray;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: gray;}



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:537px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


#Content p {margin-left:10px;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size: 13px;
	color: #30256d;
	background: white;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #FFFFFF;
	background: #9685c1;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0pt 6px 5px;
	background-color: transparent;
}


h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	text-align:center;
	margin:0;
	padding:5px 0;
	color: #FFFFFF;
	background: #9685c1;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: gray;
	background: #9685c1;
	text-decoration: none;
	font-weight:bold;
	}

#SiteDocs a:hover {
	color: #3AA8CC;
	background: #9685c1;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 185px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: gray;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #9685c1;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color: gray;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#3AB0D6;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right:8px;
	padding-bottom:5px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #30256d;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color: #30256d;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color: #30256d;
	text-decoration:none;
	}

.catview p {line-height:12px;}
.catview .Price {color: #30256d; background: #FFFFFF;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border: 1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color: #333333;
	background: #FFFFFF;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background: #30256d none repeat scroll 0%;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:20px;
	padding:20px 0 0 0;
	margin:0;
	text-align:left;
	color: #30256d; 
	background:#FFFFFF;
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	background:#FFFFFF;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #30256d}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color: gray;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color: gray;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #ffffff;
	background: #30256d;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #30256d;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #30256d;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #30256d;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}

/* Header Elements */
.siteheader {width:100%;display:block;height:97px;}
.siteheader-inner {width:100%;display:block;}
.siteheader .logo {width:300px;display:block;float:left;}
.siteheader .logo a {background:url(/new_images/logo_flight_global_new.jpg) no-repeat;width:322px;height:97px;display:block;font-size:2px;color:#FFF;text-indent:-1234px}
.siteheader .searchbox {width:346px;display:block;float:left;height:97px;margin-left: 40px;}
.siteheader .searchbox form {padding:44px 0px 0px 13px}
.siteheader .searchbox form input.keywords {float:left;width:210px;border:1px solid #30256D;font-size:1.3em;margin:5px 10px 0px 0px;color:#777;padding-left:2px;}
.siteheader .searchbox form input.submit {margin:3px 0px 0px 0px;border:none;padding:0px;}
.siteheader .loginbox {margin-top:14px;width:326px;display:block;float:left;background:url(/new_images/bg_login_top.gif) no-repeat;}
.siteheader .loginbox-inner {width:100%;display:block;clear:both;background:url(/new_images/bg_login_base.gif) no-repeat bottom right;padding-bottom:15px;overflow:hidden;}
.siteheader .loginbox form {padding:5px 0px 5px 10px;display:block;}
.siteheader .loginbox form input.keywords {float:left;width:90px;border:1px solid #30256D;font-size:12px;font-size:1.3em;margin:5px 10px 0px 0px;color:#777;padding-left:2px;}
.siteheader .loginbox form input.submit {margin:3px 0px 0px 0px;border:none;padding:0px;float:left;}
.siteheader .loginbox span {font-weight:bold;color:#000;clear:both;display:block;font-size:1.3em;padding:3px 0px 5px 0px}
.siteheader .loginbox a {font-weight:normal;padding:6px 0px 0px 0px;margin:0px 0px 0px 6px;float:left;}

.breadcrumb {clear:both;width:100%;display:block;overflow:hidden;padding: 5px 0px 2px;}
.breadcrumb-inner {padding:0px 0px 0px 0px;font-size:1.1em;}
.breadcrumb-inner span {color:#333;font-weight:bold;margin-right:5px;}
.breadcrumb-inner a {background: url(/new_images/bg_arrow.gif) no-repeat right; padding-right:12px;margin-right:2px;font-weight:bold;}
.breadcrumb-links {float:right;list-style-type:none;font-size:1.1em;padding:0px 0px 0px 0px;}
.breadcrumb-links li {list-style-type:none;}
.breadcrumb-links li {float:left;display:inline;padding:0px 8px 0px 0px;height:20px;}
.breadcrumb-links li a {padding:0px 0px 0px 22px;font-weight:bold;}
.breadcrumb-links li.rss a {background:url(/new_images/breadcrumb_links_rss.gif) no-repeat;}
.breadcrumb-links li.email a {background:url(/new_images/breadcrumb_links_email.gif) no-repeat;}

/* Column formatting elements */
.contentarea {clear:both;width:100%;display:block;margin-top:15px;}
.colfirst, .colsecond, .colthird, .colfourth {float:left;display:block;}

.section {clear:both;overflow:hidden;display:block;width:100%;padding:0px 0px 10px 0px;}
.section-inner {display:block;overflow:hidden;width:100%;}
.dotborder {border-top:1px dotted #CCC;}

.splitsection {width:100%;display:block;overflow:hidden;clear:both;padding:0px 0px 10px 0px;}
.splitsection-inner {display:block;overflow:hidden;width:100%;}

.colfirst .top-left {float:left;width:175px;}
.colfirst .top-left-inner {padding:0px 15px 0px 0px;}
.colfirst .top-right {float:left;width:456px}
.colfirst .mid-left {float:left;width:280px;}
.colfirst .mid-right {float:left;width:351px;}
.colfirst .mid-right-inner {padding:0px 0px 0px 15px;}

.colsecond .split-left {float:left;width:149px;}
.colsecond .split-right {float:left;width:160px;display:inline;margin-left:17px;}

/* Pagehead and Pagebase Elements */
.pagehead {width:100%;display:block;height:29px;margin-bottom:10px}
.pagehead-inner {padding:0px 0px 0px 0px;}
.pagehead h2 {font-size:1.6em !important;color:#FFF;padding:2px 0px 3px 0px;font-family:trebuchet ms;font-weight:bold;}
.pagehead span {float:right;display:block;width:auto;font-size:1.1em;}
.pagehead span a {margin-left:8px;}

.pagebase {width:100%;display:block;clear:both;padding-top:7px;}
.pagebase-inner {padding:10px 0px; border-top:1px solid #CADBE3;}
.pagebase span {display:block;width:auto;font-size:1.1em;text-align:right;}
.pagebase span a {margin-left:8px;}

	
/* All Menu Types horizontal and vertical */
#menu {width:100%;clear:both;display:block;overflow:hidden;
}
#menu ul {list-style: none;overflow:hidden;width:100%;display:block;
}
#menu li {float: left;margin: 0px 0px 0;height: 31px;border-left:1px solid #000;}
#menu li a {float: left;display: block;font: normal 1.4em trebuchet ms, Arial, Verdana, sans serif;width: .1em;height: 34px;color: #fff;text-decoration: none;background: url(/new_images/menu_off.gif) no-repeat bottom right;padding: 0px 0px 0;white-space:nowrap}
#menu li a span, #menu li a:hover span {display:block;padding:7px 10px 2px 10px;}
#menu li a:hover, #menu #OnPage a {background: url(/new_images/menu_on.gif) no-repeat bottom right;color:#30256D;}
#menu > ul a {width: auto;}
#menu li a {float: none;}
#menu a:hover {color: #30256D;}

/* Generic Advertising Elements */
.leaderboard {position:absolute;top:15px;left:0px;width:834px;}
.leaderboard table {width:834px;}
.mpu {text-align:center;}
.skyscraper {text-align:center;}
.skyscraper-inner {text-align:center;}
.mpu span, .skyscraper span, span.ads {display:block;font-size:10px;color:#333;text-align:center;background: url(/new_images/bg_advert.gif) no-repeat center;margin:0px 0px 8px 0px;}


/* Services and Footer Elements */
.footer {clear:both;display:block;padding:0px;}
.footer-inner {width:100%;padding: 10px 0px 0px}
.footer-left {float:left;}
.footer-right {float:right;
	padding-top: 10px;
}
.footer ul {list-style-type:none;padding:0px 0px 3px 0px;}
.footer ul li {font-size:1.0em;line-height:1.0em;list-style-type:none;float:left;display:inline;padding:0px 3px 0px 0px;border-right:1px solid #30256D;margin-right:3px;}
.footer ul li a {padding:0px;}
.footer ul li.last {margin:0px 0px 0px 0px;border-right:none;}
.footer-inner span {clear:both;display:block;color:#000;width:100%;text-align:right;}

.services {display:block;clear:both;}
.services-inner {padding:0px;width:100%;overflow:hidden;}
.services h3 {color:#000;padding:0px;margin:10px 0px 5px 0px;}
.services ul {clear:both;list-style-type:none;padding:0px 0px 0px 0px;}
.services ul li {font-size:1.1em;list-style-type:none;float:left;display:inline;padding:0px 0px 0px 0px;height:35px;}
.services ul li.fldig a {background:url(/new_images/icon_services_fldig.gif) no-repeat;}
.services ul li.flmag a {background:url(/new_images/icon_services_flmag.gif) no-repeat;}
.services ul li.abmag a {background:url(/new_images/icon_services_abmag.gif) no-repeat;}
.services ul li.enews a {background:url(/new_images/icon_services_enews.gif) no-repeat;}
.services ul li.deskt a {background:url(/new_images/icon_services_deskt.gif) no-repeat;}
.services ul li.rss a {background:url(/new_images/icon_services_rss.gif) no-repeat;}
.services ul li.event a {background:url(/new_images/icon_services_event.gif) no-repeat;}
.services ul li a {text-decoration:none;font-weight:bold;padding:6px 10px 6px 0px;line-height:28px;padding-left:29px;}
.services ul li a:hover {text-decoration:underline;}

a {color:#30256D;text-decoration:none;}
a:hover {text-decoration:underline;}




















