/* 490 - Cascading Style Sheets */

* {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Helvetica, sans-serif;
}

body {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  background: #0b0b0b;
  text-align: center;
  background: #0b0b0b url(../images/main_bg.gif) repeat-x;
  /* background-attachment:fixed; */
}

h1, h2, h3, h4 {
  font-family: "Tahoma", Helvetica, sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
  color: #9b9b9b;
}

h4 {
  font-size: 13px;
  color: #ebebeb;
}

strong {
  color: #9b9b9b;
}

em {
  color: #7b7b7b;
}

a {
    outline: none;
}

a {
    overflow: hidden;
}

a:link {
  text-decoration: underline;
  color: #e01b21;
}

a:hover, a:active {
  text-decoration: none;
  color: #e01b21;
}

img {
  border: none;
}
/*ghaz */
.up_head
{
font-size:26px;
}
.up_head a
{
font-size:26px;
color:#EEEEEE;
text-decoration:none;

}
.up_head a:hover
{
font-size:26px;
color:#e01b21;
text-decoration:none;

}
.up_head img
{
padding:0px 20px;
}
/*.content{
	height:143px;
	overflow:auto;
}
*/#textin {
  padding: 0 20px 0 20px;
  width: 940px;
  top: 29%;
  position:absolute;
  font-size:14px;
  /*height:143px;*/
  overflow:auto;
}

#textin p {
  line-height: 140%;
  font-size: 14px;
  color:#FFF;
}
#textin p p {
  line-height: 140%;
  font-size: 14px;
  color:#FFF;
}

/*#textin p span {
  color:#535353;
}
*/
#textin p span .small {
  font-size: 13px;
}

#textin p a {
  text-decoration: underline;
  color: #e01b21;
}

#textin p a:hover {
  text-decoration: none;
  color: #e01b21;
}
#textin ul
{
padding:10px;
}
#textin li
{
float:left;
color:#FFF;
padding-right:50px;

}
/* Page */

#page {
  width: 100%;
  height:100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  visibility: hidden;
}


/* Container */

#container {
  width: 980px;
  height:100%;
  margin: 0 auto;
  text-align: left;
}


/* Menu */

#menu {
  margin: 0;
  padding: 0;
  width: 980px;
  height: 30px;
  text-align: right;
  position: absolute;
  top: 0;
  background: #0b0b0b url(../images/main_bg.gif) repeat-x;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#menu ul li {
  float: left;
  margin: 0 12px;
}

#menu ul li a {
  background: url(../images/btn_bg.gif) no-repeat 0 0;
  height: 28px;
  line-height: 28px;
  float: left;
  width: 126px;
  display: block;
  font-size: 11px;
  color: #3b3b3b;
  text-decoration: none;
  text-align: center;
}
#menu ul li a.selected{
  color: #E01B21;
}
#menu ul li a:hover {
  color: #E01B21;
  text-decoration: none;
}

#menu ul li a.visited {
  color: #0b0b0b;
}
/* Hide from IE5-Mac \*/
#menu ul li a {
float: none;
text-transform:uppercase;
}
/* End hide */


/* Content */

#content {
  background: #0b0b0b;
  width: 980px;
  height: 100%;
}

#logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 71px;
  top: 14%;
  position:absolute;
  margin-left: 20px;
}

#logo h1, #logo small {
  margin:0px;
  display:block;
  text-indent:-9999px;
}

#logoPack {
  background-image: url(../images/logo_pack.gif);
  background-repeat: no-repeat;
  width: 130px;
  height: 80px;
  top: 14%;
  position:absolute;
  margin-left: 10px;
}

#logoPack h1, #logoPack small {
  margin:0px;
  display:block;
  text-indent:-9999px;
}

#logoCat {
  background-image: url(../images/logo_cat.gif);
  background-repeat: no-repeat;
  width: 130px;
  height: 80px;
  top: 14%;
  position:absolute;
  margin-left: 10px;
}

#logoCat h1, #logoCat small {
  margin:0px;
  display:block;
  text-indent:-9999px;
}

#title {
  position: absolute;
  top: 15%;
  margin: 15px 0 0 580px;
}

#text {
  padding: 0 20px 0 20px;
  width: 940px;
  top: 33%;
  position:absolute;
}

#text p {
  line-height: 140%;
  font-size: 14px;
  color:#FF;
}

/*#text p span {
  color:#535353;
}
*/
#text p span .small {
  font-size: 13px;
}

#text p a {
  text-decoration: underline;
  color: #e01b21;
}

#text p a:hover {
  text-decoration: none;
  color: #e01b21;
}

/* Featured */

#featured {
  background: #eee url(../images/feat_bg.gif) repeat-x;
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 21px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}


/* Footer */

#footer {
  position:absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
}


/* White Paper */

.wp {
  margin: 75px 0 0 490px;
  height: 26px;
  top: 10%;
  position: absolute;
}

.wp_left {
  background: url(../images/input_bg.gif) no-repeat left top;
  padding: 7px 0 0 8px;
  width: 230px;
  height: 26px;
  float: left;
}

.wp_left input {
  border: none;
  background: transparent;
  width: 214px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #535353;
  margin: 0;
  padding: 0;
}

.wp_center {
  width: 26px;
  float: left;
}

.wp_center input {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: none;
}

.wp_right {
  padding: 5px 0 0 5px;
  float: left;
}

.wp_right p {
  color: #535353;
}

.wp_right p span {
  color: #9b9b9b;
}

#contactResponse, #registrationResponse {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #e01b21;
}
.popup{
	width:500px;
	margin: 0 auto;
}
.popup *{
	color: #000;
	text-align:left;
}

#publications, #digital, #instore, #photography, #packaging, #the-team, #our-approch,#photographytext{
display:none;
}
#breadcrum{
	margin-left:20px;
	position:absolute;
	top:7%;
	color:#FFFFFF;
}
#breadcrum a{
	color:#FFFFFF;
	text-decoration:none;
}
#breadcrum a:hover{
	text-decoration:underline;
}
#sitemap{

}
#sitemap ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#sitemap ul li{
	float: none;
}
#sitemap ul li a{
	color: #FFF;
	font-size: 14px;
	text-decoration:none;
}
#sitemap ul li a:hover{
	text-decoration:underline;
}
#sitemap ul ul{
	width:25%;
	float:left;
}
