/* BASE HTML TAGS--------------------- */

body 
{
    /* font-family:Arial, Helvetica, sans-serif; */
	
    /* color:#333227; */
	background-color:#47677C;
    background-repeat:repeat;
	margin:10px 0px 0px 0px;
	
    padding:0;
	
    /* font:75% Tahoma; */
	/*height:100%;  this is the key! */
 }
html>body #footer {
    bottom:0;
    z-index:10;
}
h1
{
    font-size:large;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}
h2
{
    font-size:medium;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}
h3
{
    font-size:small;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}

img
{
    border-style:none;
}

form
{
    padding:0px;
    margin:0px;
}
ul
{
    margin-top:2px;
    margin-bottom:8px;
    margin-left:25px;
}
li
{
}

a
{
    /* color:#972E18; */
    /* text-decoration:underline; */
}
a:hover
{
}


/* FRONTEND OBJECT STYLES----------------------- */
#sitebody
{
    width:974px;
    margin:0px auto 0px auto;
}
#sitecontainer
{
    width:974px;
    margin:0px auto 0px auto;
    height:100%;
    background:#fff url(img/sitebg.jpg) repeat-y;
}
#sitecontainer_full
{
    width:974px;
    margin:0px auto 0px auto;
    height:100%;
    background:#fff;
}
#minwidthguide
{
	width:974px;
}
#outerborder_col1
{
    visibility:hidden;
}
#outerborder_col2
{
}
#outerborder_col3
{
    visibility:hidden;
}
#front_header
{
	height:112px;
	width:974px;
    background-image:url(img/headerbg.jpg);
	background-repeat:no-repeat;
	background-color:#07263A;
}
#front_subheader
{
}

#front_mainmenu
{
    background:#07263A url(img/menu_off.jpg) repeat-x;
    height:41px;
    width:974px;
	background-color:#07263A;
}
#column1
{
    float:left;
    width: 200px;
    position:relative;
    /* padding: 10px; */
}

#column2
{
    margin-top:5px;

    background-color:#fff;
    /* margin: 0px 0px 0px 220px; */

    float: right;
    width: 750px;
}
#column3
{
    float:right;
    width:298px;
    margin-top:0px;
    padding:4px;
    position:relative;
}
#sitecontentarea
{
    
}
#footer
{
    background:#47677C url(img/sitefooter.jpg) no-repeat;
    height:36px;
    width:974px;
    clear:both;
	
}
#loggedinline1
{
text-align:center;
}
#loggedinline2
{
text-align:center;
}
#Cart img{
margin-right:10px;
vertical-align:middle;
}
#block1
{
    
}
#block2
{
    
}
#block3
{
    
}
#block4
{
    
}
#block5
{
    
}
#block6
{
    
}
#block7
{
}

/* Column 1 blocks ------------------------------*/
.col1block_header
{
    width: 200px;
    margin:3px;
    border-bottom:2px solid #D2CFA4;
    color:#155B7F;
    height:19px;
    padding:5px 5px 0px 5px;
    font-size:17px;
    font-family: Arial;
}
html>body .col1block_header
{
 	margin:6px;
 	font-size: 20px;
}
#column1	 a
{
	COLOR:#333227;
}
.col1block
{
	padding:5px;
	width:200px;
}
.col1block_footer
{
    display:none;
}

/* Column 2 blocks ------------------------------*/
#col2block1_header
{
    visibility:hidden;
}
#col2block2_header
{
    visibility:hidden;
}
#col2block1
{
    visibility:hidden;
}
#col2block1_footer
{
    visibility:hidden;
}
#col2block2_footer
{
    visibility:hidden;
}
#maincontentarea
{

}
#maincontentarea table
{
	width:100%;
}
.maincontentitem
{
	margin-bottom:4px;
}
/* Column 3 blocks ------------------------------*/
.col3block_header
{
 	margin:3px 13px 3px 20px;
    border-bottom:2px solid #D2CFA4;
    color:#155B7F;
    height:19px;
    padding:5px 5px 0px 5px;
    font-size:17px;
    font-family:Georgia, Times New Roman, Arial;
}
.col3block
{
    width:280px;
    text-align:center;
    padding:4px 7px 0px 7px;
}
.col3block_footer
{
   display:none;
}
.bulletlist
{
    /* background-image: url(img/bullet.gif); */
    background-position:center left;
    background-repeat:no-repeat;
    padding-left:14px; 
}
 .bulletlist
{
    background-image: url(img/sidemenu_sep.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    padding:2px 6px 4px 6px;
    width: 200px; 
    text-align:right;
    text-decoration:none;
}
 .bulletlist:hover {
        BACKGROUND: #CFCCAB;
        text-decoration:none;
    }
    .graphiclinks {
float: right;
text-align: left;
width: 286px;
padding: 0px 0px 0px 8px;
}
           #quickLinks62 .graphiclinks { float: left; text-align: left; width: 286px; padding: 0px 0px 0px 8px; }
         #quickLinks62 .graphiclinksfLinkDiv { float: left; line-height: ; text-align: left;padding: 0px; }
         #quickLinks2 .graphiclinks { float: left; text-align: left; width: 205px; padding: 0px 0px 10px 5px; }
         #quickLinks2 .graphiclinksfLinkDiv { float: left; line-height: normal; text-align: left;padding: 0px 0px 4px 0px; }

.sitefooter a {
    color: #fff;
}


#slideshow {
    position: relative;
    width: 500px;
}

    #slideshow IMG {
        position: absolute;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 4;
        opacity: 0.0;
        /*border-width: 10px;*/
        border-style: solid;
        border-color: white;
    }

        #slideshow IMG.active {
            z-index: 6;
            opacity: 1.0;
        }

        #slideshow IMG.last-active {
            z-index: 5;
        }

.centeredcontent h1 {
    text-align: center;
}

.slideshow {
}

#slideshowposition {
    width: 1000px;
    margin: 0 auto;
}

.floatright {
    float: right;
}

.classname {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05,#007AB1), color-stop(1, rgba(20, 93, 126, 1)) );
    
   background: -moz-linear-gradient(center top , #007AB1 5%, rgba(20, 93, 126, 1) 100%) repeat scroll 0% 0% #007AB1;
    background-color: #1A6585;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: -25px;
    border: 1px solid #6d9ead;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    height: 78px;
    line-height: 100px;
    width: 240px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #86acb8;
    /* margin-left: -20px; */
    margin-bottom: 5px;
}

    .classname:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #69BAD5), color-stop(1,#165482) );
       
        background: -moz-linear-gradient(center top , #69BAD5 5%, #165482 100%) repeat scroll 0% 0%  #165482;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d9ead', endColorstr='#bfeeff');
        background-color: #69BAD5;
        text-decoration: none;
    
        color: #fff;
}

    .classname:active {
        position: relative;
        top: 1px;
    }
.socialicons {
    width: 28px !important;
}
.socialp {
    /* width: 28px !important; */
    z-index: 9999999 !important;
    margin-top: -10px;
    text-align: left;
    padding-left: 100px;
    font-size: 15px;
}
.sidebar {
    padding:10px;
}