/*
	Name: elementdesigns 2010 (HTML Obviously)
	Date: August 2010
	Description: Layout for HTML5 and CSS3 goodness.
	Version: 1.0
	Author: Jack Stenson
	Author URI: http://www.element-designs.co.uk
*/

@import url("reset.css");
@import url("typo.css");
@import url("slimbox2.css");
@import url("dialog.css");

* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body {font-size: 62.5%;  }

#container { 
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -27px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

/*------------- Footer ---------------*/
footer { background-image: url('../../assets/images/black_25.png'); height: 25px; clear: both; width: 100%; text-align: center; line-height: 16px; font-size: 11px; }

footer a { color: #fff; }

* html #bookmark {  position: absolute; }

.underline { border-bottom: 1px dotted;  }

h1 { font-size: 14px; margin-bottom: 5px; }
h2 { font-size: 16px; margin-bottom: 10px; font-weight: normal; text-align: left; }
h3 { font-size: 12px; }
h4 { font-size: 12px; font-weight:600; }
.asidebox h4 { color: #37374B; }
.hide { display: none; }
#heading { arial, helvetica, sans-serif; }
#heading h1 { font-size: 64px; font-weight: normal; display: inline; }
.headerright h2 { font-weight: normal; font-size: 16px; }
a { color: #333; border: 0; outline: none; }
a:visit { color: #333; }
.imgthumb { margin: 20px; border: 1px solid #eee;  }
.contact { font-size: 16px; }
.contacttext { line-height: 18px; }
.float { float: left; }
.title {  }
.highlight { display: inline; background-image: url('../../assets/images/black_20.png'); padding: 2px 5px 2px 5px; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; text-shadow: none; }
.bClose { text-decoration: underline; font-size: 14px; cursor: pointer; }

.highlightwhite { display: inline; background-image: url('../../assets/images/black_20.png'); padding: 2px 5px 2px 5px; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; text-shadow: none; }

#bookmark { position: fixed; z-index: 2; color: #fff; bottom: 51px; left: 0; padding: 10px; background-image: url('../../assets/images/black_80.png'); border-radius:0px 2px 2px 0px; -moz-border-radius:0px 2px 2px 0px; -webkit-border-radius:0px 2px 2px 0px; }
#bookmark:hover { background-color: #fff; color: #000; background-image: none; }

/*------ Background Color ------------*/
.blue { background-color: #3399cc; background-image: url('../../assets/images/bg6.png'); background-attachment: fixed;  }
.white { background-color: #eee; background-image: url('../../assets/images/bg6.png'); background-attachment: fixed;  }
.green { background-color: #99cc66; background-image: url('../../assets/images/bg6.png'); background-attachment: fixed; }
.red { background-color: #cc3333; background-image: url('../../assets/images/bg6.png'); background-attachment: fixed; }
.yellow { background-color: #FFCC66; background-image: url('../../assets/images/bg6.png'); background-attachment: fixed; }
.purple { background-color: #9999cc; background-image: url('../../assets/images/bg6.png'); background-attachment: fixed; }

.blue .active { background-color: #3399cc; }
.green .active { background-color: #99cc66; }
.red .active { background-color: #cc3333; }
.purple .active { background-color: #9999cc; }

/*------ Color ------------*/
.grey { color: #ddd; }

/*------ Page No ------------*/
.pageno { font-size: 150px; }
.whitetext { color: #fff; }
.whitetext h2 { font-weight: normal; }
.bluetext { color: #3399cc; text-shadow: none; }
.greentext { color: #99cc66; }
.redtext { color: #cc3333; }
.blacktext { color: #000; }

/*------ Width -----------*/
.width_120 { width: 120px; }
.width_200 { width: 200px; }
.width_300 { width: 300px; }

/*------ Height ----------*/
.height_25 { height: 20px; }

/*------ Size -----------*/
.size_12 { font-size: 12px; }
.size_14 { font-size: 14px; }

/*------ Padding ---------*/
.padding_20 { padding: 20px; }

/*------ Margin ----------*/
.margin_20 { margin: 20px; }

/*------ Align -----------*/
.align_center { text-align: center; }

header, nav, section, aside, article, footer { display: block; }

/*------------- Nav ---------------*/
nav { height: 40px; width: auto; background-image: url('../../assets/images/black_36.png'); }
.topline { height: 5px; width: auto; }
.bottomline { height: 5px; width: auto; background-color: #000; margin-bottom: 1px; }

/*--------- Menu -----------*/
#menu_content { width: 940px; margin-left: auto; margin-right: auto; }

#menu { padding: 0; margin: 0; cursor: pointer; }
ul#menu li { display: inline; } /* Prevents "stepdown" */
#menu ul {}
#menu li a { 	
	float: left;
	display: block;
	line-height: 37px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-right: 0px;
	width: 116px;
	height: 35px;
	box-shadow: rgba(0,0,0, 0.1) -5px -5px -5px;  
	-moz-box-shadow: rgba(0,0,0, 0.1) -5px -5px -5px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) -5px -5px -5px;
	cursor: pointer;
	-moz-border-top-colors: #292929 grey;  
	-moz-border-right-colors: #292929 grey;  
	-moz-border-bottom-colors: #292929 grey;  
	-moz-border-left-colors: #292929 grey;
	outline: none;
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
 }
 
#menu a:hover { background-image: url('../../assets/images/black_25.png'); outline: none; border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px;  }
#menu .active { background-image: url('../../assets/images/bg6.png'); background-position-y: 1px; font-weight: normal; outline: none; height: 38px; font-weight: bold; border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; }
#menu .active:hover { background-image: url('../../assets/images/bg6.png');  background-repeat: repeat; outline: none;}

/*--------- Wrapper -----------*/

#wrapper { 
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

/*--------- Header -----------*/

header {
	padding-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.headerleft {
	float: left;
	width: 220px;
	margin-left: 30px;
	height: 80px;

}

.headerright {
	height: 80px;
	line-height: 21px;
	margin-top: 90px;
	float: left;
	width: 660px;
	font-size: 16px;
	text-shadow: #ccc 0px 0px 1px;
	color: #111;
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

}

.headerline { margin-top: 1px; height: 1px; width: auto; background-image: url('../../assets/images/black_25.png'); }

#heading {  font-size: 64px; margin-left: 40px; margin-right: 40px; text-align: left; }

h3.section {
	margin-top: 1em;
}

/*-------- Section ------------*/

section { padding-top: 50px; background-color: aqua; }

/*------------ Leftcol -------------*/
.leftcol { float: left; width:44%; margin-left: 40px; padding: 0; text-align: left; font-size: 1.2em; line-height: 1.5em; padding-bottom: 20px; height: 560px; }
.leftcol p { padding-bottom: 10px; }
.leftcol a { text-decoration: none; border-bottom: 1px dotted; color: #fff; }
.leftcol a:hover { border: 0; }
.leftcol h2 { text-shadow: #fff 0px 0px 1px; }
.leftcol img { margin-left: 1px; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; border: 1px solid #871919; }
.leftcol img:hover { border: 1px solid #fff; background-color: aqua; }
/*------------ Rightcol -------------*/
.rightcol { float: right; width: 44%; margin-right: 40px; padding: 0; text-align: left; font-size: 1.2em; line-height: 1.5em; padding-bottom: 20px; height: 560px; }
.rightcol p { padding-bottom: 10px; }
.rightcol a { text-decoration: none; border-bottom: 1px dotted; color: #fff; }
.rightcol a:hover { border: 0; }
.rightcol h2 { text-shadow: #fff 0px 0px 1px; }
.rightcol img { margin-left: 1px; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; border: 1px solid #871919; }
.rightcol img:hover { border: 1px solid #fff; }
/*----------- Image Thumbnails ----------*/

.imagethumbnail { background-color: #ba2f2f; width: auto; height: 302px; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; padding-top: 2px; }

.imagethumbnail a { text-decoration: none; border: 0; }
/*------------ Tag --------------*/

.tag { float: left; background-image: url('../../assets/images/black_25.png'); padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; color: #fff; margin-right: 10px; font-size: 11px; margin-bottom: 10px; cursor: default; behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ }
.tag:hover { background-color: #fff; color: #333; background-image: url(''); }

.tagtext { float: left; color: #710000; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; text-shadow: none; }

/*-------- Contact SLider ------*/

#vertical_slide {
	background-image: url('../../assets/images/black_36.png');
	height: 202px;
	color: #fff;
	padding: 10px;	
	text-align: center;

}

#formarea { text-align: left; width: 940px; margin-left: auto; margin-right: auto; }
#contactbutton { width: auto; text-align: right; line-height: 20px; }

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

/*--------- Aside -----------*/
aside { float: left; width: 370px; padding-top: 40px; margin-left: 40px; text-align: left; }
aside .title { display: block; color: #fff; font-size: 16px; font-weight:500; padding-bottom: 5px; }
aside h2 {  }

.asidebox { background-image: url('../../assets/images/black_25.png'); width: auto; margin-right: 60px; border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ min-height: 50px; line-height: 14px; }
.asidebox:hover { background-color: #fff; background-image: none; }

.icon { float: left; margin-right: 20px; width: 90px; height: 90px; background-image: url('../../assets/images/black_25.png'); border: 1px solid #fff; border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ }
.icon:hover { background-image: url(''); background-color: #fff; }

/*- Twitter -*/
.twittericon { float: left; width: 10%; height: 120px; margin: 0px; margin-right: 0px; padding-left: 10px; }
.icontext { float: left; width: 90px; color: #fff; margin-top: 10px; font-weight: bold; }

.twittertext { float: right; color: #aaa; line-height: 16px; width: 85%; margin-top: 10px; }

#twitterbox { float: left; padding-top: 10px; margin-bottom: 5px; min-height: 150px; width: 316px; border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; margin-right: 60px; behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; background-color: #fff; }

#twitter_update_list { margin: 0; padding: 0; list-style: none; }
#twitter_update_list li { margin: 0; padding: 0; font-size: 11px; display:list-item; margin-bottom: 10px; margin-right: 10px; height: 50px; }
#twitter_update_list a { color: #40B7F0; margin: 0; padding: 0; }

.twitbutton { padding-top: 10px; }

/*--------- Skype -----------*/
.skype { text-align: right; margin-right: 10px; margin-bottom: 5px; }

/*--------- Article -----------*/
article { float: left; width: 50%; padding: 40px 0 20px 0; margin-bottom: 40px; line-height: 18px; text-shadow: #ccc 0px 0px 1px; behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ font-family: Arial, Helvetica, sans-serif; text-align: justify; padding-bottom: 20px; text-align: left; font-size: 1.2em;  }

article li li { margin-left: 15px; }
article li { line-height: 24px; }


/*------------- Input ---------------*/
.formleft { float: left; width: 370px; }
.formright {float: left; width: 560px; }

input[type=text] { padding: 8px; border: 0; background-color: #f8f8f8; width: 300px; margin-top: 5px; border: 1px solid #fff; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }

textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 540px; height: 125px; padding: 8px; background-color: #f8f8f8; border: 0; margin-top: 5px; border: 1px solid #fff; border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; resize:none; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }

label { padding-top: 5px; font-size: 12px; }
.clear { clear: both; }
.clearfooter { clear: both; height: 80px; width: auto; }


/*------------ Buttons -----------------*/

.button {
	background: #444 url('../../assets/images/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

a.button { color: #fff; }

.button:hover {
	background: none;
}

/* Sizes ---------- */
.small.button {
font-size: 11px;
}
.medium.button {
font-size: 13px;
}
.large.button {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.button {
background-color: #2daebf;
}
.red.button {
background-color: #e33100;
}
.magenta.button {
background-color: #a9014b;
}
.orange.button {
background-color: #ff5c00;
}
.yellow.button {
background-color: #ffb515;
}

.green.button {
	background-color: #99cc66;
	border: 1px solid #99cc00
}

.black.button {
	background-color: #000;
	border: 1px solid #000;
}

input[type=submit] {
	background: #444 url('../../assets/images/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0;
	font-size: 12px;
}

input[type=submit]:hover {
	background-image: none;
}


/*------- Tool Tip -------------*/


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(../../assets/images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../../assets/images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}




