@charset "utf-8";
/* CSS Document */

* { 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body { 
	background-image: url(../_images/bg_1.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	color: #333333;
	height: 100%;
	margin: 0;
	padding: 0;
}

.myFooter {
	background-image: url(../_images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	font-size: 14px;
	height: 28px;
}

.footerPadding {
	margin-top: 6px;
}

.myTopSpace {
	padding-bottom: 100px;
	padding-top: 400px;
	margin-left: -75px;
}

.myBottomSpace {
	margin-top: 25px;
	padding-bottom: 50px;
}

a:link {
    color: #484848; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: #484848;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #484848;
    background-color: transparent; 
    text-decoration: underline;
}

a:active {
    color: #484848;
    background-color: transparent; 
    text-decoration: underline;
}

img.header {
	padding: 15px 600px 9px 0px;
	text-align: center;
}

img.horizontalRule {
	filter: alpha(opacity=60); /* For IE8 and earlier */
	opacity: 0.6;
	text-align: center;
}

img.nameHeader { 
	text-decoration: none;
	visibility: hidden;
}

img.showwork-l {
	display: block;
	padding: 13px 0px 8px 34px;
	width: 240px;
}

img.showwork-l2 {
	display: block;
	padding: 13px 0px 8px 34px;
	width: 200px;
}

img.showwork-p {
	display: block;
	height: 240px;
	padding: 18px 0px 8px 34px;
}

img.showwork-p2 {
	display: block;
	height: 150px;
	padding: 18px 0px 8px 34px;
}

.menu { 
	background-image: url(../_images/nav_bar_bg.jpg);
	height: 51px;
	text-align: center;
	width: 100%;
}

p.caption {	
	font-size: .8em;
	text-align: center;
	margin-top: -3px;
}

p.introshowwork {
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	text-indent: 55px;
}

p.main {
	padding: 5px;
	text-indent: 1.3em;
	text-align: justify;
}

p.pageheader { 
	font-size: large;
	padding: 5px;
	text-indent: 1.3em;
	text-align: justify;
}

p.main:first-letter {
	font-size: 120%;
	font-weight: bold;
}

.padleft { 
	padding-left: 13px;
}

#Demo {
	width: 100px;
	height: 34px;
}

#Demo:hover { 
	background-image: url(../_images/demo_on.png);
}

#Portfolio {
	width: 100px;
	height: 34px;
}

#Portfolio:hover { 
	background-image: url(../_images/portfolio_on.png);
}

#About {
	width: 100px;
	height: 34px;
}

#About:hover { 
	background-image: url(../_images/about_on.png);
}

#News {
	width: 100px;
	height: 34px;
}

#News:hover {
	background-image: url(../_images/news_on.png);
}

#Connect {
	width: 100px;
	height: 34px;
}

#Connect:hover {
	background-image: url(../_images/connect_on.png);
}

#leftContent { 
	text-align: justify;
}

#rightMenu { 
	padding-top: 42px;
	text-align: justify;
}

#t1 { 
	-mo-tab-size: 5; /* Code for Firefox */
	-o-tab-size: 5; /* Code for Opera 10.6-12.1 */
	tab-size: 5;
}

/*   CSS for menu       */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #353535;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	padding-left: 8px;
	position: relative;
}

#cssmenu a {
	line-height: 1.3;
}

#cssmenu > ul > li:first-child > a {
	padding: 15px 10px;
	border: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
/*	text-shadow: 0 -1px 1px #000000;		*/
}

#cssmenu > ul > li:first-child > a > span {
	padding: 0;
}

#cssmenu > ul > li:first-child:hover {
	text-decoration: none;
}

#cssmenu > ul > li > a {
	font-size: .9em;
	display: block;
/*	color: #ffffff;			
	border: 1px solid #ba2f14;
	border-top: none;					
	text-shadow: 0 -1px 1px #751d0c;		*/
}

#cssmenu > ul > li > a > span {
	display: block;
/*	padding: 12px 10px;		*/
}

#cssmenu > ul > li > a:hover {
	text-decoration: none;
}

#cssmenu > ul > li.active {
	border-bottom: none;
}

/* Sub menu */
#cssmenu ul ul {
	display: none;
}

#cssmenu ul ul li {
	padding: 0;
}

#cssmenu ul ul li:last-child {
	border-bottom: none;
}

#cssmenu ul ul a {
	padding: 2px 10px 2px 25px;
	display: block;
/*	color: #676767;		*/
	font-size: .8em;
	font-weight: normal;
}

#cssmenu ul ul a:before {
	content: '\00BB';
	position: absolute;
	left: 10px;
	color: #007346;
}

#cssmenu ul ul a:hover {
	color: #007346;
}
