﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
    background: #999999;
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background-image: url("vert.jpg");
    background-repeat: repeat-x;
    background-position:center top;
}

.makecolor
{
    color: #395aa4;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    outline: none;
 
}
a:link, a:visited
{
    color: #395aa4;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #666666;
    text-decoration: underline;
    outline: none;
}

a:active
{
    color: #034af3;
    outline: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.4em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #395aa4;
    
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
       margin-top:0;
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    margin-top:0;
    font-size: 1.4em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.smalltext
{
    font-size: 0.8em;
}
.smalltextred
{
    font-size: 0.8em;
    color:#ff0000;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    margin-right: 10px;
    color: #ffffff;
}

.loginDisplay a:link
{
    color: #ffffff;
}

.loginDisplay a:visited
{
    color: #ffffff;
}

.loginDisplay a:hover
{
    color: #ffffff;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 930px;
   background-image: url("banners/scar_strip.jpg");
   background-repeat:repeat-y;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

#dumtop
{
    width: 930px;
   background-image: url("banners/scarwhole.jpg");
   background-repeat:no-repeat;
    margin-top:-3px;
    border: 0px solid #496077;
}


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
  
    width: 930px;
    height: 303px;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0;
    margin: 0;
    
    width: 953px;
}



.footer
{
    color: #4e5766;
    padding: 0px 15px 0px 15px;
    margin: 0px auto;
    height: 68px;
    text-align: center;
    line-height: normal;
    background-image: url("banners/scarbot.jpg");
    background-repeat: no-repeat;
}

#footerinfo
{
    font-size:0.8em;
    color:#666666;
}

/* TAB MENU   
----------------------------------------------------------*/
#placetopmenu
{
    position: absolute;
    border-top:solid 1px #000000;
    z-index: 25;
    top: 92px;
    left:10px;
    right:10px;
    width:910px;
    height:187px;
    background-image: url("menu/scar_r3_c4.jpg");
    background-repeat:no-repeat;
    background-position:bottom;
    vertical-align:middle;
    padding:0;
    margin:0;
    
}




div.hideSkiplink
{
    width: 100%;
    margin-top: 5px;
    padding: 0;
}

div.menu ul
{
    list-style: none;
    
   
    margin: 0;
    padding: 0;
    width:auto;
    outline: none;
    
}

div.menu ul li
{
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

div.menu ul li a, div.menu ul li a:visited
{
    margin: 0;
    border: 0px #4e667d solid;
    color: #000000;
    
    padding: 0px 50px 0px 50px;
    height: 37px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    border-right: solid 0px #00ff00;
    border-left: solid 0px #666666;
}

div.menu ul li a:hover
{
    color: #00ff00;
    text-decoration: none;
    outline: none;
}

div.menu ul li a:active
{
    color: #cfdbe6;
    text-decoration: none;
    outline: none;
}


/* Admin Panel  
----------------------------------------------------------*/

#adminpanel
{
    width: 930px;
    height: 114px;
    position: relative;
    
    background-color:#000000;
    border:1px solid #ffffff;
    
}

.adminoptions
{
    color: #ffffff;
}
.adminoptions h2
{
    color: #ffffff;
}
#adopts
{
    position: absolute;
    width: 600px;
    height: 85px;
    top: 10px;
    left: 140px;
    border: 0px dashed #000000;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.admintable
{
    width: 100%;
    
   
}

.admintable td
{
height:10px;
}

.admintable a:link, .admintable a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.admintable a:hover
{
    color: #ffffff;
    text-decoration: underline;
    outline: none;
}

.admintable a:active
{
    color: #79ce39;
    outline: none;
}

#sets
{
    position: absolute;
    width: 270px;
    height: 75px;
    top: 25px;
    right: 20px;
    text-align: right;
}

.createdata
{
    color: #ffffff;
    font-size: 10px;
}


/* Outer Layout Divs Content area  
----------------------------------------------------------*/


#leftmain
{
    float: left;
    width: 185px;
}

#vertmenusur
{
    width: 185px;

}

#vertmenucontent
{
    width: 185px;

    min-height: 250px;
}

#vertmenubottom
{
    width: 185px;

    height: 20px;
}

#latestnewssur
{
    width: 165px;
    background-color:#222222;
    border: 1px solid #000000;
    margin-left:18px;
}

#latestnewscontent
{
    width: 165px;

    
}

#latestnewsbottom
{
    width: 165px;
 
    height: 20px;
}


#rightmain
{
    float: right;
    width: 736px;
    margin: 0;
    margin-right:29px;
    
}

#rcontsur
{
    width: 736px;
    background-image: url("main_boxes/cont_slicen.gif");
    background-repeat: repeat-y;
}

#rcontcont
{
    width: 736px;
    background-image: url("main_boxes/cont_topn.gif");
    background-repeat: no-repeat;
    min-height: 512px;
}

#rcontbottom
{
    width: 736px;
    background-image: url("main_boxes/cont_bottomn.gif");
    background-repeat: no-repeat;
    height: 23px;
}

#rightmainadmin
{
    float: right;
    width: 736px;
    margin: 0;
    margin-right:29px;
}

#rcontsuradmin
{
    width: 736px;
    background-image: url("main_boxes/cont_slicen.gif");
    background-repeat: repeat-y;
}

#rcontcontadmin
{
    width: 736px;
    background-image: url("main_boxes/cont_topn.gif");
    background-repeat: no-repeat;
  
}

#rcontbottomadmin
{
    width: 736px;
    background-image: url("main_boxes/cont_bottomN.gif");
    background-repeat: no-repeat;
    height: 23px;
}

.cpad
{
    padding-left: 20px;
    padding-top: 5px;
    padding-right:20px;
    padding-bottom:3px;
}

/* inner Layout Divs Content area  
----------------------------------------------------------*/
.fullcsur
{
    margin-top: 12px;
    margin-left: 4px;
    width: 702px;
    
    background-image: url("contpan/greysinglestrip.jpg");
    background-repeat: repeat-y;
}

.fullccround
{
    width: 702px;
    
    background-image: url("contpan/greysingletop.jpg");
    background-repeat: no-repeat;
}

.fullcsquare
{
    width: 702px;
    
    background-image: url("contpan/greysingletop.jpg");
    background-repeat: no-repeat;
}
.fullcbottom
{
    width: 702px;
    min-height: 10px;
    background-image: url("contpan/greysinglebot.jpg");
    background-repeat: no-repeat;
}


.fullcsuredit
{
    margin-top: 12px;
    margin-left: 4px;
    width: 702px;
    
    background-image: url("contpanEDIT/bluesinglestrip.jpg");
    background-repeat: repeat-y;
}

.fullccroundedit
{
    width: 702px;
    
    background-image: url("contpanEDIT/bluesingletop.jpg");
    background-repeat: no-repeat;
}


.fullcbottomedit
{
    width: 702px;
    min-height: 10px;
    background-image: url("contpanEDIT/bluesinglebot.jpg");
    background-repeat: no-repeat;
}


.halfsur
{
    width: 702px;
    margin-top: 12px;
    margin-left: 4px;
}

.halfleftsur
{
    float: left;
    width: 344px;
    background-image: url("contpan/greyhalfstrip.jpg");
    background-repeat: repeat-y;
}
.halfrightsur
{
    float: right;
    width: 344px;
    background-image: url("contpan/greyhalfstrip.jpg");
    background-repeat: repeat-y;
}


.halfsquare
{
    width: 344px;
    
    background-image: url("contpan/greyhalftop.jpg");
    background-repeat: no-repeat;
}

.halfround
{
    width: 344px;
    
    background-image: url("contpan/greyhalftop.jpg");
    background-repeat: no-repeat;
}

.halffooter
{
    width: 344px;
    background-image: url("contpan/greyhalfbot.jpg");
    background-repeat: no-repeat;
    min-height: 10px;
}


.pad
{
    padding: 10px;
}
.bad
{
    margin-top:10px;
    padding: 10px;
    border:solid 1px #cccccc;
}

.m100
{
    width:100%;
}


.p100
{
  
   
}
/*side menu list */

.menupad
{
    padding-top: 15px;
    padding-left: 5px;
}
.innermenupad
{
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
}
#twinmenu
{
    width: 201px;
    background-image: url("menu/menu_slicen.gif");
    background-repeat: repeat-y;
    min-height: 300px;
}

#twinmenutop
{
    width: 201px;
    background-image: url("menu/menu_topbuttonn.gif");
    background-repeat: no-repeat;
    height: 36px;
}

#twinmenumid
{
    width: 201px;
    background-image: url("menu/menu_midbuttonn.gif");
    background-repeat: no-repeat;
    height: 37px;
}

#twinmenubase
{
    width: 201px;
    background-image: url("menu/menu_bottomn.gif");
    background-repeat: repeat-y;
    height: 3px;
}


/*side menu list */
div.menu2 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    outline: none;
}

div.menu2 ul li
{
    padding-left: 0px;
}

div.menu2 ul li a, div.menu2 ul li a:visited
{
    border: 0px #5Ea529 solid;
    color: #cccccc;
    line-height: 2.2em;
    padding: 1px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    border-right: solid 0px #cccccc;
    border-left: solid 0px #cccccc;
    margin: 0;
}

div.menu2 ul li a:hover
{
    color: #00ff00;
    text-decoration: none;
    outline: none;
}

div.menu2 ul li a:active
{
    color: #cfdbe6;
    text-decoration: none;
    outline: none;
}

.topitem
{
    padding-top: 9px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}
.miditem
{
    padding-top: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.topitem a:Link, .miditem a:link
{
    color: #ffffff;
    text-decoration: none;
}

.topitem a:visited, .miditem a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.topitem a:hover, .miditem a:hover
{
    color: #cccccc;
    text-decoration: none;
}

.topitem a:active, .miditem a:active
{
    color: #cccccc;
    text-decoration: none;
}

/*Tabs"*/

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_russ-theme .ajax__tab_header 
{
   
    font-size:13px;
    font-weight:bold;
    border-bottom:solid 1px #395aa4;
    cursor:pointer;
}
.ajax__tab_russ-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(menu/yui/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_russ-theme .ajax__tab_header .ajax__tab_tab
{    
   
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_russ-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(menu/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_russ-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#333333;
    font-weight:bold;
}
.ajax__tab_russ-theme .ajax__tab_active .ajax__tab_outer
{
    background:url(menu/yui/sprite.png) #395aa4 repeat-x left -1400px;
}
.ajax__tab_russ-theme .ajax__tab_body 
{
    
    font-size:1.0em;
    padding:0.25em 0.5em;
    background-color:#ffffff;    
    border:solid 1px #395aa4;
    border-top-width:0px;
}


/* Page tops */

.abars
{
    width:100%;
 text-align:right;
 height:32px;
    
}


img.floatLeft  { 
    float: left; 
    margin-right: 5px;
    margin-bottom:5px; 
}
img.floatRight  { 
    float: right; 
    margin-left: 5px; 
    margin-bottom:5px; 
}

.rolists
{
    margin:0;
    padding:0;
}
.rolists ul
{ 
    margin:0;
    list-style-type: none; 
    padding:0;
}

.rolists li
{
    margin:0;
    padding:0;
}


.stocktableitems
{
    font-weight:bold;
    color:#395aa4;
}


.gridbuts
{
    border:solid 1px #666666;
}




/* IMAGE GAL */



/* Testimonial Quotes Box */

#testimonialquotes
{
    position: absolute;
    width: 370px;
    height: 70px;
    top: 20px;
    left: 270px;
    z-index: 20;

}

#oquote
{
    background-image: url("quotes/quote_open.gif");
    background-repeat: no-repeat;
    z-index: 21;
    width: 46px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#cquote
{
    background-image: url("quotes/quote_close.gif");
    background-repeat: no-repeat;
    z-index: 21;
    width: 46px;
    height: 28px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#quotecont
{
position: absolute;
    width: 300px;
    height: 20px;
    top: 10px;
    left: 45px;
    z-index: 25;
   
    font-size: 14px;
    color:#666666;
    font-weight:normal;
    
}

#phonediv

{
    position: absolute;
    width: 260px;
    height: 70px;
    right: 60px;
    top:50px;
    z-index: 20;
    font-weight:bold;
    font-size:30px;
    background-color: #333333;

}



.no_sel{ 
-moz-user-select:none; 
} 

.yes_sel{ 
-moz-user-select:all; 
} 





.bmen a:link, .bmen a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.bmen a:hover
{
    color: #00ff00;
    text-decoration: none;
    outline: none;
}

.bmen a:active
{
    color: #79ce39;
    outline: none;
}