/***************************/
/*      AMSY.net CSS       */
/***************************/
body {
    font:normal 12px "Lucida Grande",verdana,arial,helvetica,sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background: #003000; /*url("bg_grad3.jpg") fixed*/
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited, a:active{
    color: #005FA9;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/************* left menu **************/
#pageNav{
	float: left;
	width: 178px;
	background-color: #BBFFBB;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	font:normal 10px "Lucida Grande",verdana,arial,helvetica,sans-serif;
	color:#333333;
}

.relatedLinks{
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #999999;
}

.relatedLinks h1{
	font: bold 110% "Lucida Grande",verdana,arial,helvetica,sans-serif;
	color: #333333;
	display:block;
}

.relatedLinks a{
	display:block;
}

/*************** list tag styles ***************/
ul{
 list-style-type: disc;
 list-style-position:outside;
}

ul ul{
 list-style-type: square;
 list-style-position:outside;
}

ul ul ul{
 list-style-type: none;
}

/************** main layout **************/
#pagecell1{
	/*position:absolute;
	float:left;
	top: 42px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;*/
}

.greenbackground{
	background-color: #CCFFCC ;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#content{
	padding: 0px 10px 0px 10px; /* padding settings for page's main contents*/
	margin:0px 0px 0px 178px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

/*************** story styles ******************/
.story {
	padding: 0px 0px 10px 0px;
	text-align: justify;
	font:normal 100% "Lucida Grande",verdana,arial,helvetica,sans-serif;
	line-height: 145%;
}

.story h1{
	font-weight:bold;
	font-size:150%;
	color: #2B3E46;
	margin:0;
	padding:10px 0 15px 0;
	line-height:120%;
}

.story h2{
	font-weight:bold;
	font-size:125%;
	color: #334D55;
	margin:15px 0 10px 0;
	padding:0;
}

.story h3{
	font-weight:bold;
	font-size:110%;
	color: #2B3E46;
	margin:0;
	padding:5px 0 5px 0;
}

.story h4{
	font-weight:bold;
	font-size:100%;
	color: #334D55;
	margin:0;
	padding:0;
}

.story ul{
	margin:0;
	list-style-type: disc;
}

.story ul li {
	line-height:1.3em;
	margin: 0 0 3px 0;
}

.story p{
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
}

.storyLeft{
	padding-right: 12px;
	text-align: justify;
}

.storyRight{
    text-align: justify;
}

.story img.lined{
	border:1px solid #999999;
	margin:0px 5px 10px 0px;
}

.mainlight{
    /* border-top:1px solid #999999; */
    background-color: #eeffee;
    padding: 5px;
    background: url("/images/test/corner.gif") no-repeat 100% 100% #eeffee; 
}

.maindark{
    /* border-top:1px solid #999999; */
    padding: 5px;
}

/************** header tag styles **************/
#siteInfo{
	clear: both;
	border-top: 1px solid #999999;
	font-size: small;
	color: #999999;
	padding: 10px 0px 10px 0px;
	margin-top: -1px;
}

#bottom{
    background-color: #CCFFCC;
    border-bottom: 1px solid #999999;}

/* h1{
    font: bold 175% "Lucida Grande",verdana,arial,helvetica,sans-serif;
    color: #334D55;
    padding: 0px 0px 5px 0px;
	text-shadow: #999 0px 0px 2px;}

h2{
	font: bold 150% "Lucida Grande",verdana,arial,helvetica,sans-serif;
	color: #006699;
}

h3{
    font: bold 100% "Lucida Grande",verdana,arial,helvetica,sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;}

h5{
    font: 100% "Lucida Grande",verdana,arial,helvetica,sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;} */

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;}

label{
    font: bold 1em "Lucida Grande",verdana,arial,helvetica,sans-serif;
    color: #334d55;}
				
input{
    font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{ /*American Systems International Kft.*/
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: bold;}

.clearer{clear:both; padding-bottom:10px;}

/************** pageName styles ****************/
#pageName{position:relative; right:10px;text-align:right;}

#pageName h2{
	font: bold 175% "Lucida Grande",verdana,arial,helvetica,sans-serif;
	margin:0px;
	padding: 0px;
    color: #000;
	text-shadow: #888 0px 0px 3px;}

/************ subglobalNav styles **************/
.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************** feature styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	/*min-height: 200px;
	height: 200px;*/
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% "Lucida Grande",verdana,arial,helvetica,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/**************** advert styles *****************/
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** show / Hide stuff **************/
/**************** for showing and hiding divs ****/

div#showHide1, div#showHide2, div#showHide3, div#showHide4, div#showHide5, div#showHide6 { display: none; width: 550px; padding: 0px; margin:0 0 10px 0;}

/*************** table stuff *********************/

#mytable {
	width: 520px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 520px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th.py {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/extras/css/table/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: none;
}


th.spec {
	border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	background: #f4f19d url(/extras/css/table1/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align: center;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	background: #fffdcc url(/extras/css/table1/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: center;
}

td.py {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #f4f19d;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}

td.alt {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fffdcc;
	padding: 6px 6px 6px 12px;
	color: #797268;
	text-align: center;
}

.mp_products {
	float:left;
	margin:0 0 10px 0;
	background-color: #efe;
	padding:0 10px;
	line-height:1.4em;
	border-bottom:1px solid #999;
	border-top:1px solid #fff;
}

.mp_3col {
	float:left;
	width:31%;
	padding:0 10px 0 0;
}

.mp_3col ul {
	margin:0 5px 0 25px;
	padding:0;
}

.mp_3col ul li {
	margin:0 5px 0 0;
	padding:0 0 3px 0;
}

.col2 {
	position:relative;
	float:left;
	width: 270px;
	margin: 0 0 10px 0;
}