/*------------------ AnyWidget LLC--------------------

-----------------------index.php --------------------*/

body {
	padding: 0;
	margin:0;
	background-color: #ebebeb;
	font: 8pt Tahoma, Verdana, Sans-Serif;
}

#body {
	margin: 0px auto; 
	padding: 0px;
	width: 813px;
	background-image: url(body_bg.gif);
	background-repeat: repeat-y;
	z-index: 2;
}

#body_bg {
	float: left;
	background-image: url(body_bg.gif); 
	background-repeat: repeat-y;
	background-color: #fff;
	width: 798px;
	padding-left: 9px;
	padding-right: 6px;
}

/*---------------------header------------------------*/

#logo{
	width: 120px;
	height: 100px;
	float: left;
	margin-left: 12px;
	background-color: #fff;
	background-image: url(aw_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo img {
	float: left;
	border: 0;
}

#note {
	margin-top: 20px;
	margin-left: 30px;
	border: 1px dashed #4c4c4c;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#note_title {
	position: absolute;
	color: #4c4c4c;
	font-weight: bold;
	margin-top: -8px;
	margin-left: 10px;
	background-color: #fff;
}

#note_body {
	margin: 5px;
	color: #4c4c4c;
	text-align: justify;
}

#right, #left {
	margin-top: 5px;
	float: right;
	width: 186px;
	height: 95px;
}

#left {
	background-image: url(top_left.gif);
	background-repeat: no-repeat;
	
}

#right {
	margin-right: 15px;
	background-image: url(top_right.gif);
	background-repeat: no-repeat;
}

#soft_icon {
	background-image: url(soft_icon.gif);
	width: 54px;
	height: 30px;
	margin-top: 5px;
	margin-left: 10px;
}

#news_icon {
	float: right;
	margin-right: 10px;
	background-image: url(news_icon.gif);
	width: 48px;
	height: 30px;
	margin-top: 5px;
}

#prod, #news {
	height: 88px;
	width: 110px;
	margin-bottom: 10px;
}

#prod {
	float: right;
	color: #272f7f;
	border-top: 4px solid #272f7f;
	border-right: 1px solid #ebebeb;
	text-align: right;
	padding-right: 5px;
}

#news {
	float: left;
	color: #c03811;
	border-top: 4px solid #c03811;
	border-left: 1px solid #ebebeb;
	text-align: left;
	padding-left: 5px;
}

#news h1, #prod h1 {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 4px;
	margin-top: 0;
}

#prod h1 {
	color: #272f7f;	
}

#news h1 {
	color: #c03811;
}

#prod a:link, #prod a:visited {
	color: #272f7f;
}

#news a:link, #news a:visited {
	color: #c03811;
}

#news a:hover, #prod a:hover {
	text-decoration: none;
}



#head_bot {
	clear: both;
	float: left;
	width: 813px;
	background-color: #fff;
	background-image: url(head_bot.gif);
	background-repeat: no-repeat;
	height: 30px;
}

/*----------main body-----------------------*/

#content_bg {
	padding-left: 9px;
	padding-right: 6px;
	margin: 0;
	float: left;
	width: 798px;
	background-color: #4c4c4c;
	background-image: url(content_bg.gif);
	background-repeat: repeat-y;
}

/*----------navigation-----------------------*/
#nav {
	float: left;
	width: 100%;
}
	/*background-color: #626262;
	opacity: 0.70;
	-moz-opacity: 0.70;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/


#nav h1 {
	display: none;
}

#nav ul {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #626262;
	border-bottom: 1px solid #3c3c3c;
}

#nav ul li a:link, #nav ul li a:visited {
	float: left;
	text-decoration: none;
	color: #fff;
}

#nav ul li:hover {
	background-color: #b63611;
}

/*#nav1 a:link, #nav1 a:visited{
	float: left;
	width: auto;
	height: 20px;
	padding: 7px 10px 0 10px;
	text-decoration: none;
	color: #fff;
	margin-left: 20px;
}

#nav1 a:hover {
	background-color: #b63611;
	color: #fff;
}
#nav1 {
	text-align: center;
}*/

/*----------menu items----------------*/

#menu_items {
	margin-left: 10px;
	margin-top: 10px;
	width: 250px;
	border-top: 2px solid #fff;
	color: #ebebeb;
	float: left;
}

#menu_items h1{
	margin: 0 0 0 5px;
	color: #fff;
	padding: 0;
	font-size: 10pt;
}

.menu_items {
	z-index: 1;
	margin: 5px;
	float: left;
	text-align: justify;
}

.menu_items a:link, .menu_items a:visited {
	color: #ebebeb;
}

.menu_items a:hover {
	text-decoration: none;
}

a.info {
	margin:0;
	padding: 0;
	text-decoration: none;
	position:relative;
	z-index: 2;
}

a.info span {
	display:none;	
}

a.info:hover {
	cursor: default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top: 0; 
	left:130px;
	width:200px; 
	height:50px; 
	border: 2px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align: justify; 
	font-size: 8pt;
	padding: 3px;
	color: #4c4c4c;
	overflow: auto;
}

/*********info************/

#info {
	margin-left: 10px;
	margin-top: 10px;
	width: 250px;
	border-bottom: 2px solid #fff;
	color: #ebebeb;
	float: left;
}

#info h1{
	margin: 0 0 0 5px;
	color: #fff;
	padding: 0;
	font-size: 10pt;
}

.info{
	margin: 5px;
	float: left;
	text-align: justify;
}

/**********contacts&design************/

#contacts {
	width: 240px;
	height:70px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	padding: 5px;
	font-weight: bold;
	color: #ebebeb;
	background-color: #4c4c4c;
	opacity: 0.40;
	-moz-opacity: 0.40;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	border: 1px solid #000000;
}

#contacts img {
	margin-right: 2px;
}

.contacts {
	float: left;
	font-weight: normal;
	margin: 3px;
} 

#design {
	width: 240px;
	height:30px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	color: #ebebeb;
	background-color: #4c4c4c;
	opacity: 0.40;
	-moz-opacity: 0.40;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	border: 1px solid #000000;
}

#design a:link, #design a:visited {
	color: #ebebeb;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}

#design a:hover {
	text-decoration: underline;
}

/****************footer******************/

#footer {
	float: left;
	width: 798px;
	height: 24px;
	padding-top: 12px;
	background-image: url(footer_03.gif);
	background-repeat: repeat-x;
}

#copy {
	/*margin-top: 15px;*/
	width: 798px;
	float: left;
	text-align: center;
	color: #272f7f;
	font-weight: bold;
}

/*-------------includes---------------*/

#php_includes {
	margin: 25px 0 50px 0;
	width: 100%;
	float: left;
}

#include {
	width: 100%;
	float: left;
	color: #4b4b4b;
	background-color: #ffffff;
	padding-bottom: 10px;
}

#include img {
	float: left;
	margin: 15px 0 0 15px;
}

/*--------homepage.php--------------*/

#white_content {
	float: right;
	background-color: #fff;
	height: 482px;
	width: 580px;
}


/*------------stickers----------------*/

#sticker_bg {
	background-image: url(white_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	padding-right: 20px;
	width: 135px;
	height: 482px;
}

/*green----*/

#sticker_green {
	height: 28px;
	float: right;
	position: absolute;
	margin-top: 20px;
}

#sticker1_left {
	background-image: url(sticker1_left.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 4px;
	float: left;
}

#sticker1_bg {
	background-image: url(sticker1_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	float: left;
}

#sticker1_right {
	background-image: url(sticker1_right.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 13px;
	float: left;
}


/*red----*/

#sticker_red {
	height: 28px;
	float: right;
	position: absolute;
	margin-top: 180px;
}

#sticker2_left {
	background-image: url(sticker2_left.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 4px;
	float: left;
}

#sticker2_bg {
	background-image: url(sticker2_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	float: left;
}

#sticker2_right {
	background-image: url(sticker2_right.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 13px;
	float: left;
}

/*blue-----*/

#sticker_blue {
	height: 28px;
	float: right;
	position: absolute;
	margin-top: 345px;
}

#sticker3_left {
	background-image: url(sticker3_left.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 4px;
	float: left;
}

#sticker3_bg {
	background-image: url(sticker3_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	float: left;
}

#sticker3_right {
	background-image: url(sticker3_right.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 13px;
	float: left;
}

/*stickel links ------*/

.stick_link a:link, .stick_link a:visited {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.stick_link a:hover {
		text-decoration: underline;
}

/*--------colored blocks----------------*/

#green_page {
	width: 560px;
	float: right;
	border-top: 4px solid #a5df35;
}
#yellow_page {
	width: 560px;
	float: right;
	border-top: 4px solid #e0de48;
}
	
#red_page {
	width: 560px;
	float: right;
	border-top: 4px solid #ad5555;
}

#orange_page {
	width: 560px;
	float: right;
	border-top: 4px solid #e57f25;
}
	
#blue_page {
	width: 560px;
	float: right;
	border-top: 4px solid #5474ad;
}
	
#green_block {
	background-image: url(head_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	height: 155px;
	width: 200px;
	border-right: 1px dashed #a5df35;
}
	
#red_block {
	background-image: url(head_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	height: 160px;
	width: 200px;
	border-right: 1px dashed #ad5555;
}
	
#blue_block {
	background-image: url(head_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	height: 153px;
	width: 200px;
	border-right: 1px dashed #5474ad;
}
	
#page_block {
	width: 49%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	
/*-----------------h1,h2,p, img----------------*/
#green_page h1 {
	color: #a5df35;
	font-size: 12pt;
	margin: 2px 2px 10px 0;
}


#green_page  h2 {
	color: #a5df35;
	font-size: 10pt;
	margin: 0 0 0 2px;
}

#yellow_page h1 {
	color: #e0de48;
	font-size: 12pt;
	margin: 2px 2px 10px 0;
}

#yellow_page h2 {
	color: #e0de48;
	font-size: 10pt;
	margin: 2px 2px 10px 0;
}

#orange_page h1 {
	color: #e57f25;
	font-size: 12pt;
	margin: 2px 2px 10px 0;
}

#orange_page h2 {
	color: #e57f25;
	font-size: 10pt;
	margin: 2px 2px 10px 0;
}

#red_page h1 {
	color: #ad5555;
	font-size: 12pt;
	margin: 2px 2px 10px 0;
}

#red_page  h2 {
	color: #ad5555;
	font-size: 10pt;
	margin: 0 0 0 2px;
}

#blue_page h1 {
	color: #5474ad;
	font-size: 12pt;
	margin: 2px 2px 10px 0;
}

#blue_page  h2 {
	color: #5474ad;
	font-size: 10pt;
	margin: 0 0 0 2px;
}

#page_block h2 {
	color: #4b4b4b;
	font-size: 10pt;
	margin: 0;
}

#green_block p, #red_block p, #blue_block p, #page_block p, #yellow_page p, #red_page p, #blue_page p, #green_page p, #orange_page p {
	margin: 2px;
	padding: 2px;
	text-align: justify;
}

#green_page img, #red_page img, #blue_page img, #yellow_page img, #orange_page img{
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

#green_page ul, #blue_page ul {
	text-align: justify;
}

#green_page ul li, #blue_page ul li {
	list-style: decimal;
}

/*----colored links -----*/

#green_page a:link, #green_page a:visited{
	text-decoration: underline;
	color: #a5df35;
}

#red_page a:link, #red_page a:visited {
	text-decoration: underline;
	color: #ad5555;
}

#yellow_page a:link, #yellow_page a:visited {
	text-decoration: underline;
	color: #e0de48;
}

#blue_page a:link, #blue_page a:visited {
	text-decoration: underline;
	color: #5474ad;
}

#orange_page a:link, #orange_page a:visited {
	text-decoration: underline;
	color: #e57f25;
}

#page_block a:link, #page_block a:visited {
	color: #4b4b4b;
}

#green_page a:hover, #red_page a:hover, #blue_page a:hover, #page_block a:hover, #yellow_page a:hover, #orange_page a:hover {
	text-decoration: none;
}

/*---------products.php----------------*/

#page_left_column {
	float: left;
	width: 15%;
	margin-left: 30px;
	margin-top: 30px;
}

#page_left_column img {
	float: right;
	margin: 0 10px 28px 0;
}

#onleft a:link, #onleft a:visited {
	float: left;
	width: 73px;
	height: 20px;
	margin-top: 15px;
	margin-left: 45px;
	background-image: url(buynow.gif);
}

#onleft a:hover {
	background-image: url(buynow_hover.gif);
}

.hide {
	display: none;
}

#screenshot img {
	float: right;
	margin-right: 5px;
}

#tips_green, #tips_blue {
	width: 150px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	padding: 3px;
	font-size: 8pt;
}

#tips_green {
	border: 1px dotted #a5df35;
}

#tips_green p, #tips_blue p {
	text-align: justify;
	margin: 2px;
}

#tips_blue{
	border: 1px dotted #5474ad;
}

#onleft {
	float: left;
	width: 20%;
	margin-top: 20px;
}

#onleft img {
	float: left;
	margin-left: 30px;
}

