/* CSS Document */

/* Basic HTML Elements
-------------------------------------------------------------------------------------  Basic HTML Elements */
h1 { 
	margin-top:100px;
}
h1.reducedmargin { 
	margin-top:75px;
}

#index h1 {
	margin-top:0;
	padding-top:0;
}

h1.samples {
	float:none;
	margin-top:0;
}

/* Layout
--------------------------------------------------------------------------------------------------  Layout */
/* Header
--------------------------------------------------------------------------------------------------  Header */
/* Main Navigation
-----------------------------------------------------------------------------------------  Main Navigation */
#nav {
	margin-top:50px;
}
#index #nav {
	display:none;
}

/*#nav a, #subnav a {border-bottom-color:#098EFF;}
#nav .current a, #subnav .current a {border-color:#098EFF;}
#nav .current a span, #subnav .current a span {color:#098EFF;}*/

/* Sub Navigation
------------------------------------------------------------------------------------------  Sub Navigation */
/* Side Navigation
-----------------------------------------------------------------------------------------  Side Navigation */
/* Index Pages
---------------------------------------------------------------------------------------------- Index Pages */
/* Features
------------------------------------------------------------------------------------------------- Features */
#feature {
	margin-top:0;
	padding-top:0;
}

/* Boxes
---------------------------------------------------------------------------------------------------  Boxes */
/* Images
--------------------------------------------------------------------------------------------------  Images */
/* Lists
---------------------------------------------------------------------------------------------------  Lists */
/* Pull Content
--------------------------------------------------------------------------------------------  Pull Content */
/* Footer
--------------------------------------------------------------------------------------------------  Footer */
/* Footnotes
-----------------------------------------------------------------------------------------------  Footnotes */
/* Tables
--------------------------------------------------------------------------------------------------  Tables */
/* Forms
---------------------------------------------------------------------------------------------------  Forms */
/* Mobile
--------------------------------------------------------------------------------------------------  Mobile */
/* Misc
----------------------------------------------------------------------------------------------------  Misc */
/* Alignment
-----------------------------------------------------------------------------------------------  Alignment */
/* Skins  
---------------------------------------------------------------------------------------------------  Skins */
#samples .citranatal .box, 
#samples .ferralet .box, 
#samples .tindamax .box {
	height:auto; 
	min-height:0;
	padding-bottom:0;
}