/* Start of CMSMS style sheet 'main' */
html, body, div, ul, li, img, h1, h2, h3, table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body {
	color: black;
	font: normal 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background: white;
  width:100%;
  height:100%;

}





/***********************************
* Top, page & content
***********************************/
#page {
	width: 1000px;
	margin: 0 auto;
	background: white;
	/*border-left: 1px solid #d9d9d9;	border-right: 1px solid #d9d9d9;*/

}

#footer {
clear: both;
margin: 0px 0px 10px 0px;
padding: 15px 10px 10px 260px;
	
font-size: 8pt;
background: #DCDEDE;
}


#logo {
position: absolute;
top: 0px;
height: 165px;

}

#navigation {
position: absolute;
top: 165px;
height: 68px;
width: 998px;
text-align: center;


}

#content_box {
margin: 233px 0px 0px 0px;
background: url('/images/btn_bottom.gif') no-repeat;
padding-top: 14px;
}

#content {
background: white;
vertical-align: top;
padding: 0px 3px 30px 8px;
}


#left_column {
width: 247px;
vertical-align: top;
padding: 0px 0px 0px 0px;
background: url('/images/qwe.gif');
}

#left_column div {
background: transparent;
padding-bottom: 50px;
}

#logo ul,
#navigation ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#logo li,
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	
}


/***********************************
* Common
***********************************/

h1 {
	width: 733px;
	height: 40px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	
	color: #013c82;
	font: normal 16pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent: 14pt;
	background: url('/images/header_1.jpg') no-repeat;
}


h2 {
	margin: 35px 0px 0px 0px;
	color: #013c82;
	font: bold 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding: 0px 8px;
	margin: 9px 0px 9px 0px;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: red;
}

div.error {
	padding: 3px;
	background: #efefef;
	border: 1px solid #BDBDBD;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}

p.error {
	padding: 1px;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: red;
}


p.message {
	margin: 10px 0;
	padding: 10px 0px 10px;
	text-align: center;
	line-height: 18pt
}


p.title {
	clear: both;
	padding: 2px 0px;
	
	background: #efefef;
	font-weight: bold;
}

.table_bg,
.rates_table {
background: #DCDEDE;
}

.table_bg td,
.rates_table tr,
.rates_table th,
.table_bg td,
.table_bg tr,
.table_bg th {
background: white;
}

.table_bg th,
.rates_table th {
font-weight: bold;
}

.rates_table {
padding: 1px;
}

.rates_table td {
padding: 5px;
margin: 1px;
}

.rates_table tr.r2 {
background: #FBFBFB;
}



/***********************************
* Common styles
***********************************/
.clear {
	clear: both;
}

.center {
	margin: 0 auto;
}

.right {
	margin: 0 auto;
}

div.printme {
float: right;
padding: 5px 20px;

font-size: 8pt;

}

/***********************************
* Input tags
***********************************/
input, select, textarea {
	margin: 1px;
	padding: 2px 4px;

	font: normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	border: 1px solid #b3b3be;	
	background: #f8f8f8;
}

input[type="text"] {
	border: 1px solid #b3b3be;
	padding: 1px 4px;
}

input[type="checkbox"], input[type="radio"]{
	background: transparent;
	border: 0;
}

input.noborder {
	background: transparent;
	border: 0;
}

input[type="image"] {
	border: none;
	padding: 0px;
	margin: 0px;
}

input[type="submit"] {
	height: 24px;
	vertical-align: top;
	padding: 0px 4px 2px 4px;
	margin: 0px;	
	background: #f5f5f5;
}

input.inp_right {
	text-align: right;
}
/***********************************
* Footer
***********************************/


#footer a,
#footer a:link,
#footer a:visited {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer a.design_studio {
font-size: 7pt;
}
/***********************************
* Sevices
***********************************/
#services div {
clear: both;
padding-top: 20px;
}

#services img {
float: left;
width: 183px;
}

#services p {
margin-left: 200px;
}

#services h2 {
margin: 5px 0px 5px 200px;
padding: 0px;
}
/* End of 'main' */

