/* Color: Blue */

body {
    background-position: top center;
    background-color: #ecf6ff;
    color: #535353;
}

a {
    color: #001927;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: #07599a;
}

h2 {
    color: #034285;
}

h3 {
    color: #034285;
}

#Menu li a {
}

#Menu li ul li a {
    background: #7d0c00;
}

#Menu li ul li a:hover {
    color: #f9e3b0;
}

#Menu li:hover a, #Menu li.over a{
}

#Outer {
    background: none;
}

#Header {
}

#Logo h1 {
    color: #fff;
    background: url(../../default/images/blue/Logo.png) top left no-repeat;
}

#Logo h1 a {
    color: #fff;
}

#SearchForm {
    color: #95bbd1;
}

#SearchForm label {
    color: #ccc;
}

#SearchForm a {
    color: #7d0c00;
}

#SearchForm a:hover {
    color: #7d0c00;
    text-decoration: underline;
}

.SideCategoryListClassic {
    font-size: 13px;
    font-weight: bold;
} 

.Content {
    background: url('../../__custom/images/ContentBg.gif')no-repeat;
}

.Content a {
    color: #075899;
}

.Content.Wide {
    background-image: url('../../__custom/images/ContentBgWide.gif');
}

.Content.Widest {
    background-image: url('../../__custom/images/ContentBgWidest.gif');
}

.Right {
    background: transparent;
}

.Right a {
    color: #034285;
}

.Right a:hover, .Right a:hover strong {
    color: #001927;
}

#ContentPages {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

#ContentPages h2 {
    color: #034285;
    font-size: 1.6em;
    font-weight: normal;
}

#ContentPages h4 {
    font-size: 1.2em;
}

#ContentPages h5 {
    font-size: 13px;
    margin-bottom: -8px;
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
    text-indent: 35px;
}

#ContentPages ul.About {
    margin: 13px 0 10px 65px;
    font-size: 13px;
    line-height: 18px;
}

#ContentPages p {
    margin: 12px 15px 12px 15px;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    text-indent: 30px;
}

#TextPages a {
    font-style: italic;
    color: black;
    text-decoration: none;
}

#TextPages a:hover {
    color: #110354;
    text-decoration: underline;
}
     
.FirstWord {
    font-weight: bold;
}

p.infopagesLink  {
    padding-top: 20px;
}

#TextPages .infopagesLink a {
    color: #075899;
    text-decoration: none;
    font-size: 16px;
    margin-left: -30px;
}

#TextPages .infopagesLink a:hover{
    text-decoration: underline;
}

#TextPages .infopagesSmLink a {
    margin-top: 25px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}

#TextPages .infopagesSmLink a:hover{
    text-decoration: underline;
}

#ContentPages table {
    width: 450px;
    margin: 20px 15px 20px 115px;
    color: #000000;
    background-color: #C8E2FA;
    text-align: left;
}

#ContentPages table .title {
    font-weight: bold;
    font-size: 13px;
}

#ContentPages td {
    background-color: #ECF6FF;
    padding: 8px 5px 8px 5px;
}

#CategoryContent .ProductActionAdd {
    margin-left: -20px;
}

.Content .ProductList li,
.fastCartContent .ProductList li {
    background: #FFFFFF;
    border: 1px solid #a7e33e;
}

.fastCartContent .ProductList li {
    padding: 0px 30px 0px 30px;
}

.Content .ProductList li:hover,
.Content .ProductList li.Over {
    background-image:url('../../__custom/images/blue/Check.jpg');
    background-repeat: no-repeat;
}

.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
}

.ProductTable {
    height:200px;
    width:200px;
    padding-top: 15px;
    float:right;
    text-align: center;
    color: #000000;
    border-spacing: 1px;
}

#ProductTable1 {
   padding-top: 0px;
}

#ProductTable1 td.tinytextPT {
   padding: 2px 3px;
}

#ProductTable1 .TopTitle {
   padding: 5px 0px;
}

.PriceChart {
    width: 100%; 
    height: 200px;
}

.PriceChart .TopTitle {
    font-weight: Bold;
    align: center;
}

.PriceChart .Title {
    font-size: 12px;
    padding: 2px;
    align: center;
    font-weight: bold;
}

.PriceChart .tinytext {
    font-size: 11px;
    padding: 0px 3px;
}

.PriceChart .tinytextPT {
    font-size: 10px;
    padding: 0px 3px;
}

.WhiteText {
    color: #ffffff;
}

#CategoryHeading {
    height: 31px;
    background-image: url('../../__custom/images/blue/CatBg.gif');
    background-repeat: no-repeat;
}

#CategoryHeading h2 {
    color: #537d0a;
}

#ProductDetails h2 {
    height: 31px;
    background-image: url('../../__custom/images/blue/ProductH2Bg.gif');
    background-repeat: no-repeat;
    font-size:18px;
    color: #5e8a14;
}

#ProductOtherDetails .Value {
    color: #820D07;
    font-weight: bold;
}

.ProductList .ProductImage {
    background: transparent;
}

.ProductImage {
    padding-bottom: 10px;
}

.ProductList strong, .ProductList strong a {
    color: #075899;
}

.ProductPrice, .ProductList em {
    color: #800000;
}

.ProductList .Rating {
    color: #797979;
}

.PrimaryProductDetails .ProductThumb {
    float: left;
    text-align: center;
    width: 230px !important;
    padding: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    background: #E9FACA;
    border: 1px solid #a7e33e;
   -webkit-box-shadow: 0px 0px 10px #7E9653;
   -moz-box-shadow: 0px 0px 10px #7E9653;
    box-shadow: 0px 0px 10px #7E9653;
    border-radius: 5px;  
   -moz-border-radius: 5px;
}

.Right .ProductList li {
    border-bottom: 1px solid #c0dae7;
}

.Content .FeaturedProducts .ProductList li {
    background: #dff2f7;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
    background: #fff;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    background: url(../../default/images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
    color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    border: 1px solid #c0dae7;
    background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    background: url(../../default/images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
    color: #075899;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Breadcrumb {
    color: #3363ff;
    font-size: 13px;
    padding:8px 0px 8px 20px;
    background: #F6FFE6;
    border: 1px solid #a7e33e;
    border-radius: 6px;
}

.Breadcrumb li {
    padding-left: 6px;
    display: inline;
}

.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../default/images/BreadcrumbSep.gif') no-repeat right;
}

.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
    background: url('../../default/images/blue/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
    border: 1px solid #c7d7db;
}

.CartContents thead tr th, table.General thead tr th {
    background: #edf2f3;
    color: #424748;
    border-bottom: 1px solid #c7d7db;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #c7d7db;
    color: #075899;
}

.MiniCart .SubTotal {
    color: #075899;
}

.JustAddedProduct {
    border: 1px solid #c0dae7;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #075899;
}

.CategoryPagination {
    color: #034285;
    background: #537d0a;
    text-align: center;
    padding: 5px;
    width: 180px;
    margin: 0px 0px 0px 585px;
    border-radius: 7px;
    font-weight: bold;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
    color: #ffffff;
    display: inline;
    list-style: none;
    padding: 5px;
    margin: 0;
}

.CategoryPagination .PagingList li a {
    color: #ffffff;
    font-weight: bold;
}

.BloatRight {
    float: right;
    margin-top: -5px;
}

.BloatLeft {
    float: left;
    margin-top: -5px;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
    background:#EEF5F9;
}

.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #EFF8FA url('../../default/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('../../default/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ErrorMessage {
    background: #FFECEC url('../../default/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #EFF8FA;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #c7d7db;
    background: #edf2f3;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #dcf0f5;
    border: 1px solid #bce0e8;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #a7e33e;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 4px;
}

.TabNav li a {
    color: #575757;
    border: 1px solid #a7e33e;
    border-top-left-radius: 5px;  
   -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;    
   -moz-border-radius-topright: 5px;
    background: #F6FFE6;
    position: relative;
    top: 2px;
    font-size: 12px;
    padding: 4px 6px;
    margin-right: 10px;
    margin-top: 3px;
    text-decoration: none;
}

.TabNav li a:hover {
    background-color: none;
    text-decoration: underline;
}

.TabNav li.Active a {
    border-bottom: 1px solid #ecf6ff;
    background: #ecf6ff;
    margin-top: 0px;
    padding-top: 7px;
    font-weight: bold;
}

#SearchTabsList li.Active a {
    background: none;
    border-bottom: none;
}
.SearchContainer .FloatLeft {
    margin-top: -5px;
}

.SearchContainer .FloatRight {
    margin-top: -5px;
}

.ProductDescriptionContainer h1 {
    color: #575757;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    font-style: italic;
}

#ProductDescription h3 {
    color: #575757;
}

#ProductReviews h3 {
    color: #575757;
}

#SimilarProductsByCustomerViews h3 {
    color: #575757;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

#SearchResultsCategoryAndBrand {
    background-color: #EEF5F9;
}

.CartContents .ItemShipping th {
    border-bottom-color: #c7d7db;
    border-top-color: #c7d7db;
    background: #edf2f3;
}

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #65B2CB;
    color: #FFF;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
    background-color: #075899;
}

/* End: category flyout styles */



/* start fast cart styles */
#fastCartContainer {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #BB6F21;
    background-color:transparent;
}
.fastCartSummaryBox {
    border: 2px solid #009E0F;
    border-radius: 7px;
    -moz-border-radius: 7px;
    background-color: #E9F2E9;
}

.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #800000;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}

#fastCartContainer .ProductList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#fastCartContainer .ProductList li {
    margin: 3px;
    overflow: hidden;
    padding: 3px 12px 3px 12px;
    float:left;
    width:122px;
}
#fastCartContainer .ProductList .ProductImage {
    width: 120px;
    height: 120px;
}
/* end fast cart styles */

.ClientTable {
    width: 900px;
    margin-left:30px;
    border-bottom: 1px solid #535353;
    padding: 0px;
    background-color: transparent;
    text-align: left;
    vertical-align: top;
}

.ClientTable a {
    text-decoration: none;
}

.ClientTable a:hover {
    text-decoration: underline;
}

.ClientTable td {
    padding: 5px;
}

.ClientTable2 {
    height: 200px;
}  

.ClientTable2 h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.ClientTable tbody {
    vertical-align: top;
}

.FaqTable {
    width: 755px;
    padding: 5px 5px 5px 20px;
    text-align:center;
}

.OutstandingTable {
    width: 755px;
    padding: 5px 5px 5px 20px;
    text-align:left;
}

.ContactTable {
    width: 755px;
    padding: 5px 5px 5px 20px;
    text-align:left;
}

#PolicyText {
    width: 755px;
    padding: 5px 5px 5px 20px;
    text-align:left;
}

#phone {
  
}

.phoneicon img {
    padding-right:8px;
}

.number {
    font-family: Arial, Helvetica, sans-serif;
    color: #2D6296;
    padding:7px 0px 0px 1px;
    text-align: right;
}

#main {
    width:975px;
    height: 420px;
    background: transparent;
}

#Viewnew {
    width: 125px;
    float:right;
    background-image: url('../../__custom/images/blue/viewcart1.gif');
}

.CartHover a{
    font-size:14px;
    color: #ffffff;
    padding: 8px 25px 10px 34px;
    font-weight: bold;
    background-image: url('../../__custom/images/blue/viewcart1.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-decoration:none;
    float:right;
}

.CartHover a:hover {
    font-size:14px;
    text-decoration: underline;
    color: #ffffff;
    padding: 8px 25px 10px 34px;
    font-weight: bold;
    background-image: url('../../__custom/images/blue/viewcart1.gif');
    background-position: 0 -34px;
    background-repeat: no-repeat;
    float:right;
}

.frame {
    margin: 5px 0px 0px 0px;
    font:11px arial;
    width:170px;
    height:330px;
    border:none;
    overflow:hidden;
    padding:5px;
}

#testibox {
    width:170px;
    height:40px;
}

#testibox img {
    padding-top:5px;
    padding-left:5px;
}

.text {
    padding:5px 0px 5px 15px;
}

.text1 {
    padding-top:0px;
    padding-left:15px;
}

#testi {
    width:170px;
    height:25px;
    display:block;
    padding-top: 8px;
    padding-left: 20px;
}

#testi a {
    font-size:11px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

#testi .first a {
    margin-right:35px;
}

#testi a:active {
    color: #30329C;
    text-decoration: none;
    background:none;
}

#testi a:hover {
    color: #30329C;
    text-decoration: none;
    background:none;
}
/* Left Content Area */
.lefthome {
    float: left;
    width: 190px;
    height: 402px;
    background-image:url('../../__custom/images/blue/lefthomebgn.gif');
    background-repeat: no-repeat;
    font-size: 0.85em;
    margin: 10px 0px 0px 5px;
}

.lefthome h2 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: 8px;
    text-indent: 10px;
}

.lefthome a  {
    font-size: 14px;
    color: #30329C;
    text-decoration: none;
}

.lefthome ul {
    margin: 0;
    padding: 0;
}

.lefthome li {
    font-weight: bold;
    list-style-position: inside; 
    list-style-image: url('../../__custom/images/blue/Arrow_Green10.gif'); 
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
}

.lefthome li a:hover {
    color: #5e8a14;
    list-style-position: inside; 
    padding: 5px 0px 5px 5px;
}

.lefthome li ul li a {
}

.Left a {
    color: #30329C;
    text-decoration: none;
}

.Left li a:hover {
    text-decoration: none;
    color: #5e8a14;
}

.Left .BlockContent {
    margin: 0 10px 0 10px;
}

.Left li {
    border-bottom: 1px solid #5e8a14;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 1px 0;
}

.Left ul {
    margin: 0;
    padding: 0;
}

.Left #SideCategoryList li ul {
   border-top: 1px solid #c5dde9;
   padding-left: 15px;
}

.Left #SideCategoryList li.LastChild {
    border-bottom: 0 !important;
}

.Left #SideCategoryList li {
    font-weight: bold;
    list-style-position: inside; 
    list-style-image: url('../../__custom/images/blue/Arrow_Green.gif'); 
    padding: 4px 0px 4px 0px;
    margin-left: -5px;
    margin-right: -8px;
    border-bottom: 1px solid #a7e33e;
}

.Left #SideCategoryList li a:hover{
    list-style-position: inside; 
    list-style-image: url('../../__custom/images/blue/Arrow_Blue.gif'); 
    padding: 4px 0px 4px 3px;
}

.Contenthome {
    float: right;
    width: 610px;
    border: solid 0px #000;
    min-height: 350px;
    margin-right: 10px;
    margin-left: 30px;
    padding: 25px 0px 10px 10px;
    font-size: 0.95em;
    background-color: #000;
}

.Contenthome .Block {
    clear: both;
    background: none;
}

.Blockhome {
    margin-top: 10px;
    margin-bottom: 10px;
    background: none;
}

.Contenthome h2, .TitleHeading {
    font-size: 1.6em;
    font-weight: bold;
    color: #034285;
    margin: 10px 0;
}

.Contenthome a:hover {
    text-decoration: underline;
}

.Contenthome .ProductList li {
    list-style: none;
    float: left;
    width: 122px;
    font-size: 0.95em;
    margin: 6px;
    padding: 8px;
    overflow: hidden;
    min-height: 17em;
    
}

.featurehome {
    float: left;
    width: 985px;
    height: 300px;
    margin: 10px 0 10px 0px;
    padding: 0 10px 10px 0px;
    font-size: 0.95em;
    background: url('../../__custom/images/blue/featuredbgn.gif');
    background-repeat: no-repeat;
}

.featurehome h2 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: -2px;
    text-indent: 10px;
}

.featurehome .ProductActionAdd {
    padding-left: 5px;
}

.featurehome .ProductList li {
    list-style: none;
    float: left;
    width: 122px;
    font-size: 0.95em;
    margin: 6px;
    padding: 8px;
    overflow: hidden;
    min-height: 17em;
}

#Seo {
    float: left;
    width: 690px;
    height: 350px;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 0px;
    font-size: 12px;
    background: url('../../__custom/images/blue/SEOcontentbgblue.gif');
    background-repeat: no-repeat;
}

#Seo h2 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: -2px;
    text-indent: 10px;
    margin-bottom: 10px;
}

#Seo p {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
    text-align: justify;
    color: #336799;
}

#Seo a {
    color: #070094;
    text-decoration: none;
    font-style: italic;
}

#Seo a:hover {
    color: #837DF5;
    text-decoration: underline;
}

#ReviewsHome {
    float: right;
    width: 265px;
    height: 350px;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    background: url('../../__custom/images/blue/ReviewsBg.gif');
    background-repeat: no-repeat;
}

#ReviewsHome h2 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: -2px;
    text-indent: 10px;
}

#ReviewsPanel {
    padding-top: 25px;
}


#TemplateButton {
    text-align: center;
    width:100px;
    float: right;
    background-image: url('../../__custom/images/blue/button100-a.gif');
    background-repeat: no-repeat;
    height:25px;
    margin-top: -38px;
    padding-right: 0px;
}

#TemplateButton a {
    font-size:13px;
    text-decoration: none;
}

#TemplateButton a:hover {
    text-decoration: underline;
    color: #075899;
}

.TemplateText {
    line-height: 18px;
    color: #535353;
    font-weight: bold;
    text-align: left;
    padding: 220px 0px 5px 0px;
}

#ProductRight {
    width: 200px;
    float: right;
    
}

#RightFlash {
    width: 160px;
    height: 450px;
    background: transparent;
    margin-left: 10px; 
}

#flashaligning{
    position: fixed;
    top: 120px;
    right: 50px;
    width: 160px;
    background-color: #FF0000;
    height: 450px;
    }

/* Page Footer */
#Footer {
    width:975px;
    height:300px;
    margin: 0px auto ;
    background-image: url('../../__custom/images/blue/footerbgn.gif');
    position:relative;
    padding-left: 0px;
    border: none;
}

#FooterContainer {
    width:975px;
    margin:0px;
}

#FooterContainer .FooterLeftColumn {
    width: 300px;
}

#ProInfo {
    width: 155px;
    height: 200px;
    margin: 25px 20px 20px 45px;
    color: #000;
    float:left;
}

#ProInfo ul {
    margin: 0px;
    padding-left: 25px;
    list-style: block;
}

#ProInfo .divider {
    margin: 0px auto;
    padding-top: -20px;
    float:right;
    padding-left: 20px;
}

#DreamInfo {
    width: 185px;
    height: 200px;
    margin: 5px 25px 20px 5px;
    color: #000;
    float:left;
}

#DreamInfo ul {
    margin: 0px;
    padding-left: 25px;
    list-style: block;
}

#DreamInfo .divider {
    margin: 0px auto;
    padding-top: -20px;
    float:right;
    padding-left: 20px;
}

#ServInfo {
    width: 160px;
    margin: 5px 25px 20px 5px;
    color: #000;
    float:left;
}

#ServInfo ul {
    margin: 0px;
    padding-left: 25px;
    border-right: none;
    list-style: block;
}

#ServInfo .divider {
    margin: 0px auto;
    padding-top: -20px;
    float:right;
    padding-left: 20px;
}

#Sercured {
    width: 150px;
    margin: 5px 25px 20px 5px;
    color: #000;
    float:left;
}

.AuthorizeNetSeal {
    padding: 0px 0px 5px 10px !important;
    float: left;
}

#Footer h2 {
    font-size:15px;
    font-weight: normal;
    color: #fff;
    padding:0px 0px 5px 8px;
    text-shadow: 1px 1px #6B6A6A;
}

#Footer ul {
    margin: 0px;
    padding-left: 25px;
    list-style: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    

}

#Footer li {
    font-size: 10px;
    list-style: block;
    list-style-position: outside; 
    list-style-image: url('../../__custom/images/blue/Arrow_Green.gif'); 
    padding:2px 0px;
    margin-bottom: 3px;
}

#Footer li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#Footer li.First a{
    color: #fff;
    text-decoration: none;
    padding: 0 10px 0 20px;
    border:none;
}

#Footer li a:hover {
    color: #a7e33e;
}

#bottomtbody {
    width:975px;
    margin:0px;
    float: left;
}

#bottomtbody ul li {
    padding: 4px 15px 0px 15px;
    
    display: inline;
    list-style: none;
    text-align: center;
}

#bottomtbody ul li a {
    color: #304905;
}

#bottomtbody ul li a:hover {
    color: #336799;
}

.cc {
    padding-left: 70px;
}

#BottomLeft {
    width: 300px;
    float: left;
}

#SocialLinks {
    width:300px;
    float: left;
    margin: 20px 0px 0px 25px;
}

.follow {
    padding-right:15px;
}

#Facebook {
    width: 40px;
}

.Facebooklink a {
    padding: 19px 20px 19px 20px;
    background-image: url('../../__custom/images/blue/Facebook-a.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    float:right;
}

.Facebooklink a:hover {
    padding: 19px 20px 19px 20px;
    background-image: url('../../__custom/images/blue/Facebook-a.gif');
    background-position: 0 -40px;
    background-repeat: no-repeat;
    float:right;
}

#Twitter {
    width: 40px;
}

.Twitterlink a {
    padding: 19px 20px 19px 20px;
    background-image: url('../../__custom/images/blue/twitter-a.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    float:right;
}

.Twitterlink a:hover {
    padding: 19px 20px 19px 20px;
    background-image: url('../../__custom/images/blue/twitter-a.gif');
    background-position: 0 -40px;
    background-repeat: no-repeat;
    float:right;
}

#Youtube {
    width: 40px;
}

.Youtubelink a {
    padding: 19px 20px 19px 20px;
    background-image: url('../../__custom/images/blue/Youtube-a.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    float:right;
}

.Youtubelink a:hover {
    padding: 19px 20px 19px 20px;
    background-image: url('../../__custom/images/blue/Youtube-a.gif');
    background-position: 0 -40px;
    background-repeat: no-repeat;
    float:right;
}

.lastline {
    color: #304905;
    padding: 15px 75px 0px 75px;
}

#whyus {
    float: left;
    width: 250px;
    height: 150px;
    margin-left: 45px;
    padding: 0 5 5 5px;
    font-size: 0.95em;
    background-color: none;
    border-left: 1px solid;
    border-bottom: 1px solid;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    border-color: #2b813f;

}

#whyus a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #2b813f;
    font-weight: bold;
    text-decoration: none;
}

#whyus a:hover {
    color: #000;
}

#whyus h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    margin: 0px 0px 8px;
    width: 170px;
    background-image:url('../../__custom/images/blue/footerlinksbg.gif');
    background-repeat: no-repeat;
    height: 25px;
    text-indent: 20px;
    line-height: 26px;
    vertical-align: baseline;
}

#whyus .box {
    padding-left: 15px;
    padding-top: 3px;
}

/* Newsletter Subscription Form */
#SideNewsletterBox h2 {
    text-shadow: 0px 0px #6B6A6A;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    margin: 5px 0px 3px 10px;
}

.NewsletterSubscription {
    float: left;
    width: 300px;
    height: 125px;
    margin: 20px 0px 30px;
    font-size: 0.95em;
    background-image:url('../../__custom/images/blue/NewsBg.png');
    background-repeat: no-repeat;
}


.NewsletterSubscription label {
    clear: both;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.NewsletterSubscription input {
    width: 115px;
    font-size: 0.9em;
    padding: 3px;
    margin: 2px 0px 0px 35px;
}

.NewsletterSubscription .Button {
    width: 125px;
    height: 25px;
    border: 0;
    margin-top: 6px;
    margin-left: 140px;
    vertical-align: middle;
}

#nl_email {
    margin-left:15px;
}

#MonthSpecial {
    margin-top:10px;
    margin-bottom:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFF;
}

#MonthSpecial a {
    margin-top: 20px;
    padding-left: 5px;
    
}

#MonthSpecial .ProductActionAdd a {
   margin-left:-10px;
}

.Monthly {
    font-family: comic sans ms,sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #2B813F;
    text-align:center;
}

#InfoPages {
}

#InfoPages h2 {
    color:#000000;
    font-size:18px;
    font-weight: normal;
}

.Infotext {
    color: #000000;
    font-size:15px;
    font-weight: normal;
    padding: 0px 20px 0px 20px;
    line-height: 23px;
}

.Infotext .First {
    font-weight: bold;
}

.Infotext li {
    line-height: 24px;
    color: #000000;
    list-style-type: circle;
    list-style-position:outside;
    list-style-image: apple;
    list-style-type:
}

#TestiContent {
    padding: 12px;
    color: #414142;
}

#TestiContent .Header {
    font-size: 15px;
    padding-bottom: 10px;
}

.TestimonialsCont {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 20px;
    background-image: url('../../__custom/images/blue/content_separator.gif');
    background-repeat: repeat-x;
    background-position:bottom;
}

.TestimoText {
    padding: 12px 12px 0px 12px;
    font-size: 13px;
    line-height: 19px;
    background-image: url('../../__custom/images/blue/bg-quote.gif');
    background-repeat: no-repeat;
}

#Designers-paragraph {
    color: #000000;
    padding: 10px 50px 25px 50px;
    line-height: 18px;
}

.DesignersTab #Designers{
    width: 770px;
    margin: 20px 15px 20px 15px;
    color: #000000;
    background-color: transparent;
    text-align: left;
}

#Designers {
    width: auto;
    border-spacing: 0px;
    padding: 12px 12px 0px 12px;
    font-size: 13px;
    line-height: 19px;
}

#Designers tr {
    background-image: url('../../__custom/images/blue/content_separator.gif');
    background-repeat: repeat-x;
    background-position:bottom;
    display: block;
    padding-bottom: 14px;
    color: #000000;
}

#Designers td {
    padding: 20px 0px;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    width: 785px;
}

#Designers p {
    text-indent: 0px;
    margin: 0px;
    width: 450px;
    float: right;
    padding: 0px 10px 0px 20px;
    text-align: justify;
}

#web-link {
    padding: 0px 30px 12px 30px;
    color: #000000;
}

#web-link h1 {
    color: #034285;
    font-size: 15px;
    padding-bottom: 8px;
}

#web-link .first-para {
    padding-bottom: 0px;
}

#web-link a {
    color: #2E2C2C;
    text-decoration: none;
}

#web-link a:hover {
    text-decoration: underline;
    color: #000000;
}

.web-linkTable {
    clear: both;
    padding-bottom: 12px;
    background-image: url('../../__custom/images/blue/content_separator.gif');
    background-repeat: repeat-x;
    background-position:bottom;
    display: block;
}

.TableDivider {
    background-image: url('../../__custom/images/blue/table_Divider.gif');
    background-repeat: repeat-y;
    height: 150px;
    width: 25px;
    margin-bottom: 0px;
}

.web-linktext {
    width: 380px;
    padding: 12px 12px 0px 35px;
    font-size: 13px;
    line-height: 19px;
}

#CompanyInfo {
    height: 80px;
    overflow-y: scroll;
}

.weblinksinfo {
    valign: top;
    color: blue;
    font-size: 12px;
    line-height: 17px;
}

#web-link li {
    line-height: 16px;
    color: ;
    list-style-position:outside;
    list-style-type: circle;
    list-style-image: ;
}

.ResourcesLinks {
    padding-left: 50px;
}

.ResourcesLinks li {
    line-height: 19px;
    list-style-position:outside;
    list-style-image: url('../../__custom/images/blue/resource_Arrow.gif');
}

.ResourcesLinks a {
    vertical-align: top;
    padding: 0px 0px 7px 7px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.ResourcesLinks a:hover {
    text-decoration: underline;
    color: #4f8fff;
}

#Resource-Pargagraph h2{
    color: #000000;
    font-size: 15px;
    margin-bottom: 0px;
}

#Resource-Pargagraph a {
    text-decoration: none;
    color: #000000;
    line-height: 19px;
}

#Resource-par {
    padding: 0px 30px 10px 30px;
}

#readmore {
    float: right;
    width: 125px;
    height: 22px;
}

#readmore a {
    color: #075899;
    background-image: url('../../__custom/images/blue/readmore.png'); 
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 5px 60px 2px 60px;
   
}

#readmore a:hover {
    color: green;
    background-image: url('../../__custom/images/blue/readmore.png'); 
    background-position: 0 -22px;
    background-repeat: no-repeat;
    padding: 5px 60px 2px 60px;
    text-decoration: none;
}

#Viewnew {
    width: 125px;
    float:right;
    background-image: url('../../__custom/images/blue/viewcart1.gif');
}

.CartHover a{
    font-size:14px;
    color: #ffffff;
    padding: 8px 25px 10px 34px;
    font-weight: bold;
    background-image: url('../../__custom/images/blue/viewcart1.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-decoration:none;
    float:right;
}

.CartHover a:hover {
    font-size:14px;
    text-decoration: underline;
    color: #ffffff;
    padding: 8px 25px 10px 34px;
    font-weight: bold;
    background-image: url('../../__custom/images/blue/viewcart1.gif');
    background-position: 0 -34px;
    background-repeat: no-repeat;
    float:right;
}

