/*  
Theme Name: Zetta
Theme URI: http://zetta.in/
Description: Zetta.in Theme
Version: 0.01a
Author: Sree Pillai
*/

* html body *  {
overflow : visible;
}
* html iframe, * html frame {
overflow : auto;
}
* html frameset {
overflow : hidden;
}
* html textarea {
overflow : scroll;
}
* html input {
overflow : hidden;
} 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Arial, Helvetica, sans-serif;
  background: url("../images/background.jpg") repeat-y top left fixed;
  color: #333;
	text-align: center;
	}

#page {
	border: 0px solid silver;
	text-align: left;
	position:relative;
}
#header-banner 	{ 
  background: transparent;
	float:left;
} 
#content {
	font-size: 1.3em
}
.contentarea  {
  line-height : 1.4em;
  text-align : justify;
} 
.alt {
	border-top: 1px solid #ddd;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
  font-family: "Times New Roman", Times, serif;
  color: #666;
	font-size: 1.8em;
	text-align: left;
	padding: 10px 0px;
	border-bottom: 3px #FF6300 double;
}
h2, h2 a, h2 a:visited, h2 a:visited {
  font-size: 27px;
  font-family: "Times New Roman", Times, serif;
  color: #666;
}
h3 {
	clear: left;
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited , h3, h3 a, h3 a:hover, h3 a:visited , cite {
	text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  color: #666;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a {
	color: blue;
	text-decoration: none;
}

/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 15px 0;
	padding: 0;
	}

#page {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 1048px;
	}

p.bubble {
	text-align: left;
	font-size:0.9em;
	padding:0;
	margin:0;
}

#header {
	margin: 0; 
	padding: 0; 
}
#header-banner {
	margin: 0;
	height: 425px; 
	width: 1048px;
}
.narrowcolumn {
	float: left;
	padding: 20px ;
	margin: 0;
	width: 960px;
	background: #fff;
}
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	text-align:  center;
	width: 1048px;
	background: transparent; 
}
#footer_container {
	float: center;
	color: #FFF;
	text-align: center;
	margin-right: 48px;
	background: #003399; 
	padding: 10px;
	font-size:12px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#footer a{
	color: #FFF;
}

/* End Structure */


/*	Begin Headers */
h1 {
	margin: 0;
}

h2 {
	margin: 0px 0 0;
}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

img.favicon{
	height: 16px;
	width: 16px;
	}

html>body .contentarea ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .contentarea li {
	padding-left: 25px;
	margin: 7px 0 8px 0px;
	}

.contentarea ul li {
	background: url("../images/bullet.gif") no-repeat 0% 5px; 
	padding-left:15px;
	margin-left:-10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.contentarea ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.contentarea ol li {
	margin: 0;
	padding: 0;
	}

	ol li {
	list-style: decimal outside;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.clear { clear: both; }

/* End Various Tags & Classes*/


/* Contact Us Form */
fieldset { 
  border:0;
  margin:0;
  padding:0; 
}
label { 
  display:block; 
}
input.text, textarea { 
  width:300px; 
  font-size:12px; 
  padding:1px;
  margin-bottom:10px;
  border:2px solid #ccc; 
}
input.submit { 
  padding:5px 5px;
  font-weight:bold; 
}	
span.errmsg {
  color:#ff0000; 
  font-weight:normal;
}

/* Footer Links */
#footer ul {
	text-align : center;
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	position: relative;
	display:inline;
	padding:0 10px;
	line-height: 1.5em;
}

#footer ul li a, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active {
	color: #fff;
	text-decoration: none;
}

#footer ul li a, #footer ul li a:visited, footer ul li a:hover, #footer ul li a:active {
	color: #fff;
}

#content ul {
margin: 10px 10px;
list-style: circle;
}
#content li {
padding-right: 5px;
}

#page-bottom-image {
margin:20px 0px 0px 0px;
}