/*  
Theme Name: Petrolgel Theme
Theme URI: http://nth-generation.com/
Description: Theme for Petrolgel Sanitary Lubricant Website
Version: 1.0
Author: Nth-Generation
Author URI: http://nth-generation.com/

	 Petrolgel Theme v1.0
	 http://nth-generation.com/

	 This theme was built and designed for Petrolgel Sanitary Lubricant Website

*/

/* Begin Typography & Colors */
body {
	background: #fff;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color:#272727;
	font-size:16px;
	font-weight: bold;
	}
a img {
	border:0px;
	margin:0px;
	padding:0px;
	}
a {
	color:#262A98;
	text-decoration: none;
	}
a:hover {
	color: #0000ff;
	text-decoration: none;
	}
	
h1 {
	font-size: 20px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #262A98;
	line-height: 20px;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 12px;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 24px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #262A98;
	line-height: 30px;
	margin:0px;
	padding:0px;
}

h4.red a {
	font-size: 20px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #ff0000;
	line-height: 20px;
	margin:0px;
	padding:0px;
}

p.blue {
	color:#262A98;
}

blockquote {
	padding: 5px 10px 5px 10px;
	background: #fff;
	color: #777 !important;
	}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.floatright {
	float: right;
	display: inline;
}

.floatleft {
	float: left;
	display: inline;
}

.imgcenter {
	display:block;
	margin:0px auto;
}

/*-------------------------- LAYOUT ----------------------------*/

/* The Wrapper */

div#wrap {
	width:900px;
	margin:5px auto;
	background-color: #fff !important;
	}
	
	/* This is a Hack for IE bugs \*/
	 
	* html div#wrap {
		margin:-8px auto;
	  }
	 
	/* End of Hack */

/* The  Header */

div#header {
	width: 900px;
	height: 95px !important;
	float: left;
	display: inline;
	background: url('images/banner.jpg') top left no-repeat;
	margin:0px;
	padding:0px;
}

div#title {
	float: right;
	display: inline;
	margin:0px;
	padding:0px;
	width: 550px;
	color: #000000;
}

/* The Sidebar */

div#sidebar {
	margin:0px;
	padding:0px;
	width: 232px;
	background: url('images/sidebar_bg.jpg') top left repeat-y;
	float:left;
	display: inline;
}

/* The Leftwrap */

div#leftwrap {
	padding: 0px;
	margin:0px;
	width: 668px;
	float: right;
	display: inline;
}

div#content {
	width: 668px;
	float: left;
	display: inline;
	padding: 0px;
	margin:0px;
}

div.fixheight {
	height: 841px;
}

	/* This is a Hack for IE bugs \*/
	 
	* html div.fixheight {
		height: 837px;
	  }
	 
	/* End of Hack */

/* The Footer */

div#footer {
	width: 668px;
	height: 30px;
	color: #000;
	border-top: 2px solid #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	float: left;
	display: inline;
	background-color: #2152BD;
}

/*-------------------------- END OF LAYOUT ----------------------------*/


/*---------------------- ELEMENTS AND STYLES --------------------------*/

/* The  Content */

div#title p {
	margin:50px 0px 0px 0px;
	padding:0px;
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: 7px;
}

ul.indexmenu {
	padding: 0px;
	margin:0px;
}

ul.indexmenu li {
	list-style-type: none;
	padding:0px;
	margin:0px;
	background: url('images/sidebarlist.jpg') top left no-repeat;
	width: 232px;
	height:97px;
}

	/* This is a Hack for IE bugs \*/
	 
	* html ul.indexmenu li {
		margin-top:-4px;
	  }
	 
	/* End of Hack */

ul.indexmenu li a{
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 60px;
	float:left;
	display:inline;
	font-family: arial, tahoma, verdana;
	font-size: 16px;
	font-weight: bold;
	color: #262A98;
	line-height:18px;
}

ul.indexmenu li a:hover {
	color: #0000ff;
}

div#content p {
	margin:0px;
	padding: 10px;
}



/* The Comments */

.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}

/* The Footer */

div#footer p{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
}