@charset "UTF-8";

/****************************************  INSPIRED BRAND COLOURS *****************************************

LIME: #A5CD39
GREY: #7A7B79
BLACK: #000

*/

/*****************************************  PAGE TEMPLATE *****************************************/

* {
	margin: 0;
	padding: 0;	
}
body {
	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: #000;
		background-image: url(/Images/CSS/body-bg-2.png);
	background-repeat:repeat-x;
	background-color:#1a1a1a;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#Container {
	width: 979px;  
	margin: 20px auto;
	padding:0; 
	text-align: left;
}
#Header {
	width: 939px;
	height:100px;
	padding:20px;
	background-color:#fff;
	position:relative;

}
* html #Header {
	width: 959px;  
}
#Header img.tagline {
	position:absolute;
	top:45px;
	right:20px;
}
.Logo {
	position:absolute;
	top:30px;
	left:5px;
}
#Contact {
	text-align: right;
	float:right;
	margin:5px 0px 0 0;
}
#Contact h1 {
	position:absolute;
	right:20px;
}
/*#Search {
	position:absolute;
	top:60px;
	right:20px;
}*/
#Search {
	position:absolute;
	top:60px;
	left:672px;
}
.searchButton {
	position: relative;
	top: 6px;
	width: 74px;
	height:22px;
}	
#Content {
	width: 979px;
	padding: 20px 0 20px 0; 
	background-color:#FFFFFF;
	min-height:435px;
	position:relative;
}
#footer {
	width: 939px;
	padding: 20px;
	margin:5px auto;
	line-height: 130%;
	min-height: 200px;
	text-align: left;
	clear:both;
	background: #fff;
/*	border-top:5px solid #333;
*/}
#footer ul {
	list-style-type: none;
}
#footer ul li a:link, #footer ul li	 a:visited {
	color: #333;
}
#footer ul li	 a:hover {
	color: #A5CD39;
}
.footerMenu, .footerMenuRollover, .footerMenuSelected {
	height:5px;
	color: #333;
}
.footerMenuRollover {
	color: #A5CD39;
	text-decoration:underline;
}	
.siteMapHeader {
	font-weight: bold;
	color: #A5CD39;
	font-size: 14px;
	margin-bottom: 10px;
} 
.siteMapColumn {
	font-weight: bold;
	color: #666666;
	float: left;
	width: 148px;
} 
/*****************************************  FLOATS *****************************************/

.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
/****************************************  TYPE & TEXT *****************************************/
h1 {
	font-size: 20px;
	letter-spacing: -0.05em;
	color: #A5CD39;
	line-height: 100%;
	margin: 10px 0;
}
h2 {
	font-size: 17px;
	letter-spacing: -0.02em;
	color: #666666;
	margin: 10px 0;
}
h3 {
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #A5CD39;
	margin: 5px 0;
	padding-bottom: 0px;
}
h4 {
	font-size: 12px;
	letter-spacing: -0.02em;
	color: #333333;
	margin: 5px 0;
	padding: 0px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	letter-spacing: -0.02em;
	color: #999;
	margin: 5px 0;
	padding-bottom: 0px;
	font-weight: normal;

}
a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a:hover {
	font-weight: bold;
	color: #1a1a1a;
	text-decoration: underline;
}
.LegalType {
	font-size:10px;
}
.BrandColour {
	color: #A5CD39;
	font-weight: bold;
}


/****************************************  PAGE CONTENT (NON-SHOP PAGES) *****************************************/

#PageContent {
	background-color:#FFFFFF;
	text-align:left;
	width:737px;
}
#Menu {
	width:141px;
	text-align:left;
	float:left;
	margin:35px 20px 20px 20px;
}
#MenuHeader {
	width:121px;
	height:400px;
	text-align:left;
	height:10px;
	padding:10px;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 
#CustomContent {
	width: 737px;
	min-height:300px;
	margin:0 0 0 201px;
	padding-bottom:0px;
}
#CustomBreadCrumbs {
	width: 737px;
}
/*#CustomHeader {
	width: 697px;
	height: 40px;
	padding: 20px;
	margin: 10px 0 40px 0;
	background-image: url(/Images/CSS/200pxGradientBlack.png);
	background-repeat: repeat-x;
	border-bottom: solid 20px #A5CD39;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}*/
#CustomHeader {
	width: 737px;
	margin: 10px 0 20px 0;
	font-size: 24px;
	font-weight: bold;
	color: #A5CD39;
}
/****************************************  OVERALL SHOP LAYOUT *****************************************/

#ShopContainer {
	width: 938px;
	text-align:left;
	padding:0 20px 20px 20px;
}
#ShopNav {
	clear:both;
	vertical-align:middle;
}
#ShopNav .BackButton {
	vertical-align:middle;
	margin-right:20px;
}
#BreadCrumbs {
	width:500px;
	float:left;
} 
#CartSummary {
	width:300px;
	text-align:right;
	float:right;
}
#ShopContent {
	width:759px;
	margin:20px 0 0 0;
	float:left;
} 
#TaggedProducts {
	width:142px;
	float:right;
	margin-top:20px;
}
#ShopMenuHeader {
	width:121px;
	height:7px;
	padding:10px;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
} 
#ShopMenu {
	width:141px;
	float:right;
	margin-top:20px;
}
#ShopMenu ul li	 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A5CD39;
	padding: 5px;
	height: 17px;
	width: 131px;
	margin-bottom: 1px;
	list-style-type: none;
	line-height:90%
}	
#Pagination {
	width:600px;
}
a.cartSummaryLink {
     background: url(/images/buttons/viewquote.png) 0 0 no-repeat;
     width: 90px;
     height: 22px;
     vertical-align:middle;
     display:-moz-inline-block; /* for Firefox */
     display:-moz-inline-box; /* for Firefox */
     display:inline-block;
     text-indent: -9999px; /* hides the text */
}

/**************************************** SMALL PRODUCT *****************************************/

#productSmall {
	height: 79px;
	width:697px;
	padding: 20px;
	background-image: url(/Images/CSS/200pxGradientLime.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;	
	text-align:left;
	clear:both;
	overflow:hidden;
}
#productSmallImage {
	width:136px;
	height:119px;
	margin:-20px 20px 0 -20px;
	float:left;
	display:inline;
	background-image: url(/Images/CSS/200pxGradientBlack.png);
	background-repeat: repeat-x;
}
#productSmall a:link {
	color: #1a1a1a;
}
#productSmall a:visited {
	color: #1a1a1a;
}
#productSmall a:hover {
	color: #fff;
	text-decoration:none;
}
#productSmallName {
	width:400px;
	height:30px;
	float:left;
}
#productSmallShortDescription {
	width:400px;
	height:60px;
	float:left;
	color:#1a1a1a;
}
#productSmallPrice {
	width:100px;
	height:60px;
	float:right;
}
#productSmallAdd {
	width:100px;
	height:60px;
}
.productSmallPrice {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.02em;
}
.productSmallText {
	font-size: 12px;
	color: #1a1a1a;
}

/**************************************** SMALL PRODUCT (BACKUP) - FOR FEATURED PRODUCTS *****************************************/
/*#productSmallBackupBg {
	width:142px;
	height:142px;
	background-image: url(/Images/CSS/featuredproductBg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}*/
#productSmallBackup {
	width:119px;
	min-height:119px;
	padding:10px;
	background-color: #A5CD39;
	background-image: url(/Images/CSS/200pxGradientBlack.png);
	background-repeat: repeat-x;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	overflow:hidden;
	margin:10px auto 20px auto;
}
#productSmallBackupPriceBox {
	margin-top:2px;
}
#productSmallBackup .productSmallBackupPrice {
	color:#A5CD39;
	font-size:18px;
}
ul.productfeaturelist {
	list-style-type:none;
	margin:0 0 20px 0px;
	width:130px;
}
ul.productfeaturelist li	 a:link {
	color: #fff;
}
ul.productfeaturelist li	 a:visited {
	color: #fff;
}
ul.productfeaturelist li	 a:hover {
	color: #A5CD39;
	text-decoration:none;
}
/**************************************** LARGE PRODUCT *****************************************/

#productLarge {
	width:781px;
	text-align:left;
}
#productLargeImage {
	width:737px;
	height:153px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/Images/CSS/200pxGradientBlack.png);
	background-repeat: repeat-x;
}
#productInfoBox {
	width:697px;
	background-image: url(/Images/CSS/600pxGradientBlack.png);
	background-repeat: repeat-x;
	padding: 20px;
	font-size: 12px;
	color: #ccc;
	float: left;
}
#productInfoBox .cartSummaryLink {
	margin:10px 0 0 0;
}
#productLargeName {
	width: 440px;
	text-align: left;
}
#productLargePrice {
	width: 200px;
	height: 140px;
	text-align: left;
	margin-top:10px;
}
.productLargePrice {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.02em;
}
#ProductQuoteBox {
	color: #ccc;
	text-align: left;
	float: right;
	width: 210px;
}
.QuoteButton {
	margin-top:20px;
}
/**************************************** NEXT STEPS *****************************************/

#nextSteps {
	width: 757px;
	height:60px;
margin-bottom:40px;
}
.nextStepsBox {
	position:relative;
	float: left;
	display:inline;
	height: 58px;
	width: 218px;
	padding: 10px;
	background-image: url(/Images/CSS/100pxGradientBlack.png);
	background-repeat: repeat-x;
	color: #fff;
	margin: 20px 11px 0 0;
}
.nextStepsBox img {
	float: right;
}
.nextStepsBox h3 {
	color:#ccc;
	text-decoration:none;
}
.nextStepsBox p {
	color:#fff;
	text-decoration:none;
}

/**************************************** CATALOGUE LIST  *****************************************/

#CatalogueName {
	width: 119px;
	margin:0 7px 2px 0;
	position:relative;
	right:0px;
}
#CatalogueList {
	margin-bottom:10px;
}
#CatalogueName a:link, #CatalogueName a:visited, #CatalogueName a:hover {
	padding:5px 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display:block;
	width: 119px;
	background-color: #A5CD39;
	border-bottom: solid 2px #1a1a1a;
}
#CatalogueName a:hover {
	background:#1a1a1a;
	text-decoration:none;
}

/**************************************** QUOTE/CART/MODULES  *****************************************/

.ProductColumn {
	width:600px;
}
.shop-cart, .shop-checkout, .shop-form, .shop-quote, .shop-form .announcement-details {
	padding:20px;
}
.announcement-details {
	margin:20px;
}

td.actions .large {
	float:right;
}
/****************************************  TABLES *****************************************/

#Plan {
	width: 737px;
	text-align: left;
	margin: 20px 0;
	background-color: #FFFFFF;
}
table.PlanTable td {
	padding: 10px;
	margin:1px;
}
.PlanRow,.PlanHeaderRow, .PlanName  {
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding:10px;
	min-width: 50px;
	background-image: url(/Images/CSS/200pxGradientLime.png);
	background-repeat: repeat-x;
}
.PlanHeaderRow, .PlanName {
	color: #fff;
	font-weight:bold;
	background-image: url(/Images/CSS/100pxGradientBlack.png);
	background-repeat: repeat-x;
}
.PlanName {
	line-height: 90%;
}
.PlanCapValue {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
	height: 20px;
	min-width: 90px;
	background-image: url(/Images/CSS/200pxGradientLime.png);
	background-repeat: repeat-x;
}
.PlanNamePrice {
	font-size: 24px;
	font-weight: bold;
	color: #A5CD39;
	line-height: 120%;
}
#PlanDetails {
	width:737px;
	text-align:left;
	background-color: #FFFFFF;
}

/****************************************  HOMEPAGE *****************************************/

#Billboard {
	width: 938px;
	height: 195px;
	background-image: url(/Images/CSS/200pxGradientBlack.png);
	background-repeat: repeat-x;
	margin:0 0 0 20px;
	border:1px solid #999;
}
#Promotions {
	width: 960px;
	margin:0px 0 0 20px;
}
.promotion {
	position:relative;
	display:inline;
	float: left;
	height: 101px;
	width: 269px;
	padding:20px;
	background-image: url(/Images/CSS/200pxGradientLime.png);
	background-repeat: repeat-x;
	margin: 4px 4px 0 0;
	text-decoration:none;
	border:1px solid #A5CD39;

}
.promotion-text {	
	width: 175px;
	float:left;
	font-size: 12px;
}
.promotion h3 {
	color:#1A1A1A;
	margin-top:0px;
}
.promotion p {
	color:#333;
}
.promotion img {
	position:absolute;
	right:20px;
	top:20px;
}
/****************************************  BUTTONS *****************************************/

.button {
	position:absolute;
	bottom:10px;
	left:10px;
}
.small, .medium, .large {
	height:10px;
	line-height:10px;
	padding:5px;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat:repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:left;
}
.small, .small a {
	width:70px;
	color:#fff;
}
.medium, .medium a {
	width:100px;
	color:#fff;
}
.large, .large a {
	width:120px;
	color:#fff;
}
.right {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-right.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.left {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-left.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:30px;
}
.down {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-down.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.up {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/arrow-up.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.phone {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/phone.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.search {
	background: url(http://telcoinaboxsp.brandkits.com.au/Managed/Images/Buttons/search-small.png);
	background-repeat:no-repeat;
	background-position:center right;
}
#productSmall .small {
	margin-top:10px;
}
#Promotions .small {
	position:absolute;
	bottom:20px;
	left:20px;
}
/*#nextSteps .medium, #nextSteps .small {
	position:absolute;
	bottom:10px;
	left:10px;
}*/

/****************************************  MENUS *****************************************/

#CustomerMenu {
	height: 15px;
	width: 979px;
	padding:3px 0 4px 0;
	background-image: url(http://inspiredcommunications.com.au/Images/CSS/50pxGradientBlack.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
	left:0px;
z-index:20000;
}
/*.CustomerMenu, .CustomerMenuRollover, .CustomerMenuSelected {
	height: 15px;
	width: 98px;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
	vertical-align: middle;
	border-right: solid 1px #999;
	font-size: 9px;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat:repeat-x;
}
.CustomerMenuRollover {
	color: #A5CD39;
	background-image: url(/Images/CSS/100pxGradientBlack.png);
	background-repeat:repeat-x;
}
.CustomerSubMenu, .CustomerSubMenuRollover,.CustomerSubMenuSelected  {
	height: 20px;
	width: 100px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #333333;
	font-size: 10px;
}
.CustomerSubMenuRollover, .CustomerSubMenuSelected {
	background-color: #A5CD39;
}*/
.CustomerMenu {
	width:98px;
	color:#FFF;
	font-size:9px;
}
#nav_434479 {
	margin:0;
	padding:0;
	display:block;
}
#nav_434479  li{
	/*padding:0 5px;*/
	text-indent:10px;
	border-right:1px solid #999999;
	vertical-align:middle;
	color:#FFF;
	list-style:none;
	float:left;
	/*height:15px;*/
display:block;
height:13px;
}
#nav_434479  li a{
	/*padding:0 5px;*/
	color:#FFF;
	text-decoration:none;
	font-size:9px;
display:block;
padding-right:43px;
height:20px;
}

#ProductsMenu {	
	height: 42px;
	/*line-height:42px;*/
	/*text-indent: 40px;*/
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;#nav_434479  li a:hover, #nav_434479  li a:active, #nav_434479  li a:focus{
	color: #A5CD39;
	background-image: url(/Images/CSS/100pxGradientBlack.png);
	background-repeat:repeat-x;
}
	cursor: pointer;
	width:979px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
        z-index:1;
}
* html #nav_431810 {
	margin-top:10px;
}
/*.productsMenu, .productsMenuRollover, .productsMenuSelected  {
	width: 163px;
	text-indent:45px;
	border-right: 1px solid #fff;
}
.productsMenuRollover {
	color: #A5CD39;
}*/
#nav_431810 {
	margin:0;
	padding:0;
}
#nav_431810  li{
	width:146px;
	border-right: 1px solid #fff;
	list-style:none;
	display:block;
	float:left;
	color:#FFF;
	padding-top:12px;
	text-indent:50px;
	height:32px;
}
#nav_431810  li a{
	color:#FFF;
	text-decoration:none;
}
#nav_431810  li a:hover, #nav_431810  li a:active, #nav_431810  li a:focus{
	color: #A5CD39;
	text-decoration:none;
}

#hm  {
	background:url(/Images/Menu/Home.png) no-repeat left top;
	height:45px;
	width:120px!important;
}
#mobiles {
	background:url(/Images/Menu/Home.png) no-repeat left top;
	height:45px;
width:129px!important;
}
#phones {
	background:url(/Images/Menu/Phones.png) no-repeat left top;
	height:45px;
        width:135px!important;
}
#broadband {
	background:url(/Images/Menu/Broadband.png) no-repeat left top;
	height:45px;
}
#mobile {
	background:url(/Images/Menu/MobileBroadband.png) no-repeat left top;
	height:45px;
        width:161px!important;
        text-indent:25px!important;
}
#hosting {
	background:url(/Images/Menu/Hosting.png) no-repeat left top;
	height:45px;
}
#ph {
	background:url(/Images/Menu/Phones.png) no-repeat left top;
	height:45px;
	width:122px!important;
}

.SideMenu, .SideMenuRollover, .SideMenuSelected  {
	height: 30px;
	width: 141px;
	color: #FFFFFF;
	background-color: #A5CD39;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
}	
.SideMenuRollover {
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;
}
.SideMenuSelected {
	background-color: #A5CD39;
}

/**************************************** MISC *****************************************/

.Button3pxPadding {
	padding:3px;
}
/****************************************  SPRY TABBED PANELS *****************************************/

.TabbedPanels {
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 737px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(/Images/CSS/50pxGradientLime.png);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	width: 99px;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
	background-image: url(/Images/CSS/100pxGradientBlack.png);
	background-repeat: repeat-x;
	color: #fff;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	color: #FFFFFF;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
}
.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #1a1a1a;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/****************************************  SPRY COLLAPSIBLE PANELS *****************************************/


.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border: solid 1px #CCC;
	width: 733px;
}
.CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	padding: 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 20px;
	background-color: #fff;
	font-size:10px;
	text-align: justify;
	display:none;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color:#e5e5e5;

}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color:#e5e5e5;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #999;
}
.CollapsiblePanelOpenCloseButton {
	position: relative;
	left: 480px;
	top: 0px;
}

/****************************************  TESTIMONIALS *****************************************/

/*#FeedbackForm {
	margin: 0 0 20px 0;
	padding:18px 0 18px 18px;	
	background-color: #CCCCCC;
}
#FeedbackForm h3 {
	color:#1a1a1a;
}*/
#Testimonials {
	width: 450px;	
	float:left;
}
#TestimonialsForm {
	width: 250px;
	float:right;
	background-color: #CCCCCC;
	padding:18px 0 18px 18px;	
}
#TestimonialsForm h3 {
	color:#1a1a1a;
}
Input.TestimonialsInput {
	width:200px;
}	
#TestimonialsFeedback {
	font-size: 14px;
	text-align: left;
	width: 350px;
}
.Testimonial {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-image: url(/Images/Graphics/testimonials.png);
	background-repeat: no-repeat;
	width: 450px;
}
/****************************************  REFER A FRIEND *****************************************/

#ReferAFriend {
	width: 250px;
}
#ReferAFriendForm {
	width: 250px;
	background-color: #CCCCCC;
}
#TestimonialsForm input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox	{
width:200px;
}

#ReferAFriend h3 {
	margin-top:-18px;
}
/****************************************  CONTACT US *****************************************/

#ContactUsForm {
	width: 450px;
}
#ContactUsDetails {
	float: right;
	width: 250px;
}
#CallUs {
	width: 250px;
}
#ContactDetailsHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;
	padding: 10px;
	height: 10px;
	width: 230px;
	margin-top: 20px;
}
.ContactUsRow,.ContactUsHeaderRow  {
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align: top;
	height: 20px;
	min-width: 90px;
	padding: 3px;
	background-color: #FAFAFA;
}
.ContactUsHeaderRow {
	color: #fff;
	font-weight:bold;
	background-image: url(/Images/CSS/50pxGradientBlack.png);
	background-repeat: repeat-x;
	padding: 3px;
}
#ThingsYouShouldKnow {
	width: 737px;
	text-align: left;
}
/****************************************  CONTENT-HOLDER *****************************************/

.content-holder {
	padding: 10px 20px;
}

.clearB{
       clear:both;
}
.newsletter-form2 .cat_textbox_small {
	width:185px;
}
/**top menu css**/
#nav_431810 li ul{ display: none; }
#nav_431810 li:hover ul{ display: block; }
#nav_431810 li ul li{ background-color:#333333; border-bottom:1px solid #FFFFFF; height:auto; left:0; top:13px; border-right:none; padding:0 0 0 10px; position:relative; z-index:20000; text-indent:0; }
#nav_431810 li ul li a{padding:5px; display:block; float:left;}

#nav_434479 li ul{ display: none; position:absolute;}
#nav_434479 li:hover ul{ display: block; }
#nav_434479 li ul li{ background-color:#333333; border-bottom:1px solid #FFFFFF; height:auto; left:0; top:0; border-right:none; padding:0 0 0 10px; position:relative; z-index:20000; text-indent:0; width:110px; clear:both; }
#nav_434479 li ul li a{padding:2px; display:block; float:left; height:auto;}
#nav_434479 li ul li a:hover, #nav_434479 li ul li a:active, #nav_434479 li ul li a:focus{background:none;color: #A5CD39;}
