/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, 
  - ORDER LIST
  - ARROW LIST
  - CHECK LIST
  - BULLET LIST
  - DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - BUTTON

- WRAPPER
  - TOP WRAPPER
  - MAIN WRAPPER
  - BOTTOM WRAPPER 
  - CENTER 
  
- HEADER
  - HEADER WRAPPER
	- LOGO
  - SEARCH BOX
		
- SLIDESHOW

- FEATURES BOX
	
- HOMEPAGE CONTENT

- PAGE HEADING  

- PRODUCTS PAGE / TABLE PRICING

- PORTFOLIO PAGE
  - PORTFOLIO 1 COLUMN
  - PORTFOLIO 2 COLUMNS
  - PORTFOLIO 3 COLUMNS
  - PORTFOLIO 4 COLUMNS
  - PORTFOLIO 3 COLUMNS FILTERABLE
  - PORTFOLIO FILTER
    
- BLOG PAGE
  - BLOG LIST ITEMS
  - POST META BOX
  - AUTHOR BOX
  - COMMENTS LIST
  - COMMENT FORM 
  
- CONTACT PAGE
  - CONTACT FORM
  - CONTACT ADDRESS

- FAQ PAGE

- SIDEBAR
  - NEWS LIST
  - ITEM LIST
  - TWITTER WIDGET
  
- FOOTER
	- FOOTER BOX
  - ADDRESS LIST
  - COPYRIGHT
  
*/

/* Import CSS Reset File */
@import url("reset.css");
/* Import CSS 960 Grid System File */
@import url("960.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background-color: #c4c6c8;
  /*background-image: url(../images/pattern/diagonal-line1.png);*/
  background-repeat: repeat;
  font-family: arial, verdana, tahoma, helvetica;
}
/* === Custom Background Image :: uncomment this code block if you want to use background image === */
/*
body {
  background-image: url(../images/bg1.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
*/
/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#003E7A;
	font-family: Tahoma, Geneva, sans-serif;
}
h1{
	font-size:24px; 
	line-height:30px; 
	margin-bottom:14px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:14px;
}
h3{
	font-size:24px; 
	margin-bottom:12px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px;
}
h5{
	font-size:14px; 
	margin-bottom: 12px; 
	padding:0px;
	color:#666666;
}
h6{
	font-size:12px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
	color:#003E7A;
	text-decoration:none;
}
a:hover{
	color:#003E7A;
	text-decoration:underline;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
	margin-bottom:12px;
	color:#666666;
	font-size: 14px;
	line-height: 21px;
}
blockquote {
  margin: 0 0 10px 0;
  color: #8a8a8a;
  background: url(../images/quote.png) top left no-repeat;
  font-style: italic; 
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.4em;
  font-size: 14px;
}
blockquote p {
  line-height: 1.4em;
  font-size: 14px;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(../images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 5px 0; 
  padding-bottom: 5px;
  color: #666666;
} 

/* Arrow List */
.arrowlist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.arrowlist li {
  font-size: 12px;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/arrow.png) .3em 0 no-repeat;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.checklist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.checklist li {
	font-size: 12px;
	margin: 10px 0;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(../images/list-check.png) 0 0 no-repeat;
	color: #666666;
	border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.bulletlist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.bulletlist  li {
  font-size: 12px;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/bullet.png) 0 .1em no-repeat;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}
/* Item List */
.itemlist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.itemlist  li {
  font-size: 12px;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/item.png) 0 .1em no-repeat;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}
/* Dropcap */
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
  font-size: 14px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
  font-style: italic; 
  background: url(../images/quote.png) top left no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 10px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 10px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
  background: url(../images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin-bottom: 10px;
  display: block;
}
/* Custom Message Styling */



/* Button */
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  height: 26px;
  background: url(../images/button-right.png) no-repeat 100% 0;
  display: inline-block;
}
.button span {
  text-align: center;
  margin-right: 7px;
  padding: 0 10px 0 20px;
  background: url(../images/button-left.png) no-repeat;
  display: inline-block;
  height: 26px;
  float: left;
  font-size: 11px;
}
.button:hover {
  background-position: 100% -26px;
}
.button:hover span {
  background-position: 0 -26px;
}
a.button{
  color: #666666;
}
a.button:hover {
  color: #333333;
}


/* ----------------------- WRAPPER -----------------------*/
#wrapper {
	width: 966px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#topwrapper {
  height: 19px;
  width: 976px;
  background: url(../images/topwrapper.png) no-repeat;
}
#mainwrapper {
	width: 966px;
	background: url(../images/mainwrapper.png) repeat-y;
}
#bottomwrapper {
	margin: 0 auto;
	height: 20px;
	width: 966px;
	background: url(../images/mainwrapper.png) repeat-y;
}
.center {
  margin : 0 auto;
  width: 900px;
}

/* ----------------------- HEADER -----------------------*/
#header {
	width: 950px;
	height: 100px;
	padding-bottom: 0px;
	background: url(../images/bg-head.gif) top center no-repeat;
	margin: 0 auto;
}
#headerright {
  padding-top: 20px;
  width: 670px;
  float: right;
}
#logo {
	margin-top: 40px;
	float: left;
	width: 250px;
}


/* ----------------------- SLIDESHOW -----------------------*/
#slide-wrapper {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 300px;
	border-bottom: 2px solid #dcdcdc;
}
.static-block {
  float: left;
  width: 620px;
  height: 345px;
}
.static-text {
  padding: 20px;
  float: left;
  width: 300px;
  height: 305px;
  background: #2B2B2B url(../images/pattern/grunge.png) repeat;
}
.static-text h3 {
  color: #ffffff; 
}
.static-text p {
  color: #ffffff; 
}
/* ----------------------- FEATURES BOX -----------------------*/
#featuresbox,
#quotebox {
  height: 90px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #444444;
  background-image: url(../images/dark.jpg);
  background-position:  bottom center;
  background-repeat:  repeat-x;
  border-bottom: 2px solid #363636; 
}
#featuresbox ul {
  margin: 0;
  padding: 0 30px;
}
#featuresbox ul li {
	float: left;
	width: 430px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../images/divider-dark.png) center left no-repeat;
}
#featuresbox ul li p {
  line-height: 16px; 
  font-size: 11px;
  color: #ffffff; 
}
#featuresbox ul li.first {
  margin-left: 0;
  padding-left: 0; 
  background: none;
}
#featuresbox ul li.last {
  margin-right: 0;
  padding-right: 0;
  float: right;
}
#featuresbox ul li img {
  margin: 10px 5px 0 0 ;
  padding: 0;
  float: left; 
}
#featuresbox ul li h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #ffffff; 
}
#featuresbox ul li h4 a {
  color: #ffffff; 
}

/* Quotebox */
#quotebox {
  width: 920px;
  padding: 10px 20px;
  height: 71px;
}
#quotebox h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
#quotebox p {
  color: #ffffff;
  line-height: 18px;
}
.quotetext {
  width: 700px;
  float: left;
  margin-right: 10px;  
}
.quotebuttonblock {
  float: left;
  width: 200px;
  margin-top: 5px; 
  margin-left: 10px;
}
.quotebutton {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  font-size: 10px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold;
  height: 42px;
  background: url(../images/greenbutton-right.png) no-repeat 100% 0;
  display: inline-block;
}
.quotebutton span {
  text-align: center;
  margin-right: 22px;
  padding: 0 21px 0 42px;
  background: url(../images/greenbutton-left.png) no-repeat;
  display: inline-block;
  height: 42px;
  float: left;
  font-size: 12px;
}
.quotebutton:hover {
  background-position: 100% -42px;
}
.quotebutton:hover span {
  background-position: 0 -42px;
}
a.quotebutton{
  color: #ffffff;
}
a.quotebutton:hover {
  color: #ffffff;
}


/* ----------------------- HOMEPAGE CONTENT -----------------------*/
.maincontent {
	padding: 20px 0 0 5px;
	width: 625px;
	float: left;
}
.maincontent-right {
  padding: 20px 0 0 0;
  width: 630px;
  float: right;
}
.maincontent-full {
  padding: 25px 0;
  width: 100%;
}
.mainbox {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.mainbox img { 
}
.mainbox h4,
.mainbox2 h4 {
  color: #333333;
  margin-bottom: 10px;
}
.mainbox h4 a,
.mainbox2 h4 a {
  color: #333333;
}
.mainbox p, 
.mainbox2 p {
  margin-bottom: 5px; 
}
.mainbox2 {
  float: left;
  width: 198px;
  margin-right: 18px;
  margin-bottom: 5px;
}
.mainbox2 img { 
}
.box-last {
  float: right;
  margin-right: 0;
}
.boximg {
  margin-top: 5px;
  background: url(../images/bgboximg.png) center no-repeat;
  width: 97px;
  height: 99px;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.boximg2 {
  margin-top: 5px;
  background: url(../images/bgboximg2.png) center no-repeat;
  width: 193px;
  height: 95px;
  margin-bottom: 5px;
}
.boximg-pad {
  padding: 6px;
}
.boximg-pad2 {
  padding: 8px 7px;
}
.spacer {
  clear: both;
  display: block;
  padding-bottom: 10px;
}


.zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(../images/play.png) 50% 50% no-repeat;  
}




/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */
#conctactleft {
  border-right: 1px dotted #eaeaea;
  width: 420px;
  float: left;
  padding-right: 25px;
}
#maincontactform {
  margin: 20px 0;
}
#maincontactform label {
  font-size: 12px;
  color: #5a5a5a;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 5px;
  color: #666666;
  width: 400px;
  height: 22px;
  border: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #666666;
  width: 400px;
  height: 150px;
  border: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
  font-size: 10px;
}
.loading {
  margin-top: 15px;
  background: url(../images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 10px;
  float: left;
  padding-bottom: 15px;
}

/* Contact Address */
#contactright {
  width: 430px;
  float: left;
  margin-left: 20px;
}
.contactinfo {
  margin-top: 20px;
}
.contactinfo li {
  clear: both;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}
#map {
  width: 424px;
  height: 246px;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}

/* ----------------------- FAQ PAGE -----------------------*/
.toggle_wrapper {
  margin-bottom: 30px; 
}
.toggle {
  margin-bottom: 5px;
}
.toggle_title {
	margin:0;
	line-height:18px;
	background: url(../images/help.png) right no-repeat;
	cursor:pointer;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;	
  color: #333333;
}
.toggle_active {
	background: url(../images/yes.png) right no-repeat;
}
.toggle_content {
	display:none;
  border: 1px dotted #eaeaea;
	background-color:#eeeeee;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;	
}

/* ----------------------- SIDEBAR -----------------------*/
#sidebar,
.sidebar {
	width:  231px;
	float: right;
	margin: 10px 0 0 30px;
	background:url(../images/sidebar-middle.png) repeat-y scroll left top transparent;
}

#sidebar-left,
.sidebar-left {
  width:  241px;
  float: left;  
  margin: 30px 20px 0 0;
}
.sidebar,
.sidebar-left {
  margin: 0 0 25px 0;
}
.sidebar p {
  margin-bottom: 5px;
}
.sidebartop {
  width:  231px;
  height: 20px;
  background:url(..images/sidebar-top.png) no-repeat scroll 40px top transparent;
 /* background: url(../images/sidebartop.png) top no-repeat;*/
}
.sidebarmain {
  width:  241px;
  /*background: url(../images/sidebarmain.png) center center repeat-y;*/
}
.sidebarbottom {
  width:  241px;
  height: 13px;
  /*background: url(../images/sidebarbottom.png) bottom no-repeat;*/
}
.sidebarcontent {
	padding: 5px 20px 5px 25px;
}
.sidebarcontent h4 {
  margin-bottom: 5px;
}
.sidebarheading {
  padding-bottom: 20px;
  background: url(../images/bgheading.png) bottom center no-repeat;
}
.nospace {
  margin-bottom: 0; 
}
/* Latest News Box */
ul.latestnews {
  margin: 0 0 10px 0;
  padding: 0;
}
ul.latestnews li {
  margin-bottom: 5px;
}
ul.latestnews li a {
  font-size: 12px;
  line-height: 16px;
}
ul.latestnews li p.posteddate {
  margin-top: 5px;
  border-top: 1px dotted #d5d5d5;
  font-size: 11px;
  color: #8a8a8a;
  margin-bottom: 0;
}
.button-more {
  background: url(../images/arrow_grey.png) left center no-repeat;
  padding-left: 22px;
  font-size: 11px;
}
img.arrow-icon {
  position: relative;
  top: 5px;
  right: 0;
  left: 10px;
}
/* Unorderlist Box */
ul.sidelist{
}
ul.sidelist li  {
   margin: 10px 0;
   padding-bottom: 10px;
   border-bottom: 1px solid #eaeaea;
   background: url(../images/arrow.png) 100% 0 no-repeat;
}
ul.sidelist li a {
   padding-right: 26px;
   font-size: 12px;
   display: block;
}
p.testiname {
  text-align: right;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}



/* ----------------------- FOOTER -----------------------*/

#footerwrap {
	margin: 0 auto;
	height: 190px;
	width: 966px;
	background: url(../images/bg-bottomwrapper.png) repeat-y;
}
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 20px;
	padding-top:30px
}
/* Footer Box */
.footerbox {
  float: left;
  margin-right: 20px;
  width: 210px;
}
.footerbox h4 {
  margin-bottom: 15px;
  color: #ffffff;
}
.footerbox a,
.footerbox li a {
  color: #ffffff; 
}
.footerbox a:hover {
  color: #dddddd; 
}
.footerbox ul {
  margin: 0;
  padding: 0; 
}
.footerbox ul li {
  margin: 8px 0;
  padding-bottom: 10px; 
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px dotted #cacaca;
}
.footerbox p {
  font-size: 11px;  
  line-height: 18px;
  margin-bottom: 5px;
  color: #ffffff;
}
.box-last {
  float: right;
  margin-right: 0;
}
/* Address List */
ul.addresslist {
  margin: 0;
  padding: 0;
}
ul.addresslist li {
  line-height: 18px;
  margin: 4px 0;
  padding-bottom: 4px;
}
.footerbox ul.social-links {
  margin: 10px 0;
  padding: 0;
  display: block;
}
.footerbox ul.social-links li {
  border: none;
  margin:0 5px 0 0;
  padding: 0;
  float: left;
}
.footerbox ul.social-links li a  {
  background: none; 
  margin: 0;
  padding: 0;
}
.bottom {
	padding: 5px;
	width: 890px;
	height: 31px;
	margin: 20px 0;
	display: block;
}
.footermenu {
  float: left;
  width: 400px;
  margin-left : 10px;
}
.footermenu ul {}
.footermenu ul li {
  display: inline;
  float: left;
  margin: 6px 6px 6px 10px;
}
.footermenu ul li a {
  color: #eaeaea;
  font-size: 11px; 
  padding-right: 15px;
  border-right: 1px dotted #cacaca;
}
.footermenu ul li a:hover {
  color: #ffffff; 
}
/* Copyright */
.copyright {
	width: 400px;
	display: block;
	text-align: right;
	float: right;
	margin-right: 15px;
}
.copyright p {
  margin: 5px 0;
  color: #eaeaea;
}
.copyright p a {
  color: #ffffff;
}
