BODY{
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	color: #333;/* light black text */
	background: url(http://teknyka.com/images/bg.jpg) top;
	background-repeat: repeat-x;
	background-color: #dcddde;
}

/************************************** GLOBAL VARIABLES ****************************************
#333 - light black body font
#285085 - header, banner
#3365aa - banner blue
#ccd8de - background shade
#6d94b5 - light blue (selected) navigation buttons
#357ab5 - darker blue(unselected) navigation buttons
#a8cde8 - light blue borders of navigation buttons
#b8c9d1 - borders of body
#035AA8 - light blue for SPAN letters
#e7f2f7 - standout background
#fff9cc - light yellow form
*/
P,H1,H2,H3,H4,H5,H6,OL,UL{
	margin: 3px 0;
	padding: 0px;
	line-height: 1.4em;
}
P{font-size: 1.3em; padding: 2px 0;}
H1{font-size: 2.3em;padding: 2px 0;}
H2{font-size: 1.9em;}
H3{font-size: 1.7em;}
H4{font-size: 1.4em;}
H5{font-size: 1.3em;}
SPAN{color: #035AA8; /*0B1D40 dark blue, 035AA8 light blue */}
blockquote{padding-bottom: 30px; font-size: 1.3em; letter-spacing: .1em; font-family: "Times New Roman", Times, serif;}
A IMG{padding: 5px; border: 1px solid #fff;} /*if an image is a link, it will have a border when hovered over */
A IMG:hover{border: 1px solid #b8c9d1;}
.lightblue {color: #0257A3;}
.textcenter{text-align: center;}
.textright {text-align: right;}
.textleft {text-align: left;}
.floatright{float: right;}
.floatleft{float: left;}
.center{margin-left: auto;margin-right: auto;}
.boxify{border: 1px solid #b8c9d1;}
.standout{background: #e7f2f7;border: 1px solid #b8c9d1;}
.bold{font-weight:bold;}
.clearit{clear: both;}
.padtop{margin-top:30px;}/* a little extra space when you need it */
.padleft{margin-left:30px;}/* a little extra space when you need it */
.bigpadleft{margin-left:180px;}
.padright{margin-right:30px;}/* a little extra space when you need it */


/* **************************************** CONTAINER & BANNER & WRAPPER *************************************** */
#container{
	width: 898px;
	margin: 0 auto;
}
#banner {
	clear:both;
	border: 1px solid #333;
	height: 50px;
}
#banner IMG {
	float:left;
	margin: 0;
}
.wrapper{
	width: 870px;
	float: left;
	margin: 0;
	background: #FFF;
	/*border: 1px solid #b8c9d1;
	border-top: none;
	 border: 3px solid #333333; */
	padding: 10px;
	padding-top: 3px;
}
/* **************************************** MENU **************************************** */
.topmenu{
	width: 870px;
	float: left;
	line-height: 16px;
	/*border-top: 1px solid #b8c9d1;
	background: url(http://teknyka.com/images/nav.jpg) repeat-x; nav background behind the tabs*/
	padding: 12px 0;
	height: 12px;
	margin-bottom: 3px;
}
.topmenu UL{
	padding: 0;
	margin: 0;
}
.topmenu UL LI{
	list-style-type: none;
	display: inline;
	padding-right: 2px;
}
.topmenu UL LI A{
/* 	background: #357ab5;*/
	border: 1px solid #b8c9d1;
	padding: 2px 13px;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.topmenu UL LI A:hover{border: 1px solid #333;background: url(http://teknyka.com/images/nav.jpg) repeat-x;}
.topmenu UL LI A.selected{border: 1px solid #333;background: url(http://teknyka.com/images/nav.jpg) repeat-x;}

/* **************************************** CONTENT **************************************** */
.bigdiv{
	width: 643px;
	float: left;
	line-height: 2em; 
	margin: 10px 0;
	padding: 10px 0;
}

.bigdiv LI, .middiv LI{ /* for both BIGDIV and MIDDIV */
	text-align: left;
	font-size: 1.3em;
	list-style-type: none;
	display: block;
	background: url(http://teknyka.com/images/arrow.gif) no-repeat left;
	background-position: 0px 9px;
	padding: 4px 0px 4px 15px;
	margin-left: 15px;
}
.bigdiv LI, .bigdiv P{ /* slightly bigger font for both BIGDIV */
	font-size: 1.4em;
}

.bigdiv P{
	padding-left: 10px;
}
.sidebar{
	width: 214px;
	float: right;
	margin-left: 0px;
}
.sidebarbox{
	width: 182px;
	float: right;
	background: #FFFFFF url(http://teknyka.com/images/grad.jpg) repeat-y center;
	border: 1px solid #b8c9d1;
	margin-top: 10px;
	padding: 15px;
	padding-top: 0px;
}
.sidebarbox P {
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
}
.sidebarbox UL{
	padding:0px;
	margin:0px;
	margin-left: 15px;
}
.sidebarbox LI{
	font-size: 1.3em;
	text-align: left;
	list-style-type:none;
	display:block;
	background: url(http://teknyka.com/images/arrow.gif) no-repeat left;
	padding:4px 0px 4px 15px;
	margin:0px;
}
.sidebarbox LI A{
	color: #298AC1;
	text-decoration:underline;
}
.sidebarbox LI A:hover{
	color: #000000;
	text-decoration: none;
}
.sidebarbox IMG{
	padding-top: 10px;
}
.middiv{
	width: 639px;
	float: left;
	padding: 10px 0px 10px 5px;
	margin-bottom: 10px;
}
.middiv A{
	color: #298AC1;
	text-decoration: none;
	display: inline;
}
.middiv A:hover{
	text-decoration: underline;
}

.boxinfo{
	width: 284px;
	padding: 10px;
	height: 200px; /*height of the light blue box*/
	position: relative;
}
.boxinfo IMG{
	float: left;
	padding: 0 0 15px 15px;
	margin: -5px -5px 0 0;
}

.boxinfo P{
	padding: 4px 0px 0px;
	margin: 0px;
}
.boxinfo P A{
	display: block;
	color: #298AC1;
	text-decoration: underline;
	background: url(http://teknyka.com/images/arrow2.gif) no-repeat left;
	padding-left: 30px;
	line-height: 21px;
}
.boxinfo P A:hover{
	color: #000000;
	text-decoration: none;
}
.textcolumn{width: 304px;}
.textcolumn H2{text-transform: uppercase;}
.textcolumn IMG{text-align: center;}

.textcolumn A IMG{
	padding: 15px;
	margin:5px;
}
.textcolumn P A{
	color: #298AC1;
	text-decoration: underline;
}
.textcolumn P A:hover{
	color: #000000;
	text-decoration: none;
}
.wholewidth{
	width: 800px;
	float: left;
	color: #3C3C3C;
	padding: 5px 0 10px 0;
	margin: 15px 0 15px 35px;
	height: 100%; /*height of the testimonials box*/
	position: relative;
}
/* **************************************** FORM **************************************** */
#phpformmailer {
	font-size: 0.8em;
}
#phpformmailer .label { /*for the sidebar form*/
	margin-top: 13px;
	float: left;
	clear: left;
	width: 182px;
	text-align: left;
	font-weight: bold;
}

input#name, input#email, input#business, input#phone, textarea#address, textarea#themessage {
	background-color: #fff9cc;
	border: 1px solid #b8c9d1;
	font-family:"Lucida Console", Monaco, monospace;
	margin: 3px 0;
	float: left;
}
input#name, input#email, input#business, input#phone {
	width: 182px;
	display:inline;
}
textarea#address, textarea#themessage {
	width: 250px;
}
input#name:focus, input#email:focus, input#business:focus, input#phone:focus, textarea#address:focus, textarea#themessage:focus
{
	background-color: #FBEF99;
	border: 1px solid #333;
}
/* **************************************** BIZ FORM **************************************** */
#bizformmailer {
	font-size: 0.8em;
}

#bizformmailer {
	float: left;
	width: 450px;
	text-align: right;
	font-weight: bold;
}
input#bizcontactname, input#bizemail, input#bizname, input#bizphone, textarea#bizaddress, textarea#bizmessage {
	background-color: #fff9cc;
	border: 1px solid #b8c9d1;
	font-family:"Lucida Console", Monaco, monospace;
	margin: 3px;
	float: right;
}
input#bizcontactname, input#bizemail, input#bizname, input#bizphone {
	width: 250px;
}
textarea#bizaddress, textarea#bizmessage {
	width: 250px;
}
input#bizcontactname:focus, input#bizemail:focus, input#bizname:focus, input#bizphone:focus, textarea#bizaddress:focus, textarea#bizmessage:focus
{
	background-color: #FBEF99;
	border: 1px solid #333;
}

/* **************************************** PRICE LIST **************************************** */
.price_list table { 
	border-collapse: collapse;
	width: 100%;
}

.price_list td,th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
	font-size: 1.4em;
	text-align: center;
}
.price_list th {
	background: url(http://teknyka.com/images/th_bg.png) no-repeat left top;
	color: white;
	text-align: center;
	border-color: #73afb7;
}
.price_list tr.alt td {
	background-color: #f6f9fc;
}
.price_list P, .price_list LI {
	text-align: left;
	font-size: .8em;
	line-height: 1.4em;
}
/* **************************************** OTHER **************************************** */
.textblock {margin-bottom:30px;} /* gives a bit of space beetween blocks of text */
.textblock IMG {padding:10px;}

.deal {
    font-variant: small-caps;
    color: red;
	padding: 3px;
    background-color: #ffff78;
}

.pay {
    width: 150px;
    height: 50px;
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b8c9d1;
}
.address {
	padding-top: 10px;
    padding-bottom: 25px;
}
.bug {
background: url(http://teknyka.com/images/virus.gif) no-repeat top right;
}
/* **************************************** FOOTER **************************************** */
.footer{
	width: 870px;
	float: left;
	border-top: 3px solid #b8c9d1;
}
.footer P{
	padding: 5px;
	margin: 0px;
	font-size: 1.3em;
	color: #747070;
}
.footer P A{
	color: #3579B5;
	text-decoration: none;
	padding: 5px;
}
.footer P A:hover{
	color: #000000;
	text-decoration: none;
}
