/* CSS Document - By Sachin @ Emperor Design */

/**********************************
Reset Trick 
***********************************/

html { 
	margin-bottom: 1px;
	min-height:100%;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border:0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.floatleft {
	float: left;
}


/**********************************
Clear Fixes 
***********************************/

.clearfix {
	display: block;
}

.clearfix:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clear {
	clear:both;
	font-size: 1%;
	line-height: 0;
	height: 1%;
}

/**********************************
Layout 
***********************************/

body {
	font-family: "Tahoma",helvetica,arial,clean,sans-serif;
	font-size: 62.5%;
	background-color:#c0c0c0;
}

div#wrapper 
{
    position:relative;
	margin: 0 auto;
	width: 942px;
}

/**********************************
Header
***********************************/

div#header {
 width: 942px; background: url(../images/top_grey_back.gif) #fff repeat-x 0 0  ;
}

div#header_main {
 background-color:#fff; 
 width: 942px; background: url(../images/top_grey_back.gif) repeat-x 0 0  ;
}


/**** Logo ********/

div.logo { float: left; }


div.logo h1 img {
	float: left;
}

/**** Utilities ****/

div.utilities {
	top:0px;
	position:absolute;
	right: 0;
	float: left;
}

div.utilitiesLeft {
	background: url(../images/bg_utils_left2.gif) no-repeat 0 0;
	float: left;
	height: 18px;
	width: 17px;
}

div.utilitiesLinks {
	background: url(../images/bg_utils.gif) repeat-y 0 0;
	float: left;
	padding: 2px 0 2px 4px; 
}

div.utilitiesLinks ul li {
	background: url(../images/bg_nav_divider.gif) no-repeat left center;
	padding: 0px 7px;
	float: left;
}

div.utilitiesLinks ul li img {
	margin: 0px 0 0 5px;
	float: left;
}

div.utilitiesLinks ul li.firstLink {
	background: none;
	
}
div.utilitiesLinks ul li a {
	color: #040607;
}

/******* Navigations ****/

.main-nav { background-color:#EEEDEB; float: left; width: 942px; }  
.nav_float  { float:left }
.main_nav_border_btm {background-color:white  }

.main-nav ul li {
	background: url(../images/nav_seperator.gif) no-repeat top right;
	float: left;
	font-size: 1.3em;
	position: relative;
}

.main-nav ul li a {
	color: #222325;
	display: block;
	padding: 5px 15px 6px 15px;
}

.main-nav ul li a:hover, .main-nav ul li a.selected {
	background: url(../images/bg_nav_hover.gif) no-repeat #f0e4ca top right;
	display: block;
	padding: 5px 15px 6px 15px;
}

.main-nav li ul {
	background-color: #b1b1b1;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0 1px 1px 0;
	left: -999em;
	position: absolute;
	width: 174px;
}

.main-nav li ul li {
	background-color: #f2f2f1;
	font-size: 0.85em;
	width: 174px;
}

.main-nav li:hover ul, .main-nav li.sfhover ul {
	top: 27px;
	left: 1px;
}

.main-nav li ul li a {
	background: url(../images/black_arrow.gif) #f2f2f1 no-repeat 18px 12px;
	border-top: 1px solid #dbdad9;
	color: #000c06;
	display: block;
	padding: 8px 5px 6px 32px;
	height: 1%;
}

.main-nav li ul li a:hover {
	background: url(../images/golden_arrow.gif) #e4e1d7 no-repeat 18px 12px;
	color: #bb9f39;
	display: block;
	padding: 8px 5px 6px 32px;
}

/******* Navigations ****/

.searchbox { float:right; padding: 0 0px 0 0; font-size:1.2em; }

.email_add {
 	background: url(../images/bg_searchbox.gif) no-repeat 0 0;
	color: #888;
	border: 1px solid #d2d2d2;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	padding: 1px 2px 1px 2px;
	width: 167px;
}

* html .email_add {
	padding: 1px 2px 0 2px;
}

*:first-child+html .email_add {
	padding: 1px 2px 0 2px;
}

.go_btn {
	float: right;
	padding: 5px 6px 0 0;
	vertical-align: top;
}

* html .go_btn {
	padding: 6px 10px 0 0;
}

*:first-child+html .go_btn {
	padding: 6px 10px 0 0;
}

/**********************************
Breadcrumb
***********************************/

div.breadcrumb {
	background: url(../images/bg_breadcrumb2.gif) repeat-x 0 0;
	color: #000;
	padding: 0px 0 4px 14px; 
	float: left;
	width: 928px;
}

div.breadcrumb a { color: #000; padding: 0px 3px 0 3px; }
.breadcrumb_sub { padding:3px 0 0 0;}

/**********************************
Banner
***********************************/

div.banner {
	width: 942px; 
	background-color:#fff;
	padding: 5px 0 5px 0;
}

div.banner img {
	float: left;
}

.page_banner  {float:left}

/**********************************
Content
***********************************/

#hm_content {
	background-color: #fff;
	color: #6d6f71;
	float: left;
	width:942px;
}

#content {
	background: url(../images/bg_content.gif) repeat-y bottom right #fff;
	color: #6d6f71;
	float: left;
	width:942px;
}

#content_wide {
	background: url(../images/bg_content_wide.gif) repeat-y bottom right #fff;
	color: #6d6f71;
	float: left;
	width:942px;
}


/* column_1_3 starts */

#column_1_3 {
	float: left;
	width: 204px;
	padding: 40px 7px 0 5px;
}

#column_1_3_hm {
	float: left;
	width: 229px;
	padding: 16px 0 0 8px;
	background-color:#fff;
}

#column_1_3 ul li {
	color: #09295c;
	font-size: 1.3em; 
	padding: 0 0 8px 10px;
	text-transform:uppercase;
}
	
#column_1_3 ul li a {
	color: #ae9847;
	text-decoration: none;
	width: 190px;
	display: block;
}

#column_1_3 ul li a:hover { 
	color: #0d0a01;
	text-decoration: underline;
}


#column_1_3 ul li span {
	padding: 0px 0 0px 14px;
	color: #09295c;
	text-decoration: none;

}

#column_1_3 ul li ul {
	padding: 0;
	list-style:none;
	margin-top:4px;
}

#column_1_3 ul li ul li {
	padding: 4px 0 4px 0px;
	font-size: 1.0em;
}

#column_1_3 ul li ul li {
	background: none;
	margin-left: 19px;
	padding: 4px 0px 0px 0px;
}

#column_1_3 ul li ul li a, #column_1_3 ul li ul li span {
	display:block;
	width:166px; 
}

#column_1_3 ul li ul li a {
	color: #888888;
}
/* column_1_3 ends */

/* column_2_3 starts */

#column_2_3 {
	border-left: 1px solid #dcdcdc;
	float: left;
	width: 523px;
	padding: 6px 0px 0px 14px;
	margin: 10px 0;
	min-height:400px;
	height:auto!important;
	height:400px;
}

#column_2_3 p {
	font-size: 1.1em;
}

#column_2_3_home {
	float: left;
	width: 475px;
	padding: 16px 9px 10px 9px;
	min-height:280px;
	height:auto!important;
	height:280px;
}

#column_2_3_home p {
	font-size: 1.1em;
}

#column_3_4 {
	border-left: 1px solid #dcdcdc;
	float: left;
	width: 670px;
	padding: 6px 0px 0px 14px;
	margin: 10px 0;
	min-height:280px;
	height:auto!important;
	height:280px;
	
}


div.home_data {
	float: left; 
	padding: 5px 0 0 0;  
	background:url(../images/border_right.gif) repeat-y right;
	width: 153px; 
	margin: 0px 7px 12px 0;
}

.home_data_noborder {
	float: left; 
	padding: 5px 0px 16px 0; 
	width: 153px; 
	margin: 0px 0;
}

div.home_data h3, .home_data_noborder h3 {
	color: #a9923c;
	font-size: 1.3em; 
	font-weight: normal;  
	padding-bottom:5px;
	text-transform: uppercase; 
	width:152px;
}

div.home_data img, .home_data_noborder img {
	float:left; 
	padding-right:4px;
}

div.home_data p, .home_data_noborder p {
	border:solid 0px #000;
	line-height: 14px;
}

div.home_data p.box_links, div.home_data_noborder p.box_links{ 
	clear:both; 
	color:#c5af60;
	padding: 7px 0 0 0;
	width:140px;  
}

.box_links a {
	color:#c5af60; 
}

.sub_title {
	color: #053772;
	font-size: 1.2em;
	background:url(../images/border_bottom.gif) repeat-x bottom left;
	float:left;
	width:100%;
}

.sub_title div {
	background:url(../images/border_bottom.gif) repeat-x top left;
	padding:5px 0;
}

.content_title {
	color: #888888;
	font-weight: bold;
	padding:5px 0 0 0;
}


.content_box {
	width: 140px;
	padding:5px 40px 0 0;
	float:left;	
}

.box, .box_nobg {
	clear: both;
	font-size: 1.1em;
	padding-top: 8px;
	padding-bottom: 8px;
	width:100%;
	color:#888888;
}

.box {
	background: url(../images/border_bottom.gif) repeat-x bottom left;
}

.box_nobg { 
	background: none; 
}

.content_main_head {
	background: url(../images/bg_dotted_border.gif) repeat-x bottom left;
    color: #b39f54;
    font-size: 1.5em;
    padding-bottom:5px;
    text-transform:uppercase;
}

.home_main_head
{
	background: url(../images/bg_dotted_border.gif) repeat-x bottom left;
    color: #b39f54;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom:5px;
	text-transform: uppercase;
}

.hm_body_txt { 
	padding: 15px 0 17px 0;
	font-size:1.1em;
	background: url(../images/bg_dotted_border.gif) repeat-x bottom left;
}

.body_txt { 
	color: #888888;
	font-size:1.1em;
	padding: 15px 9px 17px 0; 
}

.soil_img {
	float:right; 
	padding: 0 0 0 7px;
}

.body_txt ul {font-size:1.1em;}

div.soil_img p.body_shade_box {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color:#EEEDEB;
    padding: 5px 4px 5px 9px;
	color:#000;
	width:220px;
	font-size:0.9em;
	margin: 3px 0 3px 0;
}

/* column_2_3 ends */


/************ Shaded box *************/

#column_1_3_hm div.shadedbox {
	width: 229px;
}

#column_1_3_hm div.shadedboxTop {
	background: url(../images/bg_box_shading_top.gif) no-repeat 0 0;
	height: 1px;
	font-size: 1%;
	width: 229px;
}

div.shadedboxTop_short {
	background: url(../images/bg_box_shading_top_short.gif) no-repeat 0 0;
	height: 1px;
	font-size: 1%;
}

#column_1_3_hm  div.shadedboxContent {
	background: url(../images/bg_box_shading_content.gif) repeat-y 0 0;
	width: 229px;
}

div.shadedboxContent_short {
    background: url(../images/bg_box_shading_content_short.gif) repeat-y 0 0;
}

#column_1_3_hm  div.shadedboxBottom {
	background: url(../images/bg_box_shading_bottom.gif) no-repeat 0 0;
	height: 1px;
	font-size: 1%;
	width: 229px;
}

/*********** End of Shaded box *******/

/****** contact_alpcot ************/

div.contact_alpcot {
	padding: 4px 6px;
}

/* Added by: Priya on 19/8/08 */
div.contact_alpcot h3 {
	background-color: #CDB457;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 14px 4px 6px ;
}

div.title {
	color: #fea605;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0 3px 5px;
	text-transform: uppercase;
}

/* Modified by: Priya on 19/8/2008 */
p.boxmainTxt {
	color: #8d8b8d;
	font-size: 1.1em;
	padding: 2px 4px 0 5px;
}

span.smalltxt {
    font-size:8px; }

h5.boxmainTxt {
	color: #8d8b8d;
	font-size: 1.1em;
	padding: 2px 4px 0 5px;
}

div.boxTxt {
	color: #CDB457;
	font-size: 1.1em;
	font-weight:bold;
	padding: 5px 0 3px 5px;
}

div.boxTxt a {
    color: #CDB457;
}

.hm_email {
	background: url(../images/small_email.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
}    

.hm_phone {
	background: url(../images/small_phone.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
}   

.top_spacer {
	margin-top: 10px;
}

/****** End of contact_alpcot *****/


/*********** 1st Col Image ***********/

.location_map { 
	padding: 1px 0 1px 2px; 
	width:100%;
	overflow: auto }

.location_map img {
	float: left;
}

/*********** 1st Col Image End ***********/

/*********** Col 3 ************/

#column_3_3 {
	float: left;
	width: 201px;
	padding-top: 16px;
	background-color:#fff;
}

.col3_nestcontent {

	border:solid 0px #f00; 
	width:180px;
    padding: 48px 8px 0 0;
	margin: 0px 0 0 0;
	float: right;
	min-height: 500px;
	height: auto!important;
	height: 500px;
	display: none;
}

.col3_contentarea { 
	border: solid 1px #c1c0bf;
	width: 170px;
	float: left;
	margin: 0 0 9px 8px;
	background-color:#EEEDEB;
}

* html .col3_contentarea {
	float: none;
}

.col3_contentarea h3 {
	background-color: #F8F8F6; 
	padding: 2px 0 3px 5px;
	color:#a9923c;
	font-size:1.2em;
    font-weight:bold;
}

.col3_contentarea p {
	color:#888888; 
	font-size:1.1em;
	line-height: 1.3em;
	padding: 5px 5px 15px 4px;
}

.col3_contentarea img {
	float: left;
	padding: 5px 2px 0 4px;
} 

.col3_contentarea a img {
	padding: 0;
}

.col3_contentarea ul {
	padding: 0 5px 2px 5px;
}

.col3_contentarea ul li {
	background: url(../images/grey_arrow_large.gif) no-repeat 0 4px;
	color: #888888;
	font-weight: bold;
	padding: 0 0 5px 11px;
	font-size: 1.1em;
}

.col3_contentarea ul li a {
	color: #888888;
}

.col3_contentarea p a {
	background: url(../images/grey_arrow.gif) no-repeat right 5px;
	color: #888888;
	float: right;
	padding: 0 8px 0 0;
}

.col3_contentarea .col3_email {
	background: url(../images/email_icon.gif) no-repeat 3px 8px;
	border-bottom: 1px solid #d3d2d0;
	color:#a9923c;
	font-size:1.2em;
    font-weight:bold; 
	padding: 0 0 7px 36px;
	margin: 5px 0 5px 12px;
	width:110px;
}

.col3_contentarea .col3_email a {
	background: none;
	float: none;
}    

.col3_email a {
	color:#89898b;
}

.col3_contentarea .col3_phone {
	background: url(../images/phone_icon.gif) no-repeat 15px 8px;
	color:#a9923c;
	font-size:1.2em;
    font-weight:bold; 
	padding: 0 0 5px 48px;
}   

/*********** Col 3 End ************/

/******* Front News/Share *******/

.front_news {
	padding: 4px 6px;
	width: 210px; 
}	

.front_news h4 {
	color: #545452;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px 5px 0 5px; 
	width:180px;
}

.front_news p {
	color: #c8a20e;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 5px 10px 5px; 
	width:183px;
}

.front_news ul li {
	font-size: 1.1em;
	padding: 0 0px 10px 5px;
	width: 183px;
}

.front_news ul li span.release-date {
	display: block;
	font-family: "Tahoma",helvetica,arial,clean,sans-serif;
}

.front_news a {
	color: #c8a20e;
}

.news {
	padding: 0 0 17px 0;
}

.news .box_header_short {
	margin: 0 0 10px 0;
	font-family: "Tahoma",helvetica,arial,clean,sans-serif;
	
}

.box_header_short h3 {
	font-weight: normal;
	font-size: 1.0em;
}

/* **************** */

*html .front_news {
	padding: 4px 6px; 
	width: 150px; 
}	
	
.box_sub_txt_share { 
	color:#c8a20e;
	width:187px;
	padding: 4px 5px 5px 0px 
}
	 
.box_sub_txt_share a {
	color:#c8a20e; 
	font-size:1.0em
}

.share_txt {
	font-weight:bold;
	color:#555555;
	padding: 8px 0 0 5px;
	font-size:1.1em
}

div.box_header_short {
	background-color: #CDB457;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 4px 14px 4px 6px ;
	width: 168px;
	font-family: "Tahoma",helvetica,arial,clean,sans-serif;
}

/******* End of Front News/Share *******/

/********* Board starts ***********/

div.biog {
font-size:1.1em;
	float: left;
	padding: 15px 0 0 0;
}

div.biog_left, div.biog_left img {
	float: left;
}

div.biog_right {
	float: left;
	padding: 0 0 0 12px;
	width: 390px;
}

div.biog_right .name {
	padding: 0 0 2px 0;
}

div.biog_right .role {
	padding: 0 0 5px 0;
}

/********* Board ends ************/

/********* Press Releases starts *********/

div.newsitem {
	font-size: 1.1em;
	padding: 15px 0 0 0;
}

div.newsitem p a {
	color: #888888;
	font-size: 0.9em;
	text-decoration: underline;
}

div.newsitem h3 {
	color: #A9923C;
	font-size: 1.0em;
	padding: 2px 0 5px 0;
}

div.newsitem p.newsitem {
	margin-bottom: 10px;
}

div.newsitem p.newsitem a {
	display: block;
	font-size: 1.0em;
	margin-top: 10px;
}

/******** Press Releases ends ************/

/******** Image Gallery starts ***********/

div.thumb {
	float: left;
	padding: 15px 20px 0 0;
	width: 220px;
}

div.thumb img {
	border: 4px solid #ececec;
	float: left; 
	padding: 0 5px 0 0;
}

div.thumb p {
	color: #998c7c;
	float: left;
	padding-left: 5px;
}

/******** Image Gallery ends ***********/

/******** Sitemap starts ***********/

div.sitemap {
	padding: 0 0 0 7px;
	text-transform: uppercase;
}

div.sitemap ul {
}

div.sitemap ul li {
	font-size: 1.0em;
	padding-bottom: 20px;
}

div.sitemap ul li ul {
	padding: 5px 0 0 6px;
}

div.sitemap ul li ul li {
	letter-spacing: 0.05em;
	font-size: 0.8em;
	padding-bottom: 3px;
}

div.sitemap ul li ul li ul li {
	font-size: 1.0em;
}

div.sitemap ul li a {
	color: #ab923e;
	font-weight: bold;
}

div.sitemap ul li ul li a {
	color: #0a0a00;
	font-weight: normal;
}

div.sitemap_column1 {
	float: left;
	width: 200px;
}

div.sitemap_column2 {
	float: left;
	padding: 0 0 0 70px;
	width: 200px;
}

/******** Sitemap ends ***********/

/******** Table starts *********/

table.tableData {
	border-left: 1px solid #d2d2d0;
	border-bottom: 1px solid #d2d2d0;
	border-top: 1px solid #d2d2d0;
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 20px 0 3px 0;
	width: 98%;
}

table.tableData tr th {
	border-right: 1px solid #d2d2d0;
	background-color: #eeedeb;
	/*color: #a8923d;*/
	color:#000;
	padding: 5px;
	text-align: left;
}

table.tableData tr td {
	border-right: 1px solid #d2d2d0;
	background-color: #fff;
	padding: 5px;
	text-align: right;
	/*text-transform: uppercase;*/
	color:#000;
	width:25%
}

table.tableData tr.alt td {
	background-color: #eeedeb;
	color:#000;
}

 table.tableData tr td.cell_6,  table.tableData tr td.cell_4 {
    white-space:nowrap;
}

table.tableData tr.alt td.cell_2 {
    white-space:nowrap;
}

table.tableData tr td.cell_1 {
	color: #000;
	text-align: left;
}

/******** Table ends *************/

div.soil_img {
	float: right;
	width: 228px;
}

.CMS_notice {
	margin: 15px 0;
}

.unsubscribe_spacer {
	padding-top: 15px;
}

.unsubscribe_spacer a {
	color: #888888;
	font-weight: bold;
}

div.pagination {
	font-size: 1.1em;
	margin-top: 25px;
	float: right;
}

div.pagination a {
	color: #888888;
	font-weight: bold;
	text-decoration: underline;
}

div.pagination a {
	color: #cccccc;
	padding-left: 10px;
}

div.pagination a.enabled {
	color: #000000;
}

div.map {
	padding: 22px 0 0 15px;
}

div.form {
	padding: 15px 0;
}

/******** Search result starts *********
 ******** Added by Priya ***************/

div.body_txt div.search table {
	border-collapse: collapse;
	font-size: 1.0em;
	margin: 0 10px 0 0;
}

div.body_txt div.search table tr td {
	border-bottom: 1px solid #dcdcdc;
	padding: 7px 0;
	text-align: left;
}

div.body_txt div.search table tr td a {
	color:#b7a661;
	display:block;
	font-weight: bold;
	padding: 5px 0;
}

div.body_txt div.search table tr td table {
	margin: 10px 0 15px 0;
	text-align: center;
}

div.body_txt div.search table tr td table tr td {
	background: url(/images/bg_pagination.gif) repeat-x 0 0;
	color:#a9933d;
	font-weight: bold;
	padding: 0 5px 0 0;
	text-align: center;
}

div.body_txt div.search table tr td table tr td a {
	color:#888888;
	font-weight: normal;
	padding: 0;
}

/******** Search Result ends *************/

/******** Bullet Styles ******************/
div.tableData ol {
	list-style-type: decimal;
}

div.tableData ol li {
	margin-left: 30px;
	padding-top: 5px;
}

div.tableData ul {
	list-style-type: square;
}

div.tableData ul li {
	margin-left: 30px;
	padding-top: 5px;
}
/******************************************/

/**********Link style************
 ****** Added by: Priya *********/
div.tableData a {
	color: #ae9847;
}
/********************************/

/********************************
Share Price 
*********************************/

.feed {font-family: "Tahoma",helvetica,arial,clean,sans-serif;}
.feed div.price {
	color: #666;
	float: left;
	font-size: 1.1em;
	width: 90px;
}

.feed div.currency {
	float: left;
	margin-top: 7px;
	width: 30px;
}

.feed img {
	float:left;
	margin-top: 2px;
}

.feed .date {
	font-weight: normal;
	margin: 4px 0;
	font-size:1.1em;
	padding-top:6px;
}

.tableSpacer {
	margin: -10px 0 10px 0;
}

ul.yearlinks li {
	font-size: 1.1em;
	float: left;
	padding: 10px 5px;
}

ul.yearlinks li a {
	color: #AE9847;
}

div#cision-maincontent {
	font-size: 1.1em;
	padding: 10px 10px 20px 0;
	width: 510px;

}

#cision-maincontent p {
	margin:2px 0 8px;
	padding:0;
}

#cision-maincontent p.release-date-detail {
	font-weight: bold;
}

#cision-maincontent h1 {
	color: #AE9847;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 10px 0;
}

#cision-maincontent p.company-information, #cision-maincontent p.introduction {
	font-style: italic;
}

#cision-maincontent a {
	color: #AE9847;
}

#cision-maincontent ul.alternative-document li {
	padding-bottom: 6px;
}

#cision-maincontent #release-archive {
	float: left;
	font-size: 1.1em;
	width: 510px;
}

#cision-maincontent #report-archive li span, #cision-maincontent #release-archive li span {
	padding:0 5px;
}

#cision-maincontent .release-link {
	float: left;
	width: 400px;
}

#cision-maincontent .release-date {
	float:left;
	font-size: 0.9em;
	font-weight: bold;

}

#cision-maincontent #release-archive ul li {
	float: left;
	padding: 6px 0;
	width: 510px;
}

#cision-maincontent #release-archive ul li.oddRow {
	background-color: #EEEDEB;
}

/**********************************
Footer
***********************************/

.footer_bg { 
	background: url(../images/bg_footer.gif) repeat-x 0 7px;
	padding: 0 0 0 0;
}

div#footer {
	background: url(../images/bg_border.gif) repeat-x 0 0;
	padding: 0 0 10px 0;
	width: 942px;
}

div#footer p {
font-family: "Tahoma",helvetica,arial,clean,sans-serif;
	color: #a78e32;
	padding: 11px 0 4px 44px; text-align:center;
	letter-spacing: 0.1em;}

#cision-maincontent h3{	font:bold 12px Arial, Helvetica, Sans-Serif;	color:#888888;}
#cision-maincontent input,
#cision-maincontent select
{
	font:11px Arial, Helvetica, Sans-Serif;
	color:#000;
}



#cision-maincontent li
{
	margin:0px;
	padding-top:6px;
	padding-bottom:6px;
}




padding-top:6px;
	padding-bottom:6px;
}





