@charset "utf-8";
/* CSS Document */

body {
	background-color: #3671ac;
}

#big_container {
	background-color: #092f5f;
	background-image:url(images/outbound_bot_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 20px;
}

/*  nav area  */

#navigation_area {
	width: 887px;
	background-image:url(images/outbound_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#logo {
	width: 205px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
#top_links {
	width: 635px;
	height: 39px;
	float: right;
}
#top_links a {
	color: #8a8a8a;
}
#site_buttons {
	float: right;
	margin: 0px;
	width: 645px;
}
#site_buttons div {
	height: 31px;
	margin: 0px;
}
#site_buttons div a.about_us {
	width: 132px;
	background-image: url(images/smr_cmp_aboutus.jpg);
}
#site_buttons div a.about_us:hover {
	background-position: 132px 0px;
}
#site_buttons div a.services {
	width: 128px;
	background-image: url(images/smr_cmp_services.jpg);
}
#site_buttons div a.services:hover {
	background-position: 128px 0px;
}
#site_buttons div a.clients {
	width: 115px;
	background-image: url(images/smr_cmp_clients.jpg);
}
#site_buttons div a.clients:hover {
	background-position: 115px 0px;
}
#site_buttons div a.downloads {
	width: 141px;
	background-image: url(images/smr_cmp_downloads.jpg);
}
#site_buttons div a.downloads:hover {
	background-position: 141px 0px;
}
#site_buttons div a.contacts {
	width: 123px;
	background-image: url(images/smr_cmp_contacts.jpg);
}
#site_buttons div a.contacts:hover {
	background-position: 123px 0px;
}

/*  page banner area  */

#banner {
	width: 887px;
	height: 234px;
	background-color: #fff;
	margin: 0px auto;
}
#banner img {
	margin: 0px;
}


/*  page content area  */


#content {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 14pt;
	width: 857px;
	min-height: 200px;
	padding: 15px;
	padding-bottom: 70px;
	background-color: #fff;
	margin: 0px auto;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	color: #9d370f;
	margin: 5px 0px 10px 0px;
}
h2 {
	font-size: 10pt;
	color: #cc3300;
	margin: 0px 0px 10px 0px;
}
#left_col {
	width: 190px;
	text-align: center;
	height: 1050px;
}
#left_col img.menu {
	margin: 65px auto 0px auto;
	border: 0px;
}
#right_col {
	width: 170px;
	height: 531px;
	float: right;
	text-align: center;
}
#right_col img {
	margin: 0px auto;
	border: 0px;
}
#gallery_content {
	text-align: center;
	width: 135px;
	margin: 55px auto;
}
#mid_col {
	width: 480px;
	float: right;
	margin-right: 10px;
}
#content ul {
	color: #7e7e7e;
}
#content ul li span.norm{
	color: #333;
}
#content p {
	color: #7e7e7e;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
#content p strong {
	color: #555;
}
#content p strong.brown {
	color: #cc3300;
	margin-bottom: 0px;
}
#content ul.smr_cmp {
	margin-top: 0px;
}
#content ul strong {
	color: #333;
}



/*  page reflection  */

#reflection {
	width: 887px;
	height: 106px;
	margin: 0px auto;
	background-image: url(images/outbound_reflection.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
