* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:active {
	color:#ef1616;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom: 10px;
}


h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color: #ef1616;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color: #ef1616;
}

#site {
	width:980px;
	margin:0 auto;
	margin-bottom:0px;
}

#container {
	width: 960px;
	float:left;
	background-color: #FFFFFF;
	padding: 10px;
}






/*header begins*/

#header  {
	width: 960px;
	border-bottom: 8px solid #ef1616;
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 110px;
}


#logo {
	width: 400px;
	float:right;
}

#menu {
	width: 560px;
	float: left;
	font-size: 14px;
	padding-top: 70px;
}

#menu ul {
	height:28px;
	margin-bottom:20px;
}

#menu li {
	list-style-type:none;	
	float:left;
	margin-right: 40px;
	font-weight: bold;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color:#000;
	text-decoration:none;
}

#menu li a:hover {
	color: #ef1616;
}

/*header ends*/







#content {
	clear:both;
	width: 960px;
}

.info {
	float: right;
	padding-bottom: 10px;
}







/*side begins*/

#side {
	float:left;
	margin-bottom:15px;
	font-size: 13px;
	width: 240px;
	margin-right: 20px;
}

#side img {
	border: none;
}

#side p {
	margin-bottom:5px;
}

#side ul {
	margin-left:15px;
	list-style-type:none;
}

#side ul li {
	margin-bottom: 5px;
}

#side a:link, #side a:visited, #side a:active {
	color: #000000;
	text-decoration: none;
}

#side a:hover {
	color: #ef1616;
	text-decoration: underline;
}

.icons {
	float: left;
	margin-right: 10px;
}


/*side ends*/






/*text begins*/

#text-home {
	width:680px;
	float:right;
}

#text-home ul li {
	margin-bottom:5px;
	list-style-type: none;
	margin-left: 15px;
}

#text-home td {
	padding-bottom: 8px;
}

#text-home img {
	margin: 10px 0;
}

#text-contact {
	width:500px;
	float:left;
	margin-right: 20px;
	margin-left: 100px;
}

.red {
	color: #FF0000;
}


#text-home ul#number li {
	list-style-type: decimal;
	margin-left: 20px;
}


input.field {
	color: #666666;
	font-size: 11px;
	padding-left:5px;
	padding-top: 3px;
	width: 168px;
	height: 18px;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}

textarea {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	padding-left:5px;
	padding-top: 5px;
	width: 168px;
	margin-bottom: 10px;
}

/*text ends*/







/*footer starts*/

#footer {
	clear:both;
	float: left;
	width: 960px;
	padding:5px 0px;
	font-size:11px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ef1616;
	margin-top: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*footer ends*/
