/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #c0c0c0;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
#content-wrapper a:link, #content-wrapper a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#content-wrapper a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #FFB400;
}
#wrapper	{
	clear: both;
	float: none;
	width: 940px;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

/* top menu */
.top-menu {
	background-image: url(../images/top-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 29px;
	vertical-align: top;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	line-height: 26px;
	width: 520px;
	float: right;
}
.top-menu a:link, .top-menu a:visited, .top-menu a:active {
	color: #fff;
	margin: 0 5px;
	text-decoration: none;
}
.top-menu a:hover	{
	text-decoration: none;
	color: #FFB400;
}
/* /top menu */



/* header */
#header {
	height: 100px;
	padding: 0 15px 0 0px;
}
#logo {
	float: left;
	width: 275px;
	background: url(../images/logo.jpg) no-repeat left top;
	height: 90px;
}

#logo a {
	width: 275px;
	height: 90px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
	width: 300px;
}
#tag h1 {
	font-size: 18px;
	text-align: right;
	width: 400px;
	float: right;
	padding-top: 20px;
	margin: 0px;
}

/* /header */


/* navigation */
#menu	{
	height: 30px;
	line-height: 30px;
}
#menu ul	{
	text-align: center;
	margin: 0px;
}
#menu li	{
	display:inline;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu li a:link, #menu li a:visited	{
}
#menu li a:hover	{
}

/* /navigation */


/* content */
#content-wrapper {
	padding: 5px;
}

#content {
	width: 640px;
	background-image: url(../images/home/rotator.php);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}


#content a img, #content abbr {
	border: 0;
}


#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol, #content p {
	margin-bottom: 1em;
}

#content blockquote {
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: #666666;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	/*border-left: 1px solid #ccc; */
}
#columns {
	width: 640px;
	padding-top: 10px;
}
#columns p {
	padding-left: 10px;
	margin-bottom: 6px;
	padding-top: 10px;
	margin-top: 0px;
	padding-right: 10px;
	font-size: 12px;
}

#col1 {
	float: left;
	width: 213px;
	background-image: url(../images/col1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 175px;
	overflow: hidden;
}
#col3 {
	float: right;
	width: 213px;
	height: 175px;
	background-image: url(../images/col3-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#col2 {
	width: 213px;
	float: left;
	height: 175px;
	background-image: url(../images/col2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}


/* /content */

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
}
h1	{
}
h2 {
	color: #33FFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-left: 40px;
	padding-top: 240px;
	line-height: 20px;
	padding-right: 40px;
	font-size: 18px;
}
h3 {
	color: #0676A6;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}
h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
/* /typography */

/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 280px;
	margin: 0px;
	padding-top: 0px;
}
#sidebar {
	display: block;
	padding: 0px;
}
td.rightcol-bg {
	background-image: url(../images/rightcol-bg.jpg);
	background-repeat: repeat-x;
	width: 233px;
	color: #535353;
	font-size: 11px;
	background-color: #DDDDDD;
}
td.rightcol-bg p {
	color: #0676A6;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 0px;
}

.bg-right {
	background-image: url(../images/rightcol-right.jpg);
	background-repeat: repeat-y;
	width: 16px;
	background-position: right;
}
.bg-left {
	background-image: url(../images/rightcol-left.jpg);
	background-repeat: repeat-y;
	width: 22px;
	background-color: #DDDDDD;
}

/* /sidebar */

/* footer */
#footer {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 11px;
	padding-top: 12px;
	clear: both;
}
#footer p {
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#footer p a {
	color: #fff;
	text-decoration: underline;
	margin: 0 5px;
}
/* /footer */

