@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
[TechGeeks ] Screen Stylesheet

version:   1.0
date:      10/01/09
author:    [techgeeksonline.com]
email:     [info@techgeeksonline.com]
website:   [www.techgeeksonline.com]
version history: [location of file]
-----------------------------------------------------------------------------*/ 

/* Import other stylesheets
-----------------------------------------------------------------------------*/

/*@import url("typography.css");---------------------------------------------*/

/* Remove padding and margin */
 
    {
    margin: 0;
    padding: 0;
    border: 0;
} 

/*---------------*/

body
    {
	font-size: 100.01%;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666;

}
#header {
	width: 980px;
	margin: 0px auto 0px auto;
}

/*  Clear elements  */

.clear
    {
    clear:both;
}

.right
    {
    float: right;
}

.left
    {
    float: left;
} 
.logo {
	float: left;
	margin-top: 3px;
}

.logo_right {
	float: right;
	margin-top: 3px;
}


h2 {
	font-size: 1.2em;
	color: #666;
	line-height: 1.3em;
}
a.footerlink:link {
	text-decoration: none;
	list-style-type: none;
	color: #999;
}
a.footerlink:visited {
	text-decoration: none;
	color: #999;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #999;
}
a.footerlink:active {
	text-decoration: none;
	color: #999;
}


/*----------------------------*/





 #header_container {
	background-image: url(../images/header_back.png);
	background-repeat: repeat-x;
	height: 172px;
}

#menu_bar {
	width: 980px;
	background-image: url(../images/menu_bar.gif);
	background-repeat: no-repeat;
}


/* menu Tabs */
#navcontainer {
	margin-right: 0px;
	padding: 0;
	clear: left;
	height: 50px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
	width: 160px;
	border-right: none;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 50px;
	margin-top: 0px;
	margin-right: 0px;
}

#navcontainer ul li a:hover {
	color: #DB7B27;
	text-decoration: none;	
}

#navcontainer a:active {
	color: #fff;
}

#navcontainer a:active {
	color: #fff;
}

#navcontainer li#active a {
        background: #c60;
        
        color: #fff;
}
#menu_side_left {
	background-image: url(../images/menu_side.gif);
	background-repeat: repeat-y;
	width: 56px;
}
#outer_menu {
	background-image: url(../images/menu_side.gif);
	background-repeat: repeat-x;
}
#inner_menu {
	margin-left:auto;
	margin-right:auto;
	width: 980px;
}
#content_top_spacer {
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	text-align: center;
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}

#footer_top {
	height: 30px;
}
#footer_bottom {
	height: 25px;
}
#outer_container {
	width: 1000px;
	position: relative;
	background: #FF0;
	margin: 0px auto;
}
#social_network_icons {
	float: left;
	height: 51px;
	width: 200px;
}
