﻿/* -- ##### RUNCORE STYLE SHEET #####-- */

/* -- ##### BRAND COLORS 

Red: #ae0d12
Blue: #26247b
White: #ffffff
Dark Gray: #999999
Medium Gray: #cccccc
Light Gray: #efefef
*/

/* -- ##### BODY STYLE #####-- */

body
{
    font: 10pt verdanda;
    margin-top: 0px;
    padding-top: 0px; /* -- #####  START - This is so IE 6.0, 7.0, 8.0 Center the Page #####-- */
    text-align: center; /* -- #####  END - This is so IE 6.0, 7.0, 8.0 Center the Page #####-- */
    background-image: url(http://www.runcore.com/images/header/bigbg-fixed.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #cccccc;
    
}

#WRAP
{
    margin: 0 auto; /*-- ie center */
    margin-bottom:-10px; /*-- removes the gray space at the bottom of FF */
    text-align: left;
    width: 800px;
    background-color: #ffffff; /*-- covers up the large red / blue background --*/
    text-align: left;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(http://www.runcore.com/images/footer-whole.jpg);
}

#HEADER
{
    margin: 0 auto; /*-- ie center */
    height:auto;
    vertical-align: top;
}

#BODY
{

    padding: 10px 20px 50px 20px; /*-- 50px at the bottom to allow the curved image to not have text over it --*/
    vertical-align: top; /*--background:#FFFFFF; --*/
    overflow:hidden /*-- allows the height of body to adjust dynamically --*/
}

#FOOTER
{
    text-align: right;
    padding-bottom:15px;
    padding-right:20px;
 }

#FullPage
{
    clear: both;
}

/* -- #####  SITE FONT STYLE #####-- */
h1, h2, h3, h4, h5
{
    font-family: Verdana;
}

hr{color:#cccccc; height:1px;}

p{ text-align:left;}

.page_header
{
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
    color: #26247b;
    text-align: left;
}
.page_title
{
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #26247b;
}
.page_subtitle
{
    font-family: Verdana;
    font-style: italic;
    font-size: 10pt;
    color: #999999;
}
.page_text
{
    font-family: Verdana;
    font-size: 10pt;
    color: #404040;
}
.page_subtext
{
    font-family: Verdana;
    font-size: 6pt;
    color: #404040;
}
.page_footer
{
    font-family: Verdana;
    font-size: 9pt;
    color: #404040;
    font-weight: bold;
    vertical-align: bottom;
    text-align: right;
}
/* DARK GRAY */
.page_link
{
    font-family: Verdana;
    font-size: 10pt;
    color: #404040;
    text-decoration: none;
}
/* RED */
.page_link:hover
{
    font-family: Verdana;
    font-size: 10pt;
    color: #ae0d12;
    text-decoration: underline;
}
/* DARK GRAY */
.page_link_small
{
    font-family: Verdana;
    font-size: 8pt;
    color: #404040;
    text-decoration: none;
}
/* RED */
.page_link_small:hover
{
    font-family: Verdana;
    font-size: 8pt;
    color: #ae0d12;
    text-decoration: underline;
}
/* WHITE */
.page_link_small_white
{
    font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: none;
}
/* WHITE:RED HOVER */
.page_link_small_white:hover
{
    font-family: Verdana;
    font-size: 8pt;
    color: #ae0d12;
    text-decoration: underline;
}

/* WHITE */
.header_link
{
    font-family: Arial;
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: none;
}
/* RED */
.header_link:hover
{
    font-family: Arial;
    font-size: 8pt;
    color: #ae0d12;
    text-decoration: underline;
}

.table_productdescription_specification
{  background-color:#efefef;width:150px; text-align:left; font-weight:bold;}

.table_productdescription_specification_data
{ text-align:left;}


/* -- ##### MENU STYLE #####-- */
/* DARK GRAY */
.menu_link
{
    font-family: arial;
    font-size: 10pt;
    color: #525252;
    font-weight: bold;
    text-decoration: none;
}
/* RED */
.menu_link:hover
{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ae0d12;
    text-decoration: underline;
}

/* -- #####  TRANSLATOR NO BORDER ON ARROW #####-- */
a
{
    outline: none;
}
a img
{
    border: none;
}


/* -- ##### DIV TAGS #####-- */
div
{
    margin: 0px 0px 0px 0px;
}

/* -- #####  DIVS ALL PAGES #####-- */
#ContentWrapper
{
    margin: 0px 0px 0px 0px;
    
}
#FullPage
{
    clear: both;
}


/* -- ##### DIVS HEADER #####-- */
#header_tLeftWidget
{
    float: left;
    width: 800px;
    height: 20px;
    padding: 6px 0px 10px 0px;
    background-image: url(http://www.runcore.com/images/header/bg-1px-horiz-sliver.jpg);
    background-repeat: repeat-y;
}
#header_cLeftWidget
{
    float: left;
    height: 142px;
    width: 136px;
    padding: 0px;
    /*background-image: url(http://www.runcore.com/images/header/runlogo.jpg);*/
}

#header_cRightWidget
{
    float: right;
    height: 109px;
    width: 663px;
    padding: 0px;
    background-image: url(http://www.runcore.com/images/header/banner-top-newfade.jpg);
}
#header_bRightWidget
{
    float: right;
    height: 33px;
    width: 663px;
    padding: 0px;
    background-image: url(http://www.runcore.com/images/header/banner-bottom.jpg);
}

/* -- #####  DIVS HOME PAGE #####-- */
/*#home_Flash
{
    float: left;
    width: 700px;
    padding-bottom: 10px;
}*/

#home_News_Header
{
    float: left;
    width: 480px;
    height: 30px;
    text-align: left;
    line-height:30px;/* Centers Text */
    margin-bottom:10px;
    background-image: url(http://www.runcore.com/images/bg-30px-heading-slice.png);
}

#home_News
{
    /*border: solid 1px red;*/
    float: left;
    width: 480px;
    padding-top:10px;
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: left;
    clear:left;
}

#home_Video_Header
{
    float: right;
    width: 276px;
    height: 30px;
    text-align: left;
    line-height:30px; /* Centers Text */
     margin-bottom:10px;
    background-image: url(http://www.runcore.com/images/bg-30px-heading-slice.png);
}

#home_Video
{
    float: left;
    width: 260px;
    padding-top:10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: center;  
}

#home_Social_Header
{
    float: left;
    width: 480px;
    height: 30px;
    text-align: left;
    line-height:30px;/* Centers Text */
    margin-bottom:10px;
    background-image: url(http://www.runcore.com/images/bg-30px-heading-slice.png);
}

#home_Social
{
    /*border: solid 1px red;*/
    float: left;
    width: 480px;
    padding-top:10px;
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: left;
}

#home_bLeftWidget
{
    clear: left;
    text-align: left;
}

/* -- #####  DIVS PRODUCT DETAILS PAGE #####-- */
#product_tLeftWidget
{ float: left;
    width: 200px; 
}
#product_tRightWidget
{
    float: right;
    width: 560px;
}


/* -- #####  DIVS PRODUCT DETAILS PAGE #####-- */
#productdetails_tLeftWidget
{
width:580;
text-align:left;
float:left;   
}
#productdetails_tRightWidget
{
width:180;
float:right;
padding-left:40px;     
}

#productdetails_cLeftWidget
{
clear: left;
}


/* -- #####  DIVS RESELLER PAGE #####-- */
#resellerReseller_cLeft
{
width:800;
text-align: left;
float:left;
}

#resellerDistributor_cLeft
{
width:800;
float:left;
}

#resellerManufacturer_cLeft
{
width:800;
float:left;    
}

#resellerInstaller_cLeft
{
width:800;
float:left;    
}

/* -- #####  DIVS SUPPORT PAGE #####-- */
#support_tLeftWidget
{
    float: left;
    width: 350px;
    padding: 0px;
    text-align: left;
}
#support_tRightWidget
{
    float: left;
    width: 200px;
    padding: 0px 0px 0px 100px;
    text-align: left;
}

/* -- #####  DIVS CAREERS PAGE #####-- */
#career_tLeftWidget
{
    float: left;
    text-align: left;
}

/* -- #####  DIVS ABOUTUS PAGE #####-- */
#aboutus_tLeftWidget
{
    clear: left;
    text-align: justify;
}

/* -- #####  DIVS WHERETOBUY PAGE #####-- */
#wheretobuy_tLeftWidget
{
    float: left;
    text-align: left;
}
#wheretobuy_cLeftWidget
{
    float: left;
}
#wheretobuy_bLeftWidget
{
    clear: left;
    text-align: left;
}

/* -- #####  DIVS BRAND IDENTITY PAGE #####-- */
#brandidentity_tLeftWidget
{
    float: left;
    text-align: left;
}
#brandidentity_ctLeftWidget
{
    float: left;
}
#brandidentity_ctRightWidget
{
    float: right;
}
#brandidentity_cbLeftWidget
{
    float: left;
    padding-top: 20px;
}
#brandidentity_cbRightWidget
{
    float: right;
    padding-top: 20px;
}
#brandidentity_bLeftWidget
{
    float: Left;
    text-align: left;
}

#brandidentity_b2LeftWidget
{
    clear:Left;
}

/* -- #####  DIVS NEWS PAGE #####-- */
#news_tLeftWidget
{
    float: left;
    text-align: left;
}
#news_bLeftWidget
{
    float: left;
    text-align: left;
}

/* -- #####  FLOAT Testing #####-- */
#tLeftWidget
{
    width: 470px;
    float: left;
    text-align: justify;
    padding-right: 40px;
}
#tCenterWidget
{
    width: 205px;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
}
#tRightWidget
{
    width: 205px;
    float: Right;
    text-align: justify;
}
#cLeftWidget
{
    width: 470px;
    padding-right: 40px;
    float: left;
}
#cCenterWidget
{
    width: 100%;
    float: left;
    text-align: justify;
}



/* -- #####  DIV PAGES #####-- */
/*--
Example
#PAGENAME_tLeftWidget{ }

#ContentWrapper {margin:0px 0px 0px 0px ;}
#tLeftWidget {width: 220px; float: left;}
#tCenterWidget {width: 220px; float: left; padding-left:40px;padding-right:40px; text-align: justify; }
#tRightWidget {width: 220px; float: Left;}
#cLeftWidget {width: 200px; padding-right:40px;  float: left; }
#cCenterWidget {width: 200px; float: right; } 
#cRightWidget {width: 200px; float: right; } 
#bLeftWidget {width: 200px; float: right; }
#bCenterWidget {width: 200px; float: right; }
#bRightWidget {width: 200px; float: right; }
#FullPage{clear:both;}
--*/

