﻿/* -------------- General Styles -------------- */

html
{
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size:10px;
}

body {
    font-family: "Open Sans", helvetica, sans-serif;
    font-weight: 400;
    background: #363636;
    margin: 0;
}

header 
{
    background: #fff;
    height: 100px;
    z-index: 115;
}
header .wrap {
    max-width: 1300px;
    margin: 0 auto;
}
header .branding {
    float: left;
    padding: 10px 3%;
    border-right: 2px solid #e7e7e7;
    height: 70px;
    width: 21%;
}
header h1.logo {
    background: url(../images/logo.jpg) left top no-repeat;
    height: 45px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 110%;
    background-size: contain;
    background-position: center center;
}
header h1.logo a {
    height: 100%;
    width: 100%;
    display: block;
}
header .login_container {
	width:298px;
	float:right;
	margin-top:10px;
	margin-right:20px;
	font-weight:bold;
}

header a {text-decoration:none; color:#333;}

header input 
{
	border:solid 2px black;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#EEE;
}

h2 {
    text-transform: uppercase;
    color: #c60c38;
    font-weight: 700;
}

h3 {
    text-transform: uppercase;
    color: #32469D;
    font-weight: 700;
}

footer .wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    color: White;
    font-size:20px;
    font-weight:bold;
    text-align:right;
    margin-right:20px;
}
footer .logo {
    padding: 10px 3%;
    width: 21%;
    float: left;
}

input[type=submit] 
{
	cursor:pointer;
}

/* Custom classes */
.CatalogButton 
{
	border:none;
	color:White;
	background-color:#c60c38;
	margin-left:10px;
	font-weight:bold;
}

.content {
    min-height: 500px;
    border-top: 2px solid #aaa;
	padding:50px 20px;		/* Taken from www.apextransfers.com's "#gray-content .wrap" */
    background: #fff;		/* Taken from www.apextransfers.com's ".wrap .col-sm-3 .content p" */
    font-size: 14px;		/* Taken from www.apextransfers.com's ".wrap .col-sm-3 .content p" */
    line-height: 18px;		/* Taken from www.apextransfers.com's ".wrap .col-sm-3 .content p" */
}

.content a[href] {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.content th {
	font-weight:bold;
	border-bottom:solid 2px black;
	text-transform:uppercase;
}
.content td {
	padding: 0px 5px 0px 5px;
}

.content_right {
	float: right;
	min-height: 500px;
	width: 185px;
	text-align: right;
}

.content_right a[href] {
	color: black;
}

.products_container 
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width:900px;
    background: #fff;
    display:table;
}
.products_left {
	float: left;
	height: 160px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.products_center {
	float: left;
	height: 160px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.products_right {
	float: left;
	height: 160px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

/* Single-element styles */
#Table2 {
	border-width: 1px;
	border-color: #0E2B8D;
	border-style: solid;	
}

a.manager
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.manager:hover
{
	color: black;
}
