@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

.clear {
	clear: both;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(../images/bg.gif);
}

.wrapper {
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	width: 710px;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* --------------------
	  Header Styles
-------------------- */

.header {
	height: 290px;
	background: url(../images/header-bg.png) no-repeat;
	position: relative;
}

.header .left {
	float: left;
	width: 500px;
	height: 290px;
}

.header .right {
	float: right;
	width: 210px;
	height: 290px;
	position: relative;
}

.header .logo {
	padding: 10px 10px 10px 0;
	background-image: url(../images/logo-bg.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	margin: 71px 0 0 0;
	height: 120px;
	width: 260px;
}

.header .logo a {
	margin: 0px 0 0 60px;
	float: left;
	cursor: pointer;
	height: 120px;
	width: 200px;
}

.header .logo a:hover {
	text-decoration: none;
}

.header .logo .cssslicers-logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 44px;
	height: 60px;
	float: left;
	margin: 30px 0 0 14px;
}

.header .logo a .name {
	font-size: 18px;
	float: right;
	font-weight: bold;
	color: #000000;
	width: 125px;
	margin: 40px 0 0 0;
	text-align: left;
}

.header .logo a .slogan {
	font-size: 10px;
	float: right;
	clear: both;
	width: 125px;
	color: #000;
	margin: -25px 0 0 0px;
}

* html .header .logo a .slogan {
	margin-top: 0;	
}

*+html .header .logo a .slogan {
	margin-top: 0;	
}

.header .service-status {
	width: 210px;
	height: 14px;
	padding: 10px 0 10px 60px;
	background-image: url(../images/pattern.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 22px;
	font-size: 12px;
	font-family: tahoma;
	line-height: 14px;
	font-weight: bold;
}

.header .service-status .green {
	color: #339933;
}

.header .service-status .red {
	color: #FF0000;
}

.header ul {
	margin: 20px 0 0 10px;
	width: 150px;
	list-style: none;
	padding: 0;

}

.header ul li {
	width: 150px;
	background-color: #CCCCCC;
	height: 26px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: top right;
}

.header ul li.upperstyle {
	background-image: url(../images/menu-right-1.gif);
}

.header ul li.upstyle {
	background-image: url(../images/menu-right-2.gif);
}

.header ul li.middlestyle {
	background-image: url(../images/menu-right-3.gif);
}

.header ul li.lowstyle {
	background-image: url(../images/menu-right-4.gif);
}

.header ul li a {
	font-family: tahoma;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color:#FFFFFF;
	display: block;
	width: 135px;
	line-height: 24px;
	border-bottom: 2px solid #FFFFFF;
	padding: 0 0 0 15px;
}

.header ul li.last {
	height: 24px;
}

.header ul li.last a {
	border: none;
}

.header ul li:hover a {
	text-decoration: none;
	background-image: url(../images/menu-hover.gif);
}

.header ul ul {
	margin: 0;
	display: none;
	left: -162px;
	top: 0;
	position: absolute;
	padding-right: 2px;
}

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

.header ul li:hover ul li {
	width: 160px;	
}

.header ul li:hover ul li a {
	background: none;
	padding-left: 15px;
	width: 145px;
	border-right: 2px solid #FFFFFF;
}

.header ul li:hover ul li:hover a {
	background-image: url(../images/menu-hover.gif);
}

.header .quicknav {
	float: right;
	width: 40px;
	margin: 30px 0 0 0;
}

.header .quicknav a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.header .login-screen {
	clear: both;
	padding: 41px 0 0 12px;
	line-height: 20px;
	width: 198px;
}

.header .login-screen label {
	float: left;
}

.header .login-screen input {
	width: 71px;
	border: 1px solid #C64400;
	background: none;
	background-color: #FFFFFF;
	margin: 0 0 0 3px;
	padding: 1px 2px 1px 2px;
	float: left;
	color: #999999;
}

.header .login-screen label.last {
	margin-left: 5px;
}

* html .header .login-screen input {
	margin: 0 1px;
}

.header .login-screen input.submit {
	border: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	width: 60px;
	margin: 11px 10px 0 0px;
	padding: 0;
	height: 18px;
	float: right;
	cursor: pointer;
}

.header .login-screen a {
	font-family: tahoma;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #993333;
	float: left;
	margin: 11px 0 0 0;
}

.header .chat {
	position: absolute;
	top: 0px;
	left: 61px;
}

/* --------------------
	  Content Styles
-------------------- */

.content {
	padding: 10px 0;
	min-height: 350px;
}

/* --------------------
	  Footer Styles
-------------------- */

.footer {
	padding: 10px 210px 10px 0;
	border-top: 10px solid #C0B9B8;
	background-image:url(../images/footer-bg.gif);
	background-position: 500px 10px;
	background-repeat: no-repeat;
	height: 50px;
}

* html .footer {
	background-position: 500px 10px;
	height: 40px;
}

.footer .pattern {
	background-image: url(../images/pattern-footer.gif);
	background-repeat: no-repeat;
	float: left;
	width: 40px;
	height: 60px;
	margin: 0 10px -10px 0;
}

.footer ul {
	float: left;
	height: 22px;
}

.footer ul li {
	float: left;
	padding: 12px 10px 0 0;
}

.footer ul li a {
	font-family: tahoma;
	font-size: 10px;
	line-height: 14px;
	float: left;
	color: #686868;
}

.footer .copyright {
	float: left;
	width: 400px;
	padding: 15px 0 0 0;
	font-size: 10px;
	font-family: tahoma;
	color: #8e8e8e;
}

* html .footer .copyright {
	padding: 10px 0 0 0;
}

.content {
	overflow: hidden;
	color: #7f8194;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.content a {
	text-decoration: underline;	
	color: #7f8194;
}

.content a:hover {
	text-decoration: none;	
}

.content .left {
	float: left;
	width: 440px;
}

.content .right {
	float: right;
	width: 260px;
	background-image:url(../images/content-right-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.top-content-style {
	padding-top: 15px;
	background-image: url(../images/top-content-style-bg.gif);
	background-repeat: no-repeat;
}

.has-right-side {
	background-image:url(../images/content-right-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	overflow: hidden;
}

.content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #c74400;
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px solid #c0b9b8;
	background-image: url(../images/h1-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 10px 0;
	clear: both;
	padding-bottom: 4px;
}

.content .right h1 {
	float: right;
	width: 210px;
	height: 30px;
	margin: 0;
	padding-bottom: 0px;
	border-top: 10px solid #c74400;
	background-color: #f4f2f3;
	background-image: none;
	border-bottom: none;
	line-height: 30px;
}

.content .right h1 img {
	margin: 10px 5px 0 10px;
}

.content .right h1 a {
	text-decoration: none;
	color: #c74400;
}

.content h1 img {
	float: left;
	margin: 3px 5px 0 0;
}

a.article {
	clear: both;
	display: block;
	background-color: #FFF;
	padding: 10px 25px 10px 20px;
	width: 185px;
	margin-bottom: 10px;
	float: right;
	background-image: url(../images/article-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8a8a8a;
	line-height: 13px;
	text-decoration: none;
}

div.article {
	clear: both;
	display: block;
	background-color: #FFF;
	padding: 10px 25px 10px 20px;
	width: 185px;
	margin-bottom: 10px;
	float: right;
	background-image: url(../images/article-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8a8a8a;
	line-height: 13px;
	text-decoration: none;
}

a.article:hover {
	text-decoration: none;	
}

a.article .h2 {
	display: block;
	margin-left: -10px;
	font-weight: bold;
	color: #652900;
	padding-bottom: 5px;
}

a.article .h2 img {
	margin: 0 5px 0 0;	
	float: left;
}

.content ul {
	width: 215px;
	float: left;
	margin-right: 5px;
}

* html .content ul {
	width: 190px;	
}

.content ul li {
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 3px 0 3px 22px;
	line-height: 16px;
	float: left;
	clear: both;
	width: 180px;
}

.content ul.turnarounds {
	padding-bottom: 15px;	
}

.content ul.turnarounds li {
	background-image: none;
	padding: 0 0 1px 0;
	width: 440px;
	float: none;
	display: block;
	color: #000;
}

.content form fieldset {
	
}

.content form fieldset div {
	clear: both;
	padding: 5px 0;
}

.content form fieldset label {
	float: left;
	width: 150px;
	padding-top: 3px;
}

.content form fieldset label img {
	margin-top: -5px;
	float: left;
}

.content form fieldset input {
	width: 350px;	
}

.content form fieldset input.button, .content form fieldset input.checkbox {
	width: auto;	
}

.content form fieldset select {
	width: 350px;	
}

.content form fieldset textarea {
	width: 350px;	
	height: 100px;
	overflow: auto;
}

.total-amount {
	padding-top: 50px;	
}

.content form #total {
	float: right;
	font-size: 14px;
	color: #000;
	padding: 5px 205px 0 0;
}

.height-adjustement {
	min-height: 400px;	
}

.faq dt {
	padding: 3px;
}

.faq dd {
	border: 1px solid #999;
	padding: 15px;
	background-color: #CCC;
}

.testimonials {
	float: left;
	width: 340px;
	margin: 0 7px;
	padding-top: 25px;
}

.testimonials .name {
	float: right;
	font-style: italic;
	font-weight: bold;
}

.project {
	clear: both;
	padding: 10px 0 0 0;
}

.project .left {
	width: 330px;	
}

.project .right {
	background: none;
	padding: 0;
	margin: 0;
	float: right;
}

.warning span {
	border: 1px solid #F00;
	background-color: #FC3;
	padding: 14px;
	font-size: 14px;
	display: block;
	clear: both;
}

.wide ul {
	width: auto;
	clear: both;
	margin: 0 0 15px 0;
	float: none;
	display: block;
}

.wide ul li {
	width: auto;
	float: none;
	display: block;
}

.inner-left {
	float: left;
	width: 47%;
	padding: 5px 0;
}

.inner-right {
	float: right;
	width: 47%;
	padding: 5px 0;
}

.actions {
	border: 1px solid #F00;
	background-color: #FC0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

ul.archives {
	list-style: disc;
	list-style-position: inside;
}

ul.archives li {
	background: none;
	padding: 0;
}

.has-right-side h2 {
	font-size: 13px;
	padding-bottom: 3px;
}

#comments {
	display: block;
	padding-top: 20px;
}

#comments label {
	display: block;
	padding-top: 4px;
}

#comments textarea{
	width: 400px;
	height: 250px;
	padding: 10px;
}

#comments input {
	width: 150px;
	padding: 2px 10px;
}

#comments input.submit {
	width: auto;
	cursor: pointer;
}