/*****************************************
jackiechettur.com
*****************************************/

/* @group Containers */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

html {
	min-height:100%;
}

body {
	margin:0;
	padding:0;
	background: #2e3a49 url(/images/body_bkg.png) repeat-x;
	color:#fff;
	font-family: Arial, "Helvetica Neue", Helvetica, "MS Trebuchet", sans-serif;
	text-align:center;
	min-height:100%;
}

* html body {
	background: #2e3a49 url(/images/body_bkg.jpg) repeat-x;
}

#wrapper {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	position:absolute;
	background: url(/images/ruler.png) no-repeat bottom right;
	left:0;
}

* html #wrapper {
height:100%;
position:relative;
}

#pageContainer {
	width:740px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	min-height:100%;
}

#footer {
	/*margin:0 auto;*/
	width:600px;
/*	position:absolute;
*/	width:99%;
	left:0;
	margin-top:4em;
/*	margin: 0 auto;
	position:absolute;*/
/*	bottom:0;
*/	background-color: none;
	clear:left;
}

/*#feature {
	margin:0;
	padding:0;
	position:absolute;
	width:172px;
	height:221px;
	z-index:0;
	background:  url(/images/ruler.png) no-repeat right bottom;
    behavior: url("/javascripts/iepngfix.htc");
	bottom:0;
	right:0;
}*/

#header {
	margin:3em 0 3em 0;
	text-align:right;
	background:  url(/images/logo.png) no-repeat top left;
    behavior: url("/javascripts/iepngfix.htc");
	min-height:130px;
}

#navigation {
	clear:both;
	list-style:none;
}

#navigation li {
	display:inline;
	margin-left:3em;
}

#navigation a {
	text-decoration:none;
	color:#cacbce;
	font-size: 80%;
	font-weight:bold;
}

#navigation a.selected {
	text-decoration:none;
	color:#7d8185;
	background:  url(/images/current_menu.png) no-repeat center left;
    behavior: url("/javascripts/iepngfix.htc");
	padding-left:20px;
}


#navigation a:hover, 
#navigation a:visited:hover {
	text-decoration:underline;
	color:#fff;
}


/* @end */


/* @group Type */

h1 {
	color:#a4b950;
	font-size: 200%;
	font-weight:normal;
	background:  url(/images/h1_bkg.png) no-repeat left center;
    behavior: url("/javascripts/iepngfix.htc");
	padding-left:40px;
	min-height:57px;
}

h2 {
	font-size:120%;
	margin-bottom:0;
	margin-top:3em;
/*	clear:left;
*/	margin-left:220px;
}

h3 {
	margin-left:220px;
margin-top:4em;
/*	clear: left;
*/}

ul {
	margin-left:220px;
}

li {
	color:#d5d7d9;
	font-size:90%;
	margin-bottom:1em;
}

li h3 {
	font-size:105%;
	color:#d5d7d9;
	margin-bottom:0;
	margin-left:0;
}

li p {
	margin-left:0;
}

p {
	color:#d5d7d9;
	font-size:90%;
	line-height:140%;
	margin-top:0;
	margin-left:220px;
	margin-bottom:1.5em;
	text-align:justify;
}

p strong {
	color: #fff;
}

p.homeSummary {
	clear:left;
	margin-top:1em;
	margin-left:0;
	font-size:80%;
}

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

p a:hover, 
p a:visited:hover {
	color:#000;
	text-decoration:underline;
}

#header h2 {
	color:#fff;
	font-size:120%;
	font-weight:normal;
	width:65%;
	padding-bottom:1.5em;
	border-bottom:1px solid #fff;
	float:right;
margin-top:1em;
}

#header h2 em {
	color:#a4b950;
	font-style: normal;
}

#footer p {
	margin:0;
	padding:0;
	text-align:center;
	border-top:1px solid #454E59;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 115%;
font-weight:bold;
}

#footer p .year {
	font-size: 80%;
	color:#a4b950;
	margin-left:1em;
	margin-right:1em;
}
/* @end */

/* @group Page Layout */
.section {
	width:45%;
	margin-right:3%;
	float:left;
}

.section p {
	margin-left:0;
}

.section p.address {
	margin-left:60px;
}

#contactPanel {
	width:160px;
	float:left;
	background-color:#404a59;
	border:1px solid #566072;
	padding:0.5em;
	padding-top:2em;
	margin-top:3em;
	padding-bottom:3em;
}

#contactPanel p, 
#contactPanel h2 {
	margin:0 0 1em 0;
	text-align:left;
}

.tel {
	font-size:140%;
	font-weight:bold;
	color:#a4b950;
}

#contactPanel .subTitle {
	margin-top:-1.5em;
	font-size:80%;
	line-height:100%;
	color: #9fa4ab;
	margin-bottom:2em;
	font-style: italic;
}

#contactPanel .address {
	color: #9fa4ab;
	margin-bottom:2em;
	font-size:80%;
}	
/* @end */


/* @group Products */

.productList {
	list-style:none;
	text-transform:lowercase;
	margin:0;
	padding:0;
}

.productList li {
	margin:0;
	padding:5px;
	width:150px;
	float:left;
	padding-top:5px;
	margin-left:20px;
	text-align:left;
}

.productList li:hover, 
.productList .highlight {
	background-color:#404a59;
}

.productList h2 {
	font-weight: normal;
	font-size: 100%;
	margin-bottom:0;
	width:120px;
	text-align:left;
	margin-left:10px;
	margin-top:0em;
}

.productList p {
	font-weight: bold;
	font-size: 80%;
	margin-top:0;
	color:#a4b950;
	width:120px;
	text-align:left;
	margin-left:10px;
	padding-left:0;
}

.productList .pictureFrame {
float:none;
margin:0;
}

h3.otherProducts {
margin-top:3em;
/*margin-bottom:0;*/
}

ul.otherProducts {
list-style:none;
border:0;
margin-top:0;
padding:0;
}

ul.otherProducts li {
/*display:inline;
margin-top:0;*/
margin-left:2em;
	font-size:80%;
}

.otherProducts a {
color:#fff;
text-decoration:none;
}

.otherProducts a:hover, 
.otherProducts a:visited:hover {
color:#a4b950;
text-decoration:underline;
}

/* @end */




/* @group Media */
img { 
	border:none;
	margin:0;
	padding:0;
}
.pictureFrame img {	
	margin:10px 20px 20px 15px;
	padding:0;
}

.pictureFrame {
	background: url(/images/photo_bkg.png) no-repeat top left;
	width:150px;
	margin:0;
	padding:0;
    behavior: url("/javascripts/iepngfix.htc");
	float:left;
}

.productList .pictureFrame {
	float:none;
}



.imageDecoration {
padding:15px;
	background-color:#404a59;
	/*background-color:#222933;*/
	border:1px solid #566072;
width:auto;
margin-top:20px;
margin-bottom:40px;
}

.pictureFrame .imageDecoration {
padding:0px;
margin:0;
	background-color:transparent;
	border:none;
width:auto;
}

/* @end */


/* @group Forms */

label,input, textarea {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

#submit {
	width:auto;
	padding-left:1em;
	padding-right:1em;
}

textarea {
	height:140px;
}

label {
	text-align: right;
	width: 100px;
	font-size: 85%;
	padding-right: 20px;
}

form br {
	clear: left;
}

form {
	padding:2em;
	background-color:#404a59;
	border:1px solid #566072;
	clear:left;
}

/* @end */

