/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/





body { background: #BCBDC1;  }

.custom #header #logo { display:none; }



.custom #header #tagline { display:none; }



.custom #header { border-bottom:none;

height:169px;

padding-top:0;

padding-bottom:0;

background: url(images/header.jpg) 0 0 no-repeat; }

.padding_left_15{ padding-left:15px; }
.margin_b_20p { margin-bottom: 20px; }
.bold { font-weight: bold; }

.menu { background: #ffffff; height:50px; }

/*

.menu li, .menu .tab-home, .menu .current { background: url(images/menu_bg.jpg) 0 0 no-repeat; width:119px; height:48px;}

.menu li:hover { background: url(images/menu_bg_hover.jpg) 0 0 no-repeat; width:119px; height:48px; }

*/

.menu li a { text-indent:-9999px; display:block; outline:none; }

.menu .tab-home  {

	background: url(images/home.jpg) 0 0 no-repeat; width:105px ; height:50px; margin-left:0;

}

.menu .tab-home a { width:101px; height:50px;  padding:0; }



.menu .tab-1  {

	background: url(images/terms.jpg) 0 0 no-repeat; width:140px ; height:50px;

}

.menu .tab-1 a {  width:135px; height:50px; display:block; padding:0; }



.menu .tab-2  {

	background: url(images/about.jpg) 0 0 no-repeat; width:100px ; height:50px;

}

.menu .tab-2 a { text-indent:-9999px; width:195px; height:50px; display:block; padding:0; }



.menu .tab-3  {

	background: url(images/testi.jpg) 0 0 no-repeat; width:126px ; height:50px;

}

.menu .tab-3 a { text-indent:-9999px; width:121px; height:50px; display:block; padding:0; }



.menu .tab-4  {

	background: url(images/expertise.jpg) 0 0 no-repeat; width:117px ; height:50px;

}

.menu .tab-4 a { text-indent:-9999px; width:113px; height:50px; display:block; padding:0; }



.menu .tab-5  {

	background: url(images/case.jpg) 0 0 no-repeat; width:133px ; height:50px;

}

.menu .tab-5 a { text-indent:-9999px; width:128px; height:50px; display:block; padding:0; }



.menu .tab-6  {

	background: url(images/fact.jpg) 0 0 no-repeat; width:117px ; height:50px;

}

.menu .tab-6 a { text-indent:-9999px; width:112px; height:50px; display:block; padding:0; }



.menu .tab-7  {

	background: url(images/contact.jpg) 0 0 no-repeat; width:114px ; height:50px;

	margin-right: 0;

}

.menu .tab-7 a { text-indent:-9999px; width:114px; height:50px; display:block; padding:0; }



.menu li { margin-right: 0px; }



.menu .current .tab {

	border-bottom:none;

	height: 49px;

	background:transparent;

}



.menu .current a, .menu li a {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background: transparent;

color:#ffffff;

font-weight: bold;

text-transform:capitalize;

font-family:Verdana, Arial, Helvetica, sans-serif;

text-align:center;

}

.menu .current a:hover, .menu li a:hover {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background: transparent;

color:#111111;

font-weight: bold;

text-transform:capitalize;

font-family:Verdana, Arial, Helvetica, sans-serif;

text-align:center;

}

.menu .current > a, .menu .current-cat > a {

cursor:text;

}



.menu a, .menu .current ul a {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:transparent;

color:#ffffff;

}

.menu, .menu a, .menu li ul {

border:none;

}

#featured_box  {

	width:700px;

	float:left;

	font-family:Helvetica, sans-serif;

	padding: 20px 0 0 10px;

}
#featured_box .featured_head {
	text-align: center;

}

#featured_box .featured_box  {

	width:700px;

	float:left;
	margin-top: 20px;
	margin-bottom:20px;

}

#featured_box .featured_box .boxes {

	height:285px;

	float:left;

	margin-right: 35px;

}
.width_199 { width: 199px; }
.width_173 { width: 173px; }
.width_212 { width: 212px; }

#featured_box .featured_box .boxes .sm_source {
	background: url(images/smartsource.jpg) 0 0 no-repeat;
	width:212px;
	height: 100px;
}
#featured_box .featured_box .boxes .sm_source a {
	width:212px;
	height:100px;
}

#featured_box .featured_box .boxes .sm_supply{
	background: url(images/smartsupply.jpg) 0 0 no-repeat;
	width:199px;
	height: 100px;
}
#featured_box .featured_box .boxes .sm_supply a {
	width:199px;
	height:100px;
}

#featured_box .featured_box .boxes .sm_solve {
	background: url(images/smartsolve.jpg) 0 0 no-repeat;
	width:173px;
	height: 100px;
}
#featured_box .featured_box .boxes .sm_solve a {
	width:173px;
	height:100px;
}

#featured_box .featured_box .boxes h3 a {
	display:block;

	text-indent:-9999px;

	outline:none;
}

#featured_box .featured_box .boxes p { 
	font-family: gill sans MT;
	margin-top:15px;
	font-size: 14px;
}
#featured_box .featured_box .boxes .source { padding-left:55px; }
#featured_box .featured_box .boxes .supply { padding-left:35px; }
#featured_box .featured_box .boxes .solve { padding-left: 12px; }

#featured_box .text { float:left; padding-top: 15px; }
#featured_box .text p { 
	padding: 0 45px 0 50px; 
	font-size:13px; 
	text-align:justify; 
	font-family: gill sans MT; 
	font-size: 15px;
}
.amp {
	color:red;
	font-size: 18px;
}

/*
	AWeber Form Styles
*/


#af-form-2101501774 body,
#af-form-2101501774 dl, #af-form-2101501774 dt, #af-form-2101501774 dd,
#af-form-2101501774 h1, #af-form-2101501774 h2, #af-form-2101501774 h3, #af-form-2101501774 h4, #af-form-2101501774 h5, #af-form-2101501774 h6,
#af-form-2101501774 pre, #af-form-2101501774 code, #af-form-2101501774 form,
#af-form-2101501774 fieldset, #af-form-2101501774 legend, #af-form-2101501774 textarea, #af-form-2101501774 blockquote,
#af-form-2101501774 th, #af-form-2101501774 td {float:none; color: inherit; margin:0px; padding:0px; position:static;}

#af-form-2101501774 ul,
#af-form-2101501774 ol {list-style-image:none; list-style-position:outside; list-style-type:disc; padding-left:40px;}

#af-form-2101501774 div {margin:0px;}

#af-form-2101501774 .bodyText p {margin:1em 0;}

#af-form-2101501774 table {border-collapse:collapse; border-spacing:0;}

#af-form-2101501774 fieldset,
#af-form-2101501774 img {border:0;}

#af-form-2101501774 button,
#af-form-2101501774 input,
#af-form-2101501774 submit,
#af-form-2101501774 textarea {float:none; margin:0px; position:static;}

#af-form-2101501774 select,
#af-form-2101501774 label,
#af-form-2101501774 optgroup,
#af-form-2101501774 option {float:none; margin:0px; padding:0px; position:static;}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
#af-form-2101501774 input,
#af-form-2101501774 button,
#af-form-2101501774 textarea,
#af-form-2101501774 select {*font-size:100%;}

 .af-clear {clear:both;}

.lastNameContainer {margin-top:10px;}

.af-body input.text {float:none;}

.af-element label {display:block; float:left;}

.stacked .af-element label {float:none; display:block;}

.af-form {margin:auto; text-align:left;}

.af-header,
.af-footer {margin-bottom:0px; margin-top:0px; padding:10px;}

.af-divider {display:block; height:12px; margin-bottom:6px;}

.af-divider-parent {padding-bottom:15px;}

.af-element,
.af-usaddress {padding: 6px 0;}

.af-element {padding-bottom:5px; padding-top:5px;}

.af-divider-parent {padding-top:0 !important;}

.af-body input.text,
.af-body textarea {padding:2px!important;}

.af-body .af-textWrap input.text, .af-body .af-textWrap textarea {width:100%;}


.af-body .af-textWrap {text-align:left;}

.af-element-checkbox label,
.af-element-checkbox input.checkbox,
.af-element-radio label,
.af-element-radio input.radio {display:inline !important; float:none !important;}

.choiceList-radio-inline .af-element-radio {float:left;}

.af-element-checkbox .choice {display:inline;}

.af-body input.submit,
.af-body input.image {float:none !important;}

.af-body input.image {border:none !important;}

#af-form .af-body input.submit, 
.af-body.af-standards input.submit {padding:4px 12px;}

.af-usaddress input {margin-bottom:5px;}

.af-element label {float:left; text-align:left;}

.af-form .af-element input.button {float:none !important;}

.af-element input.radio {width:inherit !important;}

.af-element-radio label {display:inline;}

.af-element-radio.inline {display:block !important; float:left; margin-left:0px; margin-right:7px;}

.af-element-radio.block {display:block;}

.lbl-right .af-element label{text-align:right;}

.af-quirksMode .af-element {padding-left: 0px!important; padding-right: 0px!important;}
#af-form-2101501774  .af-body a {color:#094C80; text-decoration:underline; font-style:normal; font-weight:normal; }

#af-form-2101501774  .af-body label.choice {color:inherit; text-decoration:none; font-style:normal; font-weight:normal; font-size:inherit; font-family:inherit; }

#af-form-2101501774  .buttonContainer input.submit {background-image:url("http://forms.aweber.com/images/auto/gradient/button/07c.png"); background-position:top left; background-repeat:repeat-x; background-color:#ffffff; border:1px solid #0057ac; color:#FFFFFF; text-decoration:none; font-style:normal; font-weight:normal; font-size:14px; font-family:Verdana, sans-serif; }

#af-form-2101501774  .buttonContainer {text-align:right; }

#af-form-2101501774  .af-body label.previewLabel {display:block; float:none; text-align:left; width:auto; color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:12px; font-family:Verdana, sans-serif; }

#af-form-2101501774  .af-body .af-textWrap, #af-form-2101501774  .af-body .af-dateWrap, #af-form-2101501774  .af-body .af-selectWrap, #af-form-2101501774  .af-body .af-checkWrap, #af-form-2101501774  .choiceList-radio-inline, #af-form-2101501774  .choiceList-radio-stacked {width:98%; display:block; float:none; }

#af-form-2101501774 .af-element-radio {margin-left:10px; }

#af-form-2101501774 .choiceList-radio-inline .af-element-radio {margin-right:0px; }

#af-form-2101501774  .af-body input.text, #af-form-2101501774  .af-body textarea {background-color:#FFFFFF; border-color:#919191; border-width:1px; border-style:solid; color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:12px; font-family:Verdana, sans-serif; }

#af-form-2101501774  .af-body input.text:focus, #af-form-2101501774  .af-body textarea:focus {background-color:#ffffff; border-color:#030303; border-width:1px; border-style:solid; }

#af-form-2101501774  .af-footer {padding-right:15px; padding-left:15px; background-color:#transparent; border-width:1px; border-style-bottom:none; border-style-left:none; border-style-right:none; border-style-top:none; color:#000000; font-size:12px; font-family:Verdana, sans-serif; }

#af-form-2101501774  .af-header {padding-bottom:105px; padding-top:0px; padding-right:10px; padding-left:10px; background-image: url(images/optinbox.jpg); background-position:top left; background-repeat:repeat-x; background-color:#ffffff; border-width:1px; border-style-top:none; border-style-left:none; border-style-right:none; border-style-bottom:none; color:#ed2719; font-size:16px; font-family:Verdana, sans-serif; text-align:center; }

#af-form-2101501774  .af-body {padding-bottom:15px; padding-top:15px; background-repeat:no-repeat; background-position:inherit; background-image:none; color:#000000; font-size:11px; font-family:Verdana, sans-serif; }

#af-form-2101501774  .af-body .privacyPolicy {color:#000000; font-size:11px; font-family:Verdana, sans-serif; }

#af-form-2101501774   {background-color:#FFFFFF; border-color:#CFCFCF; border-width:1px; border-style:solid; }

#af-form-2101501774 .af-standards .af-element {padding-right:15px; padding-left:15px; }

#af-form-2101501774 .af-standards .af-divider {margin-right:15px; margin-left:15px; }

#af-form-2101501774 .af-quirksMode {padding-right:15px; padding-left:15px; }

#af-form-2101501774 {width:225px; }

#af-form-2101501774 .af-quirksMode {width:225px;}

#af-form-2101501774.af-quirksMode { overflow-x:hidden; }

#af-form-2101501774 .af-quirksMode .bodyText {padding-top: 2px; padding-bottom: 2px; color:#ed2719; text-align:center;}
#af-form-2101501774 {overflow:auto;}

.feed {
   padding-left: 50px;
   margin-top: 10px;
   margin-bottom:40px;
}
.feed .title {
   font-weight:bold;
   font-size: 18px;
margin: 0 0 20px 0;
}