html {
}
body {
	color: #000000;
	padding: 10px;
	min-width: 980px;
}

@media print {
	.Menu {
		display: none;
	}
	#left_sidebar {
		display: none;
	}
}
img#Butterfly {
	width: 160px;
	margin-top: 10px;
}

.CompanyProfile fieldset {
	float: left;
	width: 45%;
	margin-right: 5px;
}
.CompanyProfile legend {
	font-weight: bold;
}

.UserProfile {
	background:#daf3fc;
}
div.UserProfile:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html div.UserProfile {height: 1%;}
div.UserProfile {display:block;}
/* End hide from IE-mac */

.UserProfile fieldset.filters p {
	width: 50%;
	float: left;
}

.UserProfile fieldset#UserInformation {
	float: left;
	width: 50%;
}
.UserProfile fieldset#LoginInformation {
	float: right;
	width: 50%;
}
.PageTitle {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 5px;
}
#QuickLogin {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 300px;
}
#QuickLogin fieldset {
	margin: 0px;
}
#QuickLogin p {
    padding: 0px;
    padding-left: 60px;
    margin: 0px;
    vertical-align: top;
}
#QuickLogin p label {
    width: 55px;
    margin-left: -60px;
    text-align: right;
    float: left;
    overflow: visible;
    padding: 0px;
    vertical-align: top;
	color: black;
	font-size: x-small;
	font-weight: normal;
}
#QuickLogin p label.radio {
	float: none;
	width: auto;
	margin-left: 0px;
}

div#Login {
	background-color:#daf3fc;
}
div#Login:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html div#Login {height: 1%;}
div#Login {display:block;}
/* End hide from IE-mac */

#Login fieldset {
	width: 50%;
	border: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background-color:#daf3fc;
}

#Login fieldset.Register {
	float: right;
}

#Login fieldset.Login {
	float: left;
}
#Login fieldset legend {
	background-color:#daf3fc;
	color:#07759f;
    font-size: large;
    font-weight: bold;
    margin: -18px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 99%;
	display: block;
}
#Login fieldset div.body {
	text-align: left;
	margin: 0px;
	padding: 5px;
	height: 180px;
}
#Login input[type="text"], #Login input[type="password"] {
	width: 93%;
}
.Specials {
}
.Specials div.Category {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 2px solid #a0b5ca;
}
.Specials div.Category:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .Specials div.Category {height: 1%;}
.Specials div.Category {display:block;}
/* End hide from IE-mac */
.Specials div.Category h3 {
	font-size: 18px;
}
.Specials div.Category div.content {
	width: 23%;
	float:left;
}

.Specials div.Category table {
	width: 75%;
	float: right;
	border-right:1px solid #a5cddd;
}
.Specials table tr th, .Specials table tr td {
	font-size: 12px;
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #a5cddd;
	border-left:1px solid #a5cddd;
}
.Specials table tr .Spec {
	text-align: left;
}
.Specials table tr th.Price, .Specials table tr td.Price {
	text-align: right;
	width: 60px;
}

.Printing {
}
div.Printing:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html div.Printing {height: 1%;}
div.Printing {display:block;}
/* End hide from IE-mac */
.Printing .ProjectType {
	position: relative;
	width: 365px;
	height: 130px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background: #4bb0d7;
	text-align:left;
}
.Printing .ProjectType h3 {
	width: 50%;
	float: left;
	color: #FFF;
	font-size:24px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 1px 1px #333;
}
.Printing .ProjectType ul {
	width: 150px;
    float: right;
    padding: 0px;
    margin: 0px;
}
.Printing .ProjectType li {
    padding: 0px;
    margin: 0px;
    height: 22px;
    list-style: none;
    }

.Printing .ProjectType a {
outline: 0;
}
.Printing .ProjectType a:link, .Printing .ProjectType a:visited {
    display: block;
    text-decoration: none;
    width: 145px;
    height: 18px;
    padding: 3px 0px 0px 5px;
    margin: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    background: url(/images/btn-printing.png) no-repeat 0 0px;
    text-shadow: 1px 1px #333;
outline: 0;
    }

.Printing .ProjectType a:hover, .Printing .ProjectType a:link:active {
    background: url(/images/btn-printing.png) no-repeat 0 -21px;
outline: 0;
}

.About ul li label {
	font-weight: bold;
}

body a#trustlogo {
	position: fixed;
	right: 0px;
	bottom: 0px;
}
