/* Start of CMSMS style sheet 'SDL Default' */
/********************************************
CSS STYLES BY EDUARDO MARTINEZ
DIGITALFRONTEND.COM
*********************************************/
* {
	margin: 0; padding: 0;
}

html {
   height: 100%;
   background:#62489d url(uploads/images/webui/bg_html.gif) top center repeat-x;
   font-family:Georgia,"Times New Roman", serif;
   font-weight:0;
}

body {
	height: 100%;
	background:transparent url(uploads/images/webui/bg_banner.gif) top center no-repeat;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width:760px;
	margin:0 auto;
}

* html #wrapper {
	height: 100%;
}

#header {
	background:url(uploads/images/webui/banner_btm.jpg) bottom center no-repeat;
	height: 350px;
}

#manav {
   background:#f0047e url(uploads/images/webui/bg_menu.jpg) top left repeat-x;
   height: auto;
   border:1px solid #c70067;
}

#content {
  padding: 30px 0 120px 0;
  background:#62489d url(uploads/images/webui/bg_content.gif) top right no-repeat;
}


#footer {
	position: relative;
	margin: 0 auto;
	margin-top: -100px;
	height:100px;
	width: 760px;
	text-align:center;
        background:#fff000 url(uploads/images/webui/bg_footer.gif) top left repeat-x;
}

#footer p {
   font-size:13px;
   color:#000000;
   padding-top:65px;
}

#footer a {
   color:#F0047E;
}


/*********************
GENERAL STYLES
*********************/

.accesibility {
	display:none;
}

hr.floatfix {
   display: block; 
   clear: both; 
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Myriad Pro",Myriad,"Century Gothic", Verdana, Helvetica, Arial, sans-serif;
}

h1 {font-size:20px; text-transform:uppercase; color:#fff000; margin-bottom:10px;
      background:url(uploads/webui/h1_bg.gif) bottom left no-repeat; display:none;}
h2 {font-size:17px; text-transform:uppercase; color:#520707;}
h3 {font-size:1505; color:#000; text-transform:capitalize;}
h4 {color:#000;}

p {
  font-size:17px;
  line-height:22px;
  color:#ffffff;
  margin: 0 0 1.3em;
}

p.auxP {
margin:0;
}

a {
   color:#fff000;
   text-decoration:none;
   outline:none;
}

a img {border:0}

a:hover{
   text-decoration:underline;
}

h2 a {
   color:#520707;
}

h2 a:hover {
   color:#c03f86;
   text-decoration:none;
}

ul, ol {
	font-family:"Lucida Grande","Lucida Sans",Lucida,Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 1.3em 30px;
        list-style-image:url(uploads/webui/bullet.gif);
        list-style-position:outside;
	color:#000000;
}

li {
   font-size:13px;
   line-height:17px;
}

ul li ul {
  font-size:inherit;
  margin: 0 0 0 30px;
}

ul li ul li {
  font-size:13px;
}

table, tr, td, tbody {
	margin:0; padding:0; border:0;
}

table.gallery td, table.presslist td {
  vertical-align:top;
  text-align: center;
}

table.gallery td p {
  font-size:11px;
}

table.gallery td span {
  font-family:"Times New Roman";
  font-size:13px;
}

table.gallery td a img {
   border:5px solid #ffffff;
}
/* End of 'SDL Default' */

