@import url('font/stylesheet.css');
*{
    margin:0;
    /*padding:0*/
}
a{
	/*color:#DB1F25;*/
}
a>img{
    border: 0;
}
ul{
    list-style-type: none;
}

.err{
    color: #f00;
}

.shadow{
	box-shadow: 3px 3px 2px #666;
}

body{
    background: #fff url('/assets/images/header.png') repeat-x 0 0;
    font-family: 'ColaborateRegular';
}

.container {
    margin: 0 auto;
    position: relative;
}

.header{
    position: relative;
    height: 145px;
    width: 976px;
    margin:0 auto;
	margin-bottom:93px !important;
}

a.logo {
	width: 235px;
	height: 54px;
	display: block;
	background: url('/assets/images/logo.png') no-repeat;
	text-indent: -9000px;
	position: absolute;
    bottom: 30px;
    left:0;
}

a.mologo {
	width: 177px;
	height: 123px;
	display: block;
	background: url('/assets/images/logo_ottawa.png') no-repeat;
	text-indent: -9000px;
	position: absolute;
    bottom: -20px;
    left:0;
}

ul.menu{
    float: right;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

ul.menu li{
    float: left;
    /*margin-right: 5px;*/
}

ul.menu li a{
    font-size:14px;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
	padding:2px 13px;
}
ul.menu li a.active{
}
ul.menu li a:hover{
		color:#ea3028;
		text-decoration:underline;

}

ul.menu li:hover ul{
    display: block;
}

ul.submenu{
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #fff;
    width: 150px;
}

ul.submenu li{
    float: none;
    padding: 2px 5px;
}
ul.submenu li a{
	padding:2px 0;
}

ul.submenu li a:hover{

    text-decoration: underline;
}

.divBody{
    min-height: 438px;

}

.footer {
    background: url('/assets/images/footer.png') repeat-x 0 0;
    height: 217px;
}

table.login{
    width: 400px;
    margin: 20px auto 0;
}

table.login label{
    display: block;
}

table.login input[type="text"], table.login input[type="password"]{
    width: 400px;
}

table.login td.f{
    text-align: right;
    padding-top: 10px;
}


table.reportsTable{
/*    width: 976px;*/
    margin: 10px auto 0;
}

table.reportsTable label{
    display: block;
}

table.reportsTable input[type="text"]{
    width: 200px;
}

table.reportsTable tr{
    vertical-align: bottom;
}

table.ordersDisplay{
    margin: 0 auto;
}

table.ordersDisplay td{
    padding: 8px;
    text-align: right;
}

table.ordersDisplay td.text {
/*    padding: 2px 5px;*/
    text-align: left;
}

p.homeTitle{
    background-color: #DB1F25;
    padding: 2px 0 2px 5px;
    color: #fff;
    width: 300px;
}
.contact-login{
	float:right;
}
.contact-login ul{
	padding:0;
	margin:0;
}
.contact-login ul li{
	float:left;
}
.contact-login ul li a{
	font-size: 14px;
	color: black;
	text-decoration: none;
	line-height:39px;
	letter-spacing: 1px;
	color:#FFF;
	padding:0 13px;
}
.contact-login ul li a:hover{
	text-decoration:underline;
}
.client-table{
	color:#FFF;
	background:#DB1F25;
}
.total-clients{
	text-align:right;
}
.report-head{
	color:#FFF;
	background:#eb3128;
}
.custmr-order td{
}
.client-detail{
	width:976px;
	margin:0 auto;
}
#showOrderHere tr{


}
.client-sepration{
	border-right:#000 1px solid;
	width:305px;
}
.client-sepration h3{
	margin-bottom:5px;
}
.customer-order{
	padding:0 0 0 30px;
}
.customer-order h3{
	margin-bottom:5px;
}
.custmr-order td a{
	padding:0 5px;
}
.custmr-order td a:hover {
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#ea3128;
	padding:0 5px;
	color:#FFF;
}
.infos{
	width:100px;
}
.odd-row {
	background:#f3f3f3 !important;
}



.label-contact {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #686868;
	display: block;
	padding: 0 0 6px 3px;
}
.label-contact span {
	color: #dd2c32;
}
.fld-1 {
	padding: 3px;
	display: block;
	margin: 0 0 30px;
}
.fld-1 input {
	border: #dddddd 1px solid;
	width: 500px;
	border-radius: 4px;
	padding: 10px 13px;
	margin: 0;
}
.fld-2 {
	padding: 3px;
	display: block;
	margin: 0 0 30px;
}
.fld-2 textarea {
	border: #dddddd 1px solid;
	width: 500px;
	height: 127px;
	border-radius: 4px;
	padding: 10px 13px;
	margin: 0;
	resize: none;
	display: block;
}

.sendMail{
	margin: 0 auto 20px;
	width: 976px;
	overflow: hidden;

}

.sendMail label{
	display: block;
}

.sendMail input[type="text"]{
	width: 350px;
}