/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Serif', serif;

font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Sans Mono', sans-serif;
font-family: 'Droid Serif', serif;

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

*/


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}
	
blockquote, q { quotes: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul, li	{ list-style: none; }

img			{ max-width:100%; }


/* Global */

html 	{	}
body		{ -webkit-font-smoothing: antialiased; 
			-webkit-text-size-adjust: 100%;
			background-image:url(../images/bg/Devil-D3_34831-for-web2.jpg);
			background-repeat:no-repeat;
			background-attachment:fixed;  }



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000;
					font-family:'Roboto', Arial, Helvetica, sans-serif; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; color:#D30E12}
h5 { font-size:14px; }
h6 { font-size:14px; }
h7 { font-size:18px; }


h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p, li, a		{ font-family:'Roboto', Arial, Helvetica, sans-serif; }

p           	{ color:#000; font-size:12px; line-height:150%;  }
p .left		{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link		{ color:#F5F2A5;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus		{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		     { font-style: italic; }

/* Images */



/* Lists */

ul li		{ color:#000; font-size:12px; }
ol li	     { color:#000; font-size:12px; }

li			{ 	}

ul.square 	{ list-style: square outside; }
ul.circle 	{ list-style: circle outside; }
ul.disc 		{ list-style: disc outside; }

ul 			{ list-style: none outside; }
ol 			{ list-style: decimal; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr			{	}
.odd			{ background-color:#eee; }
.even		{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody		{    }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym  { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#wrapper 			{ margin:0 auto; width:960px;    }

#top	 			{ margin:0 auto; width:960px;     }

#name			{ float:left;	}
#name h1			{
	color:#fff;
	font-size:70px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:50px;
	font-stretch: normal;
}
#logo			{ 	}
#tagline			{ float:right;width:400px;	}

#tagline h3		
					{
					color: #fff;
					font-size: 18px;
					font-weight: 300;
					font-family: 'Roboto', Arial, Helvetica, sans-serif;
					margin-right: 50px;
					padding-bottom: 10px;
					line-height: 25px;
					top: auto;
}





#tagline2			{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid;
	float: right;
	width: 206px;
	margin-top: 2px;
	background-color: #000000;
	padding: 20px;
	border-color: #E4E3E3;
	opacity: .90;
	margin-right: 20px;
	box-shadow: 2px 2px #E9E7E8;
}

#tagline2 h2
{
	color:#FFFFFF;
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
	text-align: center;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
					 }

#tagline2 h4 
					{
	color:#FFFFFF;
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
					 }



#tagline3

			{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	width: 110px;
	margin-top: 20px;
	background-color: #171717;
	border: 1px solid;
	border-color: #E4E3E3;
	padding: 12px;
	opacity: .90;
	margin-left: 20px;
	box-shadow: 2px 2px #E9E7E8;
}


#tagline3 h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu 					Sans Condensed, Helvetica, Arial, sans-serif;
	text-align: center;
			 }

.tagline3 h4 {  }



					
#tagline4

				{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:center;
	width:400px;
	margin-top: -5px;
	clear:;
	background-color: #171717;
	border: 1px solid;
	border-color: #E4E3E3;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	opacity: .7;
	margin: 0 auto;
	
	box-shadow: 2px 2px #E9E7E8;
			}


#tagline4 h2
{
	color:#FFFFFF;
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
	text-align: center;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;			 
			 
}
			 	
#tagline5 
			{
	width: 60px;
	height: 100px;
	float: right;
	clear: right;
	margin-right: 20px;
	margin-top: 15px;
			}					
.tagline5	{
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#tagline6
			{
	width: 450px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #171717;
	border: 1px solid;
	border-color: #E4E3E3;
	padding: 12px;
	opacity: .90;
	
	box-shadow: 2px 2px #E9E7E8;
	 }

#tagline6 h1
			{color:#FFFFFF;
			text-align:center; }

.tagline6
			{ color: #fff;
	font-size: 18px;
	font-weight: 230;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu 					Sans Condensed, Helvetica, Arial, sans-serif;
	text-align: center;
			 }

#tagline7

			{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	width: 200px;
	margin-top: 1px;
	background-color:#000000;
	border: 1px solid;
	border-color: #E4E3E3;
	padding: 10px;
	opacity: .90;
	margin-left: 20px;
	box-shadow: 2px 2px #E9E7E8;
}


#tagline7 h4 {
	color:#F7EFEF;
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu 					Sans Condensed, Helvetica, Arial, sans-serif;
	text-align: center;
			 }
#tagline7 h2
{
	color:#FFFFFF;
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
	text-align: center;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
					 }

.tagline7
			{ color:#FDF6F6;
	font-size: 18px;
	font-weight: 230;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu 					Sans Condensed, Helvetica, Arial, sans-serif;
	text-align: center;
			 }


#tagline8
{
	width: 250px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	background-color:;
	
	
	
	
	 }
.tagline8
			{ color:#F7F503;
	font-size: 30px;
	font-weight: 200;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu 					Sans Condensed, Helvetica, Arial, sans-serif;
	text-align: left;
			 }

#tagline9

			{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	clear:both;
	width: 200px;
	margin-top: 5px;
	background-color:;
	border: ;
	border-color: ;
	padding: 1px;
	
	margin-left: 15px;
	box-shadow: ;
}
			 
			 
			 
#timetable1 {width:400px;
			height:400px;
			padding:20px;
			float:none;
			clear: ;
			margin-left:auto;
			margin-right:auto;
			margin-top: 70px;
			background-color:#D7A8A9;
			-webkit-border-radius: 15px;
				-moz-border-radius: 15px;
					border-radius: 15px;}


#timetable1 h4 
					{
	color: #000000;
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
	font-family: 'Roboto',Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
					 }





#slogan			{ 	}

#banner 			{ margin:0 auto; width:960px;     }

#subbanner 		{ margin:0 auto; width:960px;     }

#social-media		{
	
}

#social-media ul 	{	}
#social-media ul li	{ clear:both; 	}
#social-media img	{ 	}

#topnav 			{    }

#topnav h1		{ font-size:36px; padding:0 0 18px 0;	}
#topnav h2		{ font-size:26px; padding:15px 0 5px 0; text-transform:uppercase;	}
#topnav h3		{ font-size:22px; padding:15px 0 5px 0;	}
#topnav h4		{ font-size:18px; padding:10px 0 5px 0;	}
#topnav h5		{ font-size:16px; padding:10px 0 5px 0;	}
#topnav h6		{ font-size:14px; padding:10px 0 5px 0;	}

#topnav p			{ font-size:14px; padding:10px 0 5px 0;	}
.topnav-img		{
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	border: 0;
}

#topnav a:link		{ color:#fff;	}
#topnav a:visited	{ color:#fff;	}
#topnav a:active	{ color:#fff;	}
#topnav a:hover	{ color:#BCDCF5;	}
#topnav a:focus	{ color:#BCDCF5;	}

#content-wrapper 	{ margin:0 auto; width:960px;     }

#leftnav 			{    }
#leftnav h2		{ 	}
#leftnav h3		{ 	}
#leftnav p		{ 	}
#leftnav img		{ 	}
#leftnav li		{ 	}
#leftnav a		{	}

#leftnav a:link		{ color:#000;	}
#leftnav a:visited		{ color:#000;	}
#leftnav a:active		{ color:#000;	}
#leftnav a:hover		{ color:#000;	}
#leftnav a:focus		{ color:#000;	}

#leftside 		{    }
#leftside h2		{ 	}
#leftside h3		{ 	}
#leftside p		{ 	}
#leftside img		{ 	}
#leftside li		{ 	}
#leftside a		{	}

#rightside 		{    }
#rightside h2		{ 	}
#rightside h3		{ 	}
#rightside p		{ 	}
#rightside img		{ 	}
#rightside li		{ 	}
#rightside a		{	}

#rightside a:link		{ color:#000;	}
#rightside a:visited	{ color:#000;	}
#rightside a:active		{ color:#000;	}
#rightside a:hover		{ color:#000;	}
#rightside a:focus		{ color:#000;	}

#content 			{    }
#content h1		{ 	}
#content h2		{ 	}
#content h3		{ 	}
#content p		{ 	}
#content img		{ 	}
#content li		{ 	}
#content a		{	}

#content a:link		{ color:#000;	}
#content a:visited		{ color:#000;	}
#content a:active		{ color:#000;	}
#content a:hover		{ color:#000;	}
#content a:focus		{ color:#000;	}

#about			{ 	}
#about-left		{ width:420px; float:left; margin-right:50px; 	}
#about-right		{ width:420px; float:left; 	}

#sample			{ 	}
#sample h2		{ color:#000; padding:10px 0 20px 0; }
#sample h3		{ color:#000; padding:10px 0 10px 0; }

#sample p		{ color:#fff; font-size:18px; }

.sample-list {
	width:230px; height:100%;
	position:relative;
	}

.sample-list li {
	float:none !important;
	font-size:14px; line-height:1;
	display:block; width:100%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	}

.sample-list li a {
	height:22px; width:100%; display:block;
	text-align:left;
	padding:5px 10px;
	}

.sample-list li a img {
	float:left;
	width:16px; height:16px; display:inline-block;
	padding:0 10px 0 0; margin:0px;
	}

#services-left		{ float:left; width:280px; margin-right:30px;

 }
#button-3 {
	width:250px;
	height:60px;
	align-content:center;
	}
.img3 {	width:100%;
		height:auto;
		

}

#services-center	{ float:left; width:280px; margin-right:30px; }
#services-right	{ float:left; width:280px;  }

#location			{ 	}
#location h2		{ color:0000; }
#location h3		{ color:0000; }
#location h4		{ color:0000; }
#location h5		{ color:0000; }

#location p		{ color:0000; }
#location-left		{ float:left; width:300px; margin-right:10px;	}
#location-right	{ float:right; width:550px;	}




/* Enquiries area */
#events h2		{ color:0000; }
#events h3		{ color:0000; }
#events p			{ color:0000; }

#events-left		{ float:left; width:300px; margin-right:30px; }
#events-center		{ float:left; width:280px; margin-right:30px; }
#events-right		{ float:right; width:280px;  }

#gallery			{	}

#portfolio-left	{ float:left; width:280px; margin-right:30px; }
#portfolio-center	{ float:left; width:280px; margin-right:30px; }
#portfolio-right	{ float:left; width:280px;  }

#team			{	}
#team h2			{ color:#fff; }
#team p			{ color:#fff; }

#faq				{	}

#events			{ 	}

#product-page		{ background-color:#000; width:100%; opacity:.9;
					margin:80px 0; padding:30px; overflow:auto;
					 	}
.product			{ width:230px; float:left; margin-right:30px; }
#product-page h2	{ color:#fff; font-size:60px; font-weight:200;
					text-transform:uppercase; }
#product-page h3	{ color:#fff; font-size:20px; padding:0 0 10px 0; }
#product-page p	{ color:#fff; }
#product-page img	{ border:10px #DFCAA2 solid; 
					margin:20px 40px 20px 0;  }

#bottom-banner		{ margin:0 auto; width:960px;  	}

#footer 			{
	margin: 0 auto;
	width: 100%;
	height: 100px;











padding top:20px 0;
	background-color: #000;
	opacity: .8;
	position: absolute;
	bottom: 0px;
	left: -1px;
}
#footer p			{ 	}

#footer a:link			{ color:#fff;	}
#footer a:visited		{ color:#fff;	}
#footer a:active		{ color:#fff;	}
#footer a:hover		{ color:#CEF;	}
#footer a:focus		{ color:#CEF;	}


#box1 {  }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }

#box7 {   }

#box8 {   }

#box9 {   }


/* Background colors */
/* Change hex of default here */

.crimson-bg 	{ background-color:#600; opacity:.92; }
.mustard-bg	{ background-color:#FC0; opacity:.92; }
.orange-bg	{ background-color:#D96C00; opacity:.92; }
.green-bg		{ background-color:#00A400; opacity:.92; }
.blue-bg		{ background-color:#22B7FF; opacity:.92; }
.violet-bg	{ background-color:#033; opacity:.75; }
.white-bg		{ background-color:#fff; opacity:.92; }
.black-bg		{ background-color:#000; opacity:.85; }
.beige-bg		{ background-color:#E7DCC7; opacity:.92; }
.tan-bg		{ background-color:#D69C8E; opacity:.92; }
.mauve-bg		{ background-color:#66C; opacity:.80; }
.smoke-bg		{ background-color:#8C8787; opacity:.92; }


/* Hide Print Headings */

#print-header		{ display:none; 	}
#print-header h1	{ display:none;	}
#print-header h2	{ display:none;	}
#print-header h3	{ display:none;	}
#print-header p	{ display:none;	}

#print-footer 		{ display:none;	}
#print-footer h4	{ display:none;	}


/* Hide Skip Links For Visually Impaired Screen Reader Users */

#skip 	{ display:none; }


/* Layout Extra */

.social-media-icons
{margin:5px;}

/* Navigation Extra */

.tnav {
	position: relative;
	width: 750px;
	margin: 0px auto;
	height: 120px;
}

/* NAVIGATION BAR */
.tnav-lvl1-menu-tbar, .tnav-lvl1-menu {
	margin:0px auto;
	position:relative;
	list-style-type: none;
}
.tnav-lvl1-menu-tbar { height:100px; }
.tnav-lvl1-menu { height:40px; }
.tnav-lvl1-menu-body { width:100%; height:100%; }


.tnav-style-1 {
	float:left;
	cursor:pointer;
	z-index:9999;
	vertical-align:middle;
	line-height:150px;
	
}
.tnav-style-1 a {
	display:block;	
	color:#fff;
	width:100px;
	height:86px;
	text-align:center;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	padding-top:14px;
}
.tnav-style-1 a img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0px auto 8px auto;
}
.tnav-style-1 a span {
	font-size:16px;
	display:block;
	line-height:1;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.tnav-style-2 {
	float:left;
	cursor:pointer;
	z-index:9999;
	line-height:100px;
	height:100px;
}
.tnav-style-2 a {
	width:200px;
	line-height:48px;
	height:48px;
	text-align:center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	display:block;
	color:#fff;
	padding-top:26px;
	padding-bottom:26px;
}
.tnav-style-2 img {
	width:48px;
	vertical-align:middle;
}
.tnav-style-2 a span {
	font-size:16px;
	line-height:1;
	padding:0px 10px;
}

.tnav-style-normal {
	float:left;
	cursor:pointer;
	z-index:9999;
	line-height:40px;
	height:40px;
}
.tnav-style-normal a {
	display:inline-block;
	padding:8px 10px;
	line-height:24px;
	height:24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.tnav-style-normal img {
	width:24px;
	vertical-align:top;
}
.tnav-style-normal span {
	font-size:16px;
	line-height:1;
	padding:0px 5px;
}

.darkstyle {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);/* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";/* For IE 8 */
	background: rgba(0,0,0,0.2); /* Modern Browser */
	color:#fafafa;
	height:100%;
}
.darkstyle a {
	color:#fafafa;	
}

.lightstyle {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);/* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF)";/* For IE 8 */
	background: rgba(255,255,255,0.2); /* Modern Browser */
	color:#000;
	height:100%;
}
.lightstyle a {
	color:#1E1E1E;	
}
.tnav-style-1 .tnav-play,
.tnav-style-2 .tnav-play,
.tnav-style-normal .tnav-play,
.tnav-style-1 .tnav-play-bottom,
.tnav-style-2 .tnav-play-bottom,
.tnav-style-normal .tnav-play-bottom {
	width:960px;
	position:absolute;
	display:none;
	cursor:default;
	z-index:9998;
	left:0;
	background:url(../images/nav/bg/blank.gif) repeat;
}
.tnav-style-1 .tnav-play-2, .tnav-style-1 .tnav-play-3,
.tnav-style-2 .tnav-play-2, .tnav-style-2 .tnav-play-3,
.tnav-style-normal .tnav-play-2, .tnav-style-normal .tnav-play-3,
.tnav-style-1 .tnav-play-2-bottom, .tnav-style-1 .tnav-play-3-bottom,
.tnav-style-2 .tnav-play-2-bottom, .tnav-style-2 .tnav-play-3-bottom,
.tnav-style-normal .tnav-play-2-bottom, .tnav-style-normal .tnav-play-3-bottom {
	position:absolute;
	display:none;
	cursor:default;
	z-index:9998;
	float:left;
	vertical-align:auto;
	line-height:normal;
	background:url(../images/nav/bg/blank.gif) repeat;
}


.tnav-style-1 .tnav-play, .tnav-style-1 .tnav-play-2, .tnav-style-1 .tnav-play-3,
.tnav-style-2 .tnav-play, .tnav-style-2 .tnav-play-2, .tnav-style-2 .tnav-play-3 {
	top:100px;
}
.tnav-style-normal .tnav-play, .tnav-style-normal .tnav-play-2, .tnav-style-normal .tnav-play-3 {
	top:40px;
}



.tnav-style-1 .tnav-play-bottom, .tnav-style-1 .tnav-play-2-bottom, .tnav-style-1 .tnav-play-3-bottom,
.tnav-style-2 .tnav-play-bottom, .tnav-style-2 .tnav-play-2-bottom, .tnav-style-2 .tnav-play-3-bottom {
	bottom:100px;
}
.tnav-style-normal .tnav-play-bottom, .tnav-style-normal .tnav-play-2-bottom, .tnav-style-normal .tnav-play-3-bottom {
	bottom:40px;
}

.tnav-lvl1-menu li:hover .tnav-play, .tnav-lvl1-menu li:hover .tnav-play-2, .tnav-lvl1-menu li:hover .tnav-play-3,
.tnav-lvl1-menu-tbar li:hover .tnav-play, .tnav-lvl1-menu-tbar li:hover .tnav-play-2, .tnav-lvl1-menu-tbar li:hover .tnav-play-3,
.tnav-lvl1-menu li:hover .tnav-play-bottom, .tnav-lvl1-menu li:hover .tnav-play-2-bottom, .tnav-lvl1-menu li:hover .tnav-play-3-bottom,
.tnav-lvl1-menu-tbar li:hover .tnav-play-bottom, .tnav-lvl1-menu-tbar li:hover .tnav-play-2-bottom, .tnav-lvl1-menu-tbar li:hover .tnav-play-3-bottom {
	display:block;
}


.tnav-play-2, .tnav-play-2-bottom { width:490px; }
.tnav-play-3, .tnav-play-3-bottom { width:255px; }

.tnav-style-1 .tnav-menu-right,
.tnav-style-2 .tnav-menu-right,
.tnav-style-normal .tnav-menu-right {
	float:right;
	right:0px;
}



.tnav-style-1 .tnav-play-click,
.tnav-style-2 .tnav-play-click,
.tnav-style-normal .tnav-play-click,
.tnav-style-1 .tnav-play-bottom-click,
.tnav-style-2 .tnav-play-bottom-click,
.tnav-style-normal .tnav-play-bottom-click {
	width:960px;
	position:absolute;
	display:none;
	cursor:default;
	z-index:9998;
	left:0;
	background:url(../images/nav/bg/blank.gif) repeat;
}
.tnav-style-1 .tnav-play-2-click, .tnav-style-1 .tnav-play-3-click,
.tnav-style-2 .tnav-play-2-click, .tnav-style-2 .tnav-play-3-click,
.tnav-style-normal .tnav-play-2-click, .tnav-style-normal .tnav-play-3-click,
.tnav-style-1 .tnav-play-2-bottom-click, .tnav-style-1 .tnav-play-3-bottom-click,
.tnav-style-2 .tnav-play-2-bottom-click, .tnav-style-2 .tnav-play-3-bottom-click,
.tnav-style-normal .tnav-play-2-bottom-click, .tnav-style-normal .tnav-play-3-bottom-click {
	position:absolute;
	display:none;
	cursor:default;
	z-index:9998;
	float:left;
	vertical-align:auto;
	line-height:normal;
	background:url(../images/nav/bg/blank.gif) repeat;
}



.tnav-style-1 .tnav-play-click, .tnav-style-1 .tnav-play-2-click, .tnav-style-1 .tnav-play-3-click,
.tnav-style-2 .tnav-play-click, .tnav-style-2 .tnav-play-2-click, .tnav-style-2 .tnav-play-3-click{
	top:100px;
}
.tnav-style-normal .tnav-play-click, .tnav-style-normal .tnav-play-2-click, .tnav-style-normal .tnav-play-3-click {
	top:40px;
}



.tnav-style-1 .tnav-play-bottom-click, .tnav-style-1 .tnav-play-2-bottom-click, .tnav-style-1 .tnav-play-3-bottom-click,
.tnav-style-2 .tnav-play-bottom-click, .tnav-style-2 .tnav-play-2-bottom-click, .tnav-style-2 .tnav-play-3-bottom-click {
	bottom:100px;
}
.tnav-style-normal .tnav-play-bottom-click, .tnav-style-normal .tnav-play-2-bottom-click, .tnav-style-normal .tnav-play-3-bottom-click {
	bottom:40px;
}



.tnav-play-2-click, .tnav-play-2-bottom-click { width:490px; }
.tnav-play-3-click, .tnav-play-3-bottom-click { width:255px; }

#menu1:target,
#menu2:target,
#menu3:target,
#menu4:target,
#menu5:target,
#menu6:target,
#menu7:target,
#menu8:target
{
	display:block;
}



.tnav-lvl1-menu li:hover > a,
.tnav-lvl1-menu-tbar li:hover > a {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);/* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";/* For IE 8 */
	/* background: rgba(0,0,0,0.4); Modern Browser */
}

.tnav-lvl1-menu li:active > a,
.tnav-lvl1-menu-tbar li:active > a {
	background:#111 !important;
}

.tnav-showbox {
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
}


.tnav-orderlist {
	width:auto !important;
	padding:0px;
	margin:0px;
}
.tnav-orderlist li {
	line-height:22px;
	font-size:14px;
	padding:0px;
	margin-left:40px;
}
.tnav-orderlist li a {
	display:inline;
	padding:0px;
	margin:0px;
}
.tnav-orderlist li span {
	padding:0px;
	margin:0px;
}

.tnav-showbox .title1 {	font-size:36px; }
.tnav-showbox .title2 {	font-size:30px; }
.tnav-showbox .title3 {	font-size:26px; }
.tnav-showbox .title4 {	font-size:22px; }
.tnav-showbox .title5 {	font-size:18px; }
.tnav-showbox .title6 {	font-size:14px; }
.tnav-showbox .title1, .tnav-showbox .title2, .tnav-showbox .title3, .tnav-showbox .title4, .tnav-showbox .title5, .tnav-showbox .title6 {
	line-height:1;
	margin:20px 0px;
	display:block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:400;
}

.tnav-showbox .tnav-longtextfield, .tnav-showbox .tnav-shorttextfield, .tnav-showbox .tnav-textarea{
	color:#555;
	font-size:14px;
	line-height:1.2;
	padding:5px;
	border:0px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background:#eee;
}
.tnav-longtextfield:hover, .tnav-shorttextfield:hover, .tnav-textarea:hover {
	background:#fff;
}
.tnav-showbox .tnav-longtextfield {
	width:440px;
}
.tnav-showbox .tnav-shorttextfield {
	width: 210px;
}
.tnav-showbox .tnav-textarea {
	height:250px;
	width:440px;
}
.tnav-showbox .tnav-button {
	border:0px;
	color:#fff;
	background:url(../images/nav/arrow-right-32.png) no-repeat center center;
	width:32px;
	height:32px;
}
.tnav-button:active {
	opacity:0.5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	 filter: alpha(opacity=50) !important; /* For IE8 and earlier */	
}
.tnav-showbox p {
	font-size:14px;
	line-height:22px;
	word-spacing:normal;
	padding:0 5px;

}
.tnav-showbox p a {
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
.tnav-showbox p a:hover {
	text-decoration:none;
	
}
.tnav-showbox img {
	width: auto;
	position: relative;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
}
.tnav-showbox a {
	font-size:14px;
	line-height:22px;
	display:inline;
	background:none;
}
table, tr, td {
	border:0px;
	line-height:1;
}

.col-1 { width:685px; }
.col-2 { width:450px; }
.col-3 { width:293px; }
.col-4 { width:215px; }
.col-1, .col-2, .col-3, .col-4 {
	float:left;
	margin-right:20px;
	overflow:hidden;
	line-height:1;
}
.last-col {
	margin-right:0px !important;	
}

.tnav-bg1 { /*  
	background:#003564;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564)";/* For IE 8*/
	background: rgba(109,0,217,0.9);/* Modern browser */
}
.tnav-bg2 { /*  
	background:#F5F5F5;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5)";/* For IE 8*/
	background: rgba(255,128,0,0.9);/* Modern browser */
}
.tnav-bg3 { /*  
	background:#CDCD00;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00)";/* For IE 8*/
	background: rgba(205,250,0,0.9);/* Modern browser */
}
.tnav-bg4 { /*  
	background:#111;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";/* For IE 8*/
	background: rgba(0,0,0,0.9);/* Modern browser */
}
.tnav-bg5 { /*  
	background:#FF0000;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000)";/* For IE 8*/
	background: rgba(255,255,255,0.9);/* Modern browser */
}
.tnav-bg6 { /*  
	background:#D02090;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090)";/* For IE 8*/
	background: rgba(208,32,144,0.9);/* Modern browser */
}
.tnav-bg7 { /*  
	background:#67B209;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239)";/* For IE 8*/
	background: rgba(103,178,57,0.9);/* Modern browser */
}
.tnav-bg8 { /*  
	background:#FFFF00;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00)";/* For IE 8*/
	background: rgba(255,255,0,0.9);/* Modern browser */
}
.tnav-bg9 { /*  
	background:#FB8F02;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02)";/* For IE 8*/
	background: rgba(251,143,2,0.9);/* Modern browser */
}
.tnav-bg10 { /*  
	background:#CD5B45;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45)";/* For IE 8*/
	background: rgba(205,91,69,0.9);/* Modern browser */
}
.tnav-bg11 { /* 
	background:#EED8AE;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE)";/* For IE 8*/
	background: rgba(238,216,174,0.9);/* Modern browser */
}
.tnav-bg12 { /* 
	background:#8B0000;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000)";/* For IE 8*/
	background: rgba(139,0,0,0.9);/* Modern browser */
}
.tnav-bg1, .tnav-bg2, .tnav-bg3, .tnav-bg4, .tnav-bg5, .tnav-bg6, .tnav-bg7, .tnav-bg8, .tnav-bg9, .tnav-bg10, .tnav-bg11, .tnav-bg12 {
	overflow:hidden;
	height:100%;
}


.mt-blue { background:#00BBE2; }
.mt-darkblue { background:#044E94; }
.mt-purple { background:#A54AFF; }
.mt-red { background:#E51400;}
.mt-violetred { background:#D02090; }
.mt-orange { background:#FB8F02; }
.mt-coral { background:#CD5B45; }
.mt-green { background:#67B239; }
.mt-olive { background:#999900}
.mt-grass { background:#CDCD00; }
.mt-darkred { background:#900; }
.mt-gold { background:#FEE9AE; }
.mt-black { background:#40C1FF; }


.mt-wood-img { background:#FB8F02 url(../images/nav/bg/wood_pattern.jpg) repeat; }
.mt-purtywood-img { background:#FB8F02 url(../images/nav/bg/purty_wood.jpg) repeat; }
.mt-woodtexture-img { background:#FB8F02 url(../images/nav/bg/wood_texture.jpg) repeat; }
.mt-darkwood-img { background:#CDAC47; }


.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.image-ribbon {
	height:80px;
	width:100%;
	padding:0px;
	margin:20px 0px;
}
.image-items {
	float:left;
	padding:10px 0px 10px 10px;
	height:60px;
	width:100px;
}
.contact-info {
	line-height:22px; font-size:14px;
}
.inputfield {
	margin-bottom:10px; line-height:1;
}
.title-image {
	width:293px; height:165px; margin-bottom:10px;
}
.title-image-2 {
	width:64px; margin-right:9px;
}
.vertical-content {
	width:220px; text-align:justify;
}
.list-circle {
	list-style-type:circle;
	margin:10px 10px 10px 30px;
}
.list-upper-alpha {
	list-style-type:upper-alpha;	
}
.list-upper-roman {
	list-style-type:upper-roman;
}
.list-lower-alpha {
	list-style-type:lower-alpha;
}
img {
	border: 0px;
	margin-top: 0px;
}
.hqimg-64 {
	width:64px;
	height:64px;
}
a { text-decoration:none; }
.tnav-hide { display:none; }
.tnav-left { float:left; }
.tnav-right { float:right; }
.tnav-align-justify {
	text-align:justify;
	padding:5px;
}
.tnav-align-center {
	text-align:center;	
}

.tnav-align-top {
	vertical-align: top !important;
}
.vs-10 { margin:10px auto; }
.hs-10 { margin:0px 10px; }
.clearmargin { margin:0px; }
.clearspace { clear:both; }


.close-bt {
	cursor:pointer;
	z-index:9999;
	line-height:64px;
	height:64px;
	text-align:center;
	margin-top:20px;
}
.close-bt a {
	width:100%;
	height:48px;
	text-align:center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
.close-bt a img {
	display:inline !important;
	width:48px;
	line-height:1;
	vertical-align:top;
}
.close-bt span {
	color:#fff;
	display:inline !important;
	font-size:36px !important;
	margin:0px !important;
	padding:0px 10px !important;
	position:relative;
	top:5px;
}

/* Forms */

#form1	 				{ margin:0; padding:0; 	}
ol li					{ display:block; padding:10px 0px 5px 0px; }

form ol 					{ list-style-type:none; }

label 					{ display: block; margin:5px 0 5px 0; 
							font-family:Arial, Helvetica, sans-serif; font-size:14px;
							text-transform:uppercase; color:#fff; font-weight:300;  } 
								
input, textarea, select 		{ display: block; width:300px; color:#000;
							padding:4px; border:1px #aaa solid; }

input					{ border:1px #aaa solid;	}
input:focus 				{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}
input:active 				{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}

textarea					{ height:120px;	}
textarea:focus 			{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}
textarea:active 			{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}

select					{	}
select:focus				{	}

legend					{ 	}
fieldset					{ 	}

.submit					{ padding:5px 20px; width:140px; margin-bottom:20px; }

/* Search Box */

#search-box			{ width: 200px; height: 28px; margin: 0; display: block; 
						float:right; }

#search-form 			{ width: 200px; height: 28px; margin: 0; 
						position: relative; }

#search-input 			{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
						position: relative; 
						margin: 0; padding: 5px 35px 5px 5px; 
						width: 158px; outline:none; 
						color: #999; background: #eee; 
						border: 1px solid #d2d2d2; 
						border-bottom: 1px solid #d8d8d8; 
						border-radius: 3px; 
						-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); 
						-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); 
						-o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 0px 6px rgba(0,0,0,0.07); }

#search-input:focus 	{ background: #fcfcfc; color: #666; 
						border: 1px solid #d2d2d2; 
						border-bottom: 1px solid #d8d8d8; }

#search-button 		{ position: absolute; 
						left: 172px; top: 0px; 
						width: 28px; height: 28px; 
						text-indent: -9999px; 
						outline: none; 
						border: 1px solid #ccc; 
						border-bottom: 1px solid #d2d2d2; 
						border-radius: 0px 3px 3px 0px; 
						cursor: pointer; 
						-webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						-o-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); 
						background-color:#ececec;
						background-image:url(../images/sb.png); 
						background-repeat:no-repeat; }

#search-button:hover 	{ -webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); 
						-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); 
						-o-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); 
						box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);}

#search-button:active 	{ -webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57); 
						-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57); 
						-o-box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57); 
						box-shadow: -2px 0px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.58), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px -14px 13px rgba(255,255,255,0.57);}

/* Miscellaneous  */

.copyright-text	{ font-size:10px; font-style:italic; color:#333; }
.footer-text		{ font-size:10px; font-style:normal; color:#fff; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle			{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date			{ font-size:10px font-style:italic; color:#555; }
.article-date		{ font-size:10px font-style:italic; color:#555;  }
.location			{ font-size:10px font-style:italic; color:#555;  }

.address			{ font-size:10px; font-style:normal; color:#000; }
.city			{ font-size:10px; font-style:normal; color:#000; }
.telephone		{ font-size:10px; font-style:normal; color:#000; }
.email			{ font-size:10px; font-style:normal; color:#000; }
.website			{ font-size:10px; font-style:normal; color:#000; }

.float-right		{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.left			{ text-align:left; }
.center			{ text-align:center; }
.right			{ text-align:right; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }
.inline-block		{ display:inline-block; }
.inline-table		{ display:inline-table; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      		{ background:#D7D7FF; }
.removed    		{ background:#FFCECE; color:#f00; }
.changed			{ background:#FFB; }

.red-bg			{ background-color:#900; background-image:url(../images/bg/red.fw.png); background-repeat:repeat-x; }
.yellow-bg		{ background-color:#E6E600; background-image:url(../images/bg/yellow.fw.png); background-repeat:repeat-x; }
.orange-bg		{ background-color:#F96;	background-image:url(../images/bg/orange.fw.png); background-repeat:repeat-x; }
.green-bg			{ background-color:#393; background-image:url(../images/bg/green.fw.png); background-repeat:repeat-x; }
.blue-bg			{ background-color:#36F; background-image:url(../images/bg/blue.fw.png); background-repeat:repeat-x; }
.purple-bg		{ background-color:#66F; background-image:url(../images/bg/purple.fw.png); background-repeat:repeat-x; }

.red-txt			{ color:#994D4D; }
.yellow-txt		{ color:#FF0; }
.orange-txt		{ color:#F90; }
.green-txt		{ color:#0F0 }
.blue-txt			{ color:#00A5F4; }
.purple-txt		{ color:#93F; }



/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice		{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   	{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 		{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 		{ color: #8a1f11; }
.alert a 		{ color: #8a1f11; }
	
.notice a   	{ color: #514721; }
.success a  	{ color: #264409; }
.info a		{ color: #205791; }


.drop-shadow.top {
		  box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
		}

.drop-shadow.right {
		  box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
		}

.drop-shadow.bottom {
		  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
		}

.drop-shadow.left {
		  box-shadow: -4px 0 2px -2px rgba(0,0,0,0.4);
		}

.emphasize-dark {
		  box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
		}

.emphasize-light {
		  box-shadow: 0 0 0 10px rgba(255,255,255,.25);
		}

.emphasize-inset {
		  box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5);
		}

.emphasize-border {
		  box-shadow: inset 0 0 0 7px rgba(255,255,255,.5);
		}

.embossed-light {
		  border: 1px solid rgba(0,0,0,0.1);
		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
		}

.embossed-heavy {
			border: 1px solid rgba(0,0,0,0.1);
			box-shadow: 
			inset 0 2px 3px rgba(255,255,255,0.3),
			inset 0 -2px 3px rgba(0,0,0,0.3),
			0 1px 1px rgba(255,255,255,0.9);
		}

.gradient-light-linear {
		  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
		}

.gradient-dark-linear {
		  background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0));
		}

.gradient-light-radial {
		  background-image: radial-gradient(center 0, circle farthest-corner, rgba(255,255,255,0.4), rgba(255,255,255,0));
		}

.gradient-dark-radial {
		  background-image: radial-gradient(center 0, circle farthest-corner, rgba(0,0,0,0.15), rgba(0,0,0,0));
		}	

.light-rounded 	{ border-radius: 3px; }
.heavy-rounded 	{ border-radius: 8px; }
.full-rounded 		{ border-radius: 50%; }
.barrel-rounded 	{ border-radius: 20px/60px; }
