/* CSS Document CSM*/

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background:url(../images/bk.jpg) repeat-x #DCDCDE;
	font-size:12px;
	height:100%;
}

p {
	margin: 0 0 1em 0;
	font-size:12px;}

a {
	color:#900;
	text-decoration:none;}

a:hover {
	color: #000000;}	
	
/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:873px;
}
	
/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */

#logo {
	width:873px;
	float:left;
	height: 99px;
	background:url(../images/top.jpg) no-repeat;
}	

#content {
	width:873px;
	float:left;
	background:url(../images/cross.jpg);
}	

#left {
	width:578px;
	float:left;
}	
	
/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */
#menu {
	width:557px;
	float:left;
	height: 25px;
	background:url(../images/menu.jpg) no-repeat;
	padding:22px 0 0 21px;
}	

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a {
	float:left;
	display:block;
	color:#FFFFFF;
	padding:0 16px;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

#menu li a:hover{
	color:#E41921;
}
/* ~~~~~~~~~~~~~~END MENU CODE~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */
#header {
	width:578px;
	float:left;
}

#headerip {
	width:873px;
	height:245px;
	background:url(../images/headerip.jpg) no-repeat;
	float:left;
}

#text {
	width:458px;
	float:left;
	background:url(../images/contentbk.jpg) no-repeat;
	padding: 40px 40px 0 80px;
}	

#text a {
	font-weight:bold;}

#contentip {
	width:653px;
	float:left;
	background:url(../images/contentbkip.jpg) no-repeat;
	padding: 40px 140px 0 80px;
}	

#contentipw {
	width:773px;
	float:left;
	background:url(../images/contentbkip.jpg) no-repeat;
	padding: 40px 20px 0 80px;
}	
	
#right {
	width:295px;
	float:left;
	background:url(../images/right.jpg) no-repeat;}	
	
#phones {
	width:165px;
	height:75px;
	float:left;
	color: #FFFFFF;
	padding: 20px 0 0 20px;
	text-align:right;
}

#phones p {
	padding:0 0 10px 0;
	margin:0;
}
	
#quote {
	width:282px;
	float:left;
	padding: 10px 0 0 13px;
	height: 430px;
}
	
#quote a{
	background:url(../images/dotsgrey.gif) repeat-x top;
	padding:4px 0 8px 16px;
	display:block;
	font-size: 12px;
	color: #000;
	width: 234px;}
	
#quote a:hover{
	background:url(../images/dotsred.gif) repeat-x top;
	color:#CC0000;}
	
#box {
	float:right;
	width:250px;
	background:#fff;
	margin:10px 0 0 20px;
	padding: 15px;
}

#smallbox {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
	padding: 0px;
	font-size: 11px;
}

#smallboxw {
	float:left;
	width:210px;
	margin:0 10px 10px 0;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}
	
/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */	
#footer {
	width:873px;
	height:30px;
	float:left;
	color:#333333;
	background:url(../images/footer.jpg) no-repeat;
	padding: 35px 0 0 0;
	text-align: center;
	font-size: 11px;
}
	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	margin:0;
	padding:0px 0 15px 0;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#628CA2;
	margin:0;
	padding:0;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#E41921;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}
	
.red {
	color:#E41921;
}

.black {
	color:#000;}
	
.white {
	color:#fff;
	font-size:17px;
}
	
.grey {
	color:#CCCCCC;
	font-weight: bold;
}

.textleft {
	text-align:left;
	font-size: 14px;
}

form {
	padding:10px;
	border:1px solid #ccc;
	float: left;
	clear: both;
	margin: 10px 0;
}

.width {
	width:450px;
}

.clear {
	clear:both;
	float: left;
}

.small {
	font-size:11px;}

.border {
	border:3px solid #D9DADC;
	float: left;
	margin: 0 10px 10px 0;
}

.bordernofl {
	border:3px solid #D9DADC;}

.alightleft {
	text-align:left;}