html, body {
	height:100%;
	padding:0;
	margin:0;	
	}
body {
	background:#fff url('images/bg_top.png') center top repeat-x;
}
	
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,cite,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:none;
}
a {
	outline:none;
	}
label {
	cursor:pointer;
	}
/* end reset */

/* Default BEGIN */
body {
	font-family:arial;
	font-size:10pt;
	color:#000;
}	
hr {
    border-top:#aaa 1px solid;
    border-bottom:none;
    }
h1, h2, h3, h4 {
	margin:0 0 6px 0;
	font-weight:normal;
	line-height:140%;
	color:#666;
	}
h1, h1 * {
	font-size:14pt;
	margin-bottom:16px;
	font-family:arial;
	color:#933;
	}	
h2, h2 * {
	font-size:14pt;
	}	
h3, h3 * {
	font-size:12pt;
	}	
h4, h4 * {
	font-size:10pt;
	}	
img {
	}
p {
    margin-top:0;
	margin-bottom:14px;
	line-height:160%;
	}
cite {
    margin-top:0;
	margin-bottom:14px;
	line-height:160%;
	font-style:italic;
	color:#933;
	}
a {
	color:#069;
	text-decoration:underline;
	}	
a:hover {
    color:#09c;
    }
a.active {
    color:#933;
    }
strong {
    font-weight:bold;
    }
ul, ol {
	margin:0 0px 12px 0;
	padding:0;
	}
li {
	margin:0 0 4px 15px;
	padding:0 0 0 10px;
	line-height:160%;
	color:#933;
	}
li ul, li ol {
	margin:8px 0px 8px 30px;
	}
table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	}
table th {
	background:#333;
	font-weight:normal;
	color:#fff;
	text-align:left;
	padding:6px 8px;
	}
table th * {
	display:inline;
	}
table td {
	padding:12px 8px;
	}
table td , table th {
	border:#eee 1px solid;
	}
table tr:nth-child(2n+1) {
	background:#ededed;
	}
input, textarea {
	padding:2px 4px;
	border:#ccc 1px solid;
	color:#333;
	font-family:arial;
	}
input.button {
	padding:6px 14px;
	border:#aa2539 1px solid;
	background:#aa2539;
	color:#fff;
	}

/* Default END */

/* Extends BEGIN */
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
.left {
	text-align:left;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
.nomargin {
	margin:0 !important;
	}
.clearleft, .clearright, .clear {
	height:1px;
	font-size:1px;
	position:relative;
	overflow:hidden;
	}
.clearleft {
	clear:left;
	}
.clearright {
	clear:right;
	}
.clear {
	clear:both;
	}
.bold {
	font-weight:bold !important;
	}
.nobold {
	font-weight:normal !important;
	}
.odinarn {
	line-height:100% !important;
	}
.abs {
	position:absolute;
	}
.nooverflow {
	position:relative;
	overflow:hidden;
	}
.noliststyle {
	list-style:none !important;
	}
.inline {
	display:inline;
	}
.block {
	display:block;
	}
.smallfont, .smallfont p {
	font-size:10pt !important;
	}
.itemchar {
	display:block;
	float:left;
	width:20px;
	margin-left:-25px;
	margin-right:0px;
	}
.red {
	color:#c00;
	}
.pointer {
	cursor:pointer;
	}
/* Extends END */

#wrapper {
	margin:0 auto;
	min-height:100%;
	}
.width {
	width:1010px;
	margin:0 auto;
	}
	
#header {
	position:relative;
	height:162px;
	}

#logo {
	left:21px;
	top:44px;
	}
#slogan {
	left:263px;
	top:73px;
	}	
#phone {
	right:0;
	top:69px;
	}	
#phone img {
	margin:4px 10px -4px 0;
	}
#phone p {
	font-family:arial;
	font-size:24px;
	line-height:1;
	color:#666;
	padding:0;
	margin:0;
	}
#phone p span {
	color:#933;
	}
#order {
	right:0;
	top:110px;
	}	
#order img {
	margin:3px 10px -3px 0;
	}
#order p {
	padding:0;
	margin:0;
	}
#order p a {
	font-family:arial;
	font-size:10pt;
	line-height:1;
	}
	
#topmenu {
	list-style:disc inside;
	margin:0;
	padding:0;
	float:left;
	width:250px;
	}
#topmenu li {
	margin:0 0 1px 0;
	padding:10px 0 10px 16px;
	font-size:10pt;
	line-height:1;
	background:#ededed;
	border-top:#ddd 1px solid;
	color:#933;
	}
#topmenu li:first-child {
	border-top:none;
	}
#topmenu li a {
	font-size:10pt;
	line-height:1;
	text-decoration:none;
	color:#069;
	}
#topmenu li a:hover {
	font-size:10pt;
	text-decoration:underline;
	color:#069;
	}	
#topmenu li a.active {
	color:#a06;
	}	
#topbanner {
	width:752px;
	height:247px;
	float:right;
	position:relative;
	}
#topbanner .text {
	background:#aa2539;
	padding:10px 16px;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	opacity:0.9;
	}
#topbanner .text h2 {
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	margin:0 0 4px 0;
	color:#fff;
	}
#topbanner .text p {
	font-family:'Trebuchet MS', arial;
	font-size:9pt;
	font-weight:normal;
	color:#fff;
	margin:0;
	}	

.line1, .line2 {
	height:10px;
	margin-top:5px;
	margin-bottom:26px;
	}
.line1 {
	background:#00529d;
	width:770px;
	float:left;
	}
.line2 {
	background:#aa2539;
	width:237px;
	float:right;
	}	
	
.middleblock {
	background:#fff url('images/bg_middle.jpg') center bottom repeat-x;
	border-bottom:#ddd 1px solid;
	padding:54px 0 50px 0;
	margin-bottom:40px;
	}

.tripleblock {
	width:33%;
	position:relative;
	float:left;
	text-align:center;
	}
.tripleblock .cheader {
	position:absolute;
	width:100%;
	left:0;
	top:124px;
	}
.tripleblock h2 {
	margin:0 auto;
	padding:0;
	width:180px;
	border-bottom:#00529d 3px solid;
	}
.tripleblock h2 a {
	text-decoration:none;
	}
.tripleblock h2 span {
	display:block;
	padding:4px 0;
	margin-bottom:2px;
	background:#aa2539;
	font-family:'Trebuchet MS';
	font-weight:normal;
	line-height:1.2;
	font-size:16px;
	color:#fff;
	}

.sidebar {
	float:left;
	width:255px;
	}

.border {
	border:#ddd 1px solid;
	}
.border .padding {
	padding:10px 10px 0 12px;
	}
.border hr {
	border:none;
	border-bottom:#ddd 1px dashed;
	margin:10px 0 0 0;
	}
	
.calc_ico {
	margin:-20px 10px 0 0;
	float:left;
	}
.calc_title {
	font-weight:bold !important;
	font-size:12pt !important;
	color:#f00 !important;
	margin:0 !important;
	}
.calc_label {
	font-family:'Trebuchet MS' !important;
	font-weight:bold !important;
	font-size:10pt !important;
	color:#999 !important;
	margin:0 !important;
	}	

.card {
	background:#aa2539;
	padding:16px 6px 1px 16px;
	}
.card p {
	margin-bottom:16px;
	line-height:1.2;
	color:#fff;
	}	
.main {
	width:730px;
	float:right;
	}
	
.main li {
	color:#333;
	}	

.path {
	background:#ededed;
	padding:6px 10px;
	}
	
.pageimage, .pageimageleft, .pageimageright  {
	border:#ddd 2px solid;
	}	
.pageimage {
	margin:0 20px 10px 0;
	}
.pageimageleft {
	margin:0 20px 10px 0;
	float:left;
	}
.pageimageright {
	margin:0 0 10px 20px;
	float:right;
	}	

	
.clearfooter {
        clear:both;
        height:142px;
        }      
#footer {
	height:120px;
	margin:-121px auto 0 auto;
	border-top:#ddd 1px solid;
	background:#fff url('images/bg_bot.png') center bottom repeat-x;
	}
#footer .padding {
	padding:10px 0;
	}
#footer p {
	font-family:arial;
	font-size:9pt;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	

