@charset "utf-8";
/** 
 *FILE NAME : index.css
 *FILE DESCRIPTION : Handles the main styling of the site
 *AUTHOR : Ehsan Quddusi [http://www.kashit.org]
 *DATE CREATED : April 04, 2008
 *VERSION : 1.0.0.0
*/

/** 
 Browser Reset. Credit to Eric Meyer & Blueprint CSS
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/** 
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
*/
}

ul, li {
  margin: 0;
  padding:0px;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
/*
  vertical-align: baseline;
*/
}

body { 
/* 
  line-height: 1.5; 
*/
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*------------------------------------------
		STYLING FOR BODY ELEMENTS
------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
}

/*------------------------------------------
		STYLING FOR DIV ELEMENTS
------------------------------------------*/
div {}

/* Holder for our menu */
#menu-holder {
	width:290px;
	border:#aaaaaa 1px solid;
	border:#8cbb51 1px solid;
	margin:10px 10px;
	margin:10px 0px;
	background:white;
/* was...
	margin:10px auto;
	background:url(../picx/grd-4px_1.1.gif) repeat-x;
*/
}
#menu-holder-inner {
	border:#FFFFFF solid 1px;
	border-top:2;
	border-bottom:2;
}

/*------------------------------------------
		STYLING FOR UL ELEMENTS
------------------------------------------*/
ul {}

#left-menu {
	list-style:none;
	margin:0;
}

li {}

#left-menu li {
	padding:0 0 0 0px;
	background:url(images/screencapture-copy.gif) no-repeat;
	line-height:11.7em;
}

ul {}

#left-menu-videos {
	list-style:none;
	margin:0;
}

li {}

#left-menu-videos li {
	padding:0 0 0 0px;
	background:url(images/screencapture_videos.jpg) no-repeat;
	line-height:11.7em;
}

/*------------------------------------------
		STYLING FOR A ELEMENTS
------------------------------------------*/
a {}

.menu-items-a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:red;
	text-decoration:none;
	font-weight:bold;
/*
	display:block;
*/
	padding:15px 15px;
}

.menu-items-a:hover {
	color:white;
	background:red;
	text-decoration:underline;
}


/*------------------------------------------
		STYLING FOR TABLE ELEMENTS
------------------------------------------*/

table{}

.features tr td {
	vertical-align: top;
	padding: 0px;
}

.features tr td + td { 
	padding: 0px 12px;
}

.features tr + tr { 
	margin: 10px 0px;
}

/*------------------------------------------
		STYLING FROM GOOEY TEMPLATES
------------------------------------------*/


/* @group Layout */
/* Heading Styles */
.gt-hd {
	background-color: #2c2c2c;
	padding-top: 1px;
}
.gt-hd .gt-logo {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #fff;
	font-size: 215%;
	font-weight: normal;
	float: left;
	display: inline;
}

/* Body Styles */
.gt-bd {
	padding: 15px 35px;
}
.gt-cols .gt-content {
	width: 65%;
	float: left;
	display: inline;
}
.gt-cols .gt-sidebar {
	width: 30%;
	float: right;
	display: inline;
}
.gt-left-col {
	width: 48%;
	float: left;
	display: inline;
}
.gt-right-col {
	width: 48%;
	float: right;
	display: inline;
}

/* Footer Styles */
.gt-footer {
	clear: both;
	border-top: 1px solid #aaa;
	font-size: 93%;
	color: #666666;
	padding: 10px;
	margin: 20px 35px;
	text-align: center;
}
/* @end */

/********************************************/

/* @group Modules */
/* Width Styles */
.gt-width-33 {
	width: 33%;
}
.gt-width-66 {
	width: 66%;
}
.gt-width-99 {
	width: 99%;
}
.gt-width-25 {
	width: 25%;
}
.gt-width-50 {
	width: 50%;
}
.gt-width-75 {
	width: 75%;
}
.gt-width-100 {
	width: 100%;
}

/* @end */


/********************************************/

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */