﻿@import "reset-min.css";

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: Arial;
    font-size: 12px;
}

div.Container {
    direction: rtl;
    margin: auto;
    width: 823px;
}

div.Main-Content {
    min-height: 480px;
}

div.Right-Content {
    width: 577px;
    float: right;
}

div.Right-Content div.Logo {
    width: 577px;
    height: 138px;
    clear: both;
}

div.Right-Content div.Logo img {
    width: 577px;
    height: 138px;  
}

div.Right-Content div.Logo a {
    display: block;
    height: 100%;
}

div.Right-Content div.Logo a img {
    border: 0;
}

div.Menu {
    margin-right: 22px;
    height: 41px;
    background: url(Images/Menu-Background.jpg) repeat-x;
}

div.Menu ul li {
    float: right;
    height: 41px;
    background: url(Images/Menu-Iten-BG.jpg) no-repeat center;
    
}

div.Menu ul li a {
    display: block;
    padding-top: 6px;
    height: 35px;
    color: #ba0b12;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    
}

div.Menu li a:hover {
    text-decoration: underline;
}

div.Menu li.Right {
    width: 5px;
    background: url(Images/Menu-Right-Corner.jpg) no-repeat;
}

div.Menu li.Left {
    width: 5px;
    background: url(Images/Menu-Left-Corner.jpg) no-repeat;
}

div.Menu ul li.Splitter {
    width: 1px;
    font-size: 0px;
    background: url(Images/Menu-Splitter.jpg) no-repeat;
}

div.Box {
    position: relative;
    width: 175px;
    height: 182px;
    background: url(Images/Box-BG.jpg) no-repeat;
    padding: 40px 13px 0 0;
}

div.Box h2 {
    background: url(Images/Box-Title-BG.jpg) no-repeat right bottom;
    color: #ba0b12;
    font-size: 18px;
    margin-right: 7px;
    margin-bottom: 21px;
}

div.Box h2 a {
	color: #ba0b12;
	text-decoration: none;
}

div.Box a.Read-More {
    position: relative;
    bottom: 10px;
    display: block;
    color: #666666;
    font-size: 16px;
    text-decoration: none;
    background: url(Images/Errows-Bullet.gif) no-repeat left 60%;
    padding-left: 25px;
    float: left;
    bottom: 35px;
    left: 10px;
}

div.Customers {
    margin-right: 22px;
}

div.Customers h2{
    font-size: 14px;
    color: #ba0b12;
    background: url(Images/Content-Splitter.jpg) no-repeat right bottom;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

div.Customers li {
    float: right;
}

div.Customers li a img {
    border: 0;
}

div.Left-Content {
    width: 221px;
    float: left;
    padding-right: 25px;
}

div.Left-Content div.Logo {
    width: 206px;
    height: 131px;
    background: url(Images/Top-Image.jpg) no-repeat;
}

div.Certifications {
    height: 157px;
    background: url(Images/Certifications.jpg) no-repeat center;
    padding: 10px 0;
}

div.Contact {
    position: relative;
    min-height: 110px;
    background: url(Images/Contact-Background.jpg) repeat-y right;
}

div.Contact div.Top {
    height: 2px;
    background: url(Images/Contact-Top.jpg) no-repeat right;
}

div.Contact div.Splitter {
    height: 2px;
    background: url(Images/Contact-Splitter.jpg) no-repeat right;
    margin: 5px 0;
}

div.Contact div.Enter {
    width: 221px;
    height: 102px;
    background: url(Images/Contact-Footer.jpg) no-repeat right;
}

div.Form {
    position: relative;
    width: 160px;
    min-height: 250px;
    margin: 10px 30px 5px 10px;
    color: #666666;
    
}

div.Form form label {
    display: block;
    float: right;
    width: 38px;
}

div.Form form .input {
    width: 85px;
    display: block;
    margin-bottom: 10px;
}

div.Form form textarea {
    height: 70px;
}

div.Form form button {
    position: absolute;
    width: 30px;
    height: 18px;
    background: #b90913;
    color: White;
    border: 0;
    cursor: pointer;
    bottom: 0px;
    *bottom: 12px;
    left: 0;
}


div.Footer-Menu {
    height: 55px;
    background: url(Images/Bottom-Menu-BG.jpg) repeat-x;
    margin-left: 15px;
}

div.Footer-Menu div.Right {
    float: right;
    width: 34px;
    height: 55px;
    background: url(Images/Menu-Right.jpg) no-repeat;
}

div.Footer-Menu div.Left {
    float: left;
    width: 20px;
    height: 55px;
    background: url(Images/Bottom-Menu-Left.jpg) no-repeat;
}

div.Footer-Menu li {
    float: right;
    height: 55px;
}

div.Footer-Menu li a {
    text-decoration: none;
    color: #666666;
    display: block;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

div.Footer-Menu li a:hover {
    text-decoration: underline;
}

div.Footer-Menu li.Splitter {
    width: 2px;
    background: url(Images/Bottom-Menu-Splitter.jpg) no-repeat;
    font-size: 0;
    
}

div.Footer-Logos {
    margin-right: 22px;
}

div.Footer-Logos li {
    float: right;
}

div.Footer-Logos li img {
    border: 0;
}

div.Top-Splitter {
    height: 3px;
    background: url(Images/Footer-Top-Splitter.jpg) no-repeat right;
    margin-bottom: 10px;
}

div.Bottom-Splitter {
    height: 1px;
    background: url(Images/Footer-Bottom-Splitter.jpg) no-repeat right;
    margin-bottom: 10px;
}

div.Footer {
    padding-left: 10px;
}

div.Footer div.Copy {
    height: 31px;
    float: left;
    background: url(Images/Ronin-Logo.jpg) no-repeat right center;
    padding-right: 65px;
    padding-top: 12px;
}

div.Copy a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

div.Site-Crumb-Trails {
    margin: 10px 0;
}

div.Sub-Menu {
    margin: 10px 0px;
}

div.Sub-Menu h3 {
    font-weight: bold;
    font-size: 12px;
}

div.Sub-Menu li {
    margin: 0!important;
    list-style-type: none!important;
}

div.Comments ol li {
    margin-right: 20px;
    list-style-type: decimal;
}

div.Comments ol li a {
    cursor: pointer;
}

div.Comments li span.Date {
    color: #999;
}

div.Comments li {
    margin-bottom: 5px;
}

div.Comments li div {
    padding: 2px 5px;
    
}

div.Comments li div.Selected {
    border: 1px solid #999999;
    background: #F4F4F4;
}

div.Comments li div div {
    display: none;
    margin: 10px 0;    
    padding: 0!important;
    border: 0;
}

div.AddComment {
    padding: 10px 0;
}

div.AddComment h3 {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    
}

div.AddComment input.button {
    display: block;
    width: 80px;
    font-size: 14px;
    cursor: pointer;
}

div.AddComment span.required {
    color: Red;
}

div.Comments span.Link {
    font-weight: bold;
    cursor: pointer;
}

div.Comments form input.input{
    border: 1px solid #E9E9E9;
    padding: 3px 5px;
    width: 300px;
    margin-bottom: 5px;
}

div.Comments form label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

div.Comments form textarea.input {
    border: 1px solid #E9E9E9;
    padding: 2px 5px;
    width: 300px;
    height: 80px;
    margin-bottom: 5px;
}

div.Comments form button {
    width: 80px;
    margin: 10px 0;
    cursor: pointer;
}


div.Article-Preview img {
    width: 120px;
    height: 120px;
    float: right;
    margin-left: 10px;
    border: 1px solid #ba0b12;
    padding: 5px;
}

div.Article-Item {
    margin-bottom: 10px;
}

div.Article-Item h2 {
    margin-bottom: 5px;
}

div.Article-Item h2 a{
    font-size: 14px;
}

/*Editor*/

div.Text {
    margin: 10px 0;
    line-height: 20px;
}

div.Text h1 {
    font-size: 15px;
    font-weight: bold;
}

div.Text h2 {
    font-size: 13px;
    font-weight: bold;
}

div.Text a {
    color: #ba0b12;
    text-decoration: none;
}

div.Text a:hover {
    text-decoration: underline;
}

div.Text ul li {
    margin-right: 20px;
    list-style-type: disc;
}

div.Text ol li {
    margin-right: 20px;
    list-style-type: decimal;
}

.Clear {
    clear: both;
}

.Padding-Right {
    padding-right: 22px;
}

.Float-Right {
    float: right;
}

.Border {
    border: 1ps solid;
}

.Hidden {
    display: none;
}

