/* css Quantity Corporation website 2012 */
/* All associated graphics copyright 2012, Anthony Cummins. Red Ant Media */
/* Added: April 2012 */


@font-face {
    font-family: 'UbuntuItalic';
    src: url('fonts/ubuntu-italic-webfont.eot');
    src: url('fonts/ubuntu-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-italic-webfont.woff') format('woff'),
         url('fonts/ubuntu-italic-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-italic-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuBold';
    src: url('fonts/ubuntu-bold-webfont.eot');
    src: url('fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-bold-webfont.woff') format('woff'),
         url('fonts/ubuntu-bold-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-bold-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('fonts/ubuntu-bolditalic-webfont.eot');
    src: url('fonts/ubuntu-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-bolditalic-webfont.woff') format('woff'),
         url('fonts/ubuntu-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-bolditalic-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('fonts/ubuntu-medium-webfont.eot');
    src: url('fonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-medium-webfont.woff') format('woff'),
         url('fonts/ubuntu-medium-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-medium-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLight';
    src: url('fonts/ubuntu-light-webfont.eot');
    src: url('fonts/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-light-webfont.woff') format('woff'),
         url('fonts/ubuntu-light-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-light-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLightItalic';
    src: url('fonts/ubuntu-lightitalic-webfont.eot');
    src: url('fonts/ubuntu-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-lightitalic-webfont.woff') format('woff'),
         url('fonts/ubuntu-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-lightitalic-webfont.svg#UbuntuLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMediumItalic';
    src: url('fonts/ubuntu-mediumitalic-webfont.eot');
    src: url('fonts/ubuntu-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-mediumitalic-webfont.woff') format('woff'),
         url('fonts/ubuntu-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-mediumitalic-webfont.svg#UbuntuMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/ubuntu-regular-webfont.eot');
    src: url('fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-regular-webfont.woff') format('woff'),
         url('fonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	padding : 0;
	margin : 0;
	background : #ddd;
	color : #7d7d7d;
	font-family: 'UbuntuLight', Helvetica, Arial, san-serif;	
	font-size: 0.9em;
}

.clearlr{
	clear: both;
	}

ul {
	list-style-type : none;
}

tr {
	vertical-align : top;
}


#header {
	width : 100%;
	height : 184px;
	background : #003664 /*url(images/header.jpg) no-repeat 0 0 */;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	}
	
#headerholder{
	width : 930px;
	height: 184px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	
#logoholder{
	width: auto;
	float: left;
	margin: 100px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 3px solid #7A0026;
	}
	
#logoholder a{
	text-transform: uppercase;
	color: #fff;
	font-size: 2.5em;
	text-decoration: none;
	font-family: 'UbuntuRegular';
	}
	
#logoholder a span{
	font-family: 'UbuntuBold';
	color: #b7b7b7;
	}

	
#logoholder a span:hover, #logoholder a{
	color: #fff;
	}


#phoneholder{
	width: 330px;
	float: right;
	margin: 100px 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	}
	
#phoneholder h1{
	color: #fff;
	font-size: 1.2em;
	}

#container {
	width : 900px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 13px 15px 0 15px;
	background: #fff;
}
#bodyleft {
	width : 190px;
	float : left;
	padding : 0 0 0 0;
	margin: 0 0 0 0;
}

#bodyright {
	width: 700px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

#bodyright img{
	width: 700px;
	height: 230px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#bodyright a {
	display: block;
	float: left;
	width: auto;
	height: auto;
	text-transform: uppercase;
	text-decoration: none;
	background: #999999;
	background-position: top center;
	color: #fff;
	font-size: 0.7em;
	padding: 5px 7px 5px 7px;
	margin: 0 2px 2px 0;
	}
	
#bodyright a:hover, #bodyright a.current{
	background: #003664;
	color: #fff;
}	

.rightcopy {
	width: 700px;
	float: right;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #7a0026;
	}
	
.rightcopy h3{
	color : #003663;
	padding: 0 0 0 0;
	margin: 0 0 7px 0;
	font-family: 'UbuntuRegular';
	text-transform: uppercase;
	font-size: 1.0em;
	}
	
#bodyright .rightcopy img{
	width: 142px;
	float: left;
	height: 160px;
	padding: 0 15px 5px 0;
	margin: 0 0 0 0
	}
	
.rightcopy ol{
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	list-style-position: inside;
	}
	
.rightcopy li{
	padding: 0 0 0 0;
	margin: 0 0 4px 10px;
	}
	
.rightcopy a{
	text-decoration: none;
	font-weight : bold;
	color: #003663;
	}
	
.rightcopy a:hover{
	color: #7a0026
;	}
		
#bodyright h2 {
	color : #7a0026;
	padding: 0 0 0 0;
	margin: 15px 0 7px 0;
	font-family: 'UbuntuMedium';
	font-size: 1.5em;
}

#bodyright p{
	font-family: 'UbuntuLight';
	font-size: 1.0em;
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	}
	
#bodyright p span {
	font-weight : bold;
	color: #003663;
}

#bodyright span.train {
	font-weight : bold;
	color: #FF0000;
}

#bodyright span.head {
	font-weight : bold;
	color: #000000;
}

#bodyleft a {
	color : #fff;
	text-decoration : none;
	font-size: 0.9em;
	text-transform: uppercase;
	font-family: 'UbuntuRegular';
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#bodyleft h2.large {
	height : 53px;
	color : #ee2d24;
	font : 30px/53px Arial, Helvetica, sans-serif;
	text-align : left;
}

#bodyleft p {
	font-size : 14px;
	text-align : left;
	top : 30px;
}

#bodyleft p.alt {
	color : #7d7d7d;
	font : 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bodyleft p.alt a {
	color : #004681;	
	font : 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-decoration : none;
	font-weight : bold;
	top : 0px;
}

#bodyleft p.alt a:hover {
	color : #EE2D24;
	text-decoration : underline;
}	
	

#bodyleft #textbox {
	width : 170px;
	height : 185px;
	display : block;
	background : url(images/framelong.jpg) no-repeat 0 0;
	position : relative;
}

#bodyleft #textbox p span {
	font-weight : bold;
}

#bodyleft #textbox p{
	text-decoration : none;
	font-size : 12px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	position : relative;
	top : 10px;
}	

#bodyleft a.linkbox01, #bodyleft a.current{
	width : 185px;
	height : 27px;
	display : block;
	background-color: #7a0026;
	margin: 0 0 2px 0;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 0.85em;
}
#bodyleft a.linkbox01:hover, #bodyleft a.current{
	background-color: #999999;
}
.contactform{
	width: 350px;
	height: auto;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

fieldset {
	border: none;
	background: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 350px;
	float: left;
}

label {
	font-family:'UbuntuRegular';
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
p#buttons{
	width: 350px;
	float: left;
	}
	
#contactbox{
	width: auto;
	height: auto;
	float: right;
	color: #fff;
	background: #999999;
	margin: 0 0 0 0;
	padding: 10px 10px 3px 10px;
	top: 0px;
	text-align: right;
	}
	
#footerbgr{
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 65px;
	background: #cccbca repeat-x;
	}
	
#footermain {
	height : 50px;
	width: 930px;
	background: none;
	margin: auto;
	padding : 15px 0 0 0;
	clear: both;
}

#footer {
	width: 900px;
	padding: 0 0 0 0;
	margin: auto;
}

.footerleft{
	width: 200px;
	float: left;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.footerright{
	width: 650px;
	height: 50px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	color: #003663;
	}
	
#footer p {
	color: #003663;
	font-size : 0.85em;
}

#footer p a {
	color: #003663;
	font-size : 0.85em;
}

#footer a {
	color: #003663;
	text-decoration : none;
	font-size : 0.75em;
	text-transform: uppercase;
	background-color: transparent;
	font-family:'UbuntuRegular';
}
#footer a:hover {
	color : #7a0026;
	text-decoration : none;
}

