﻿/* @group Global */

body {
	font: 80% Verdana, Arial, Lucida, Helvetica, sans-serif;
	background: #000 url('../img/bg-img2.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font: 80% Verdana, sans-serif;
	margin: 0;
	padding: 0;
	
}

/* @end */

#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* @group Login */

#logo-zin {
	float: left;
	width: 296px;
	text-align: left;
	padding: 14px 0 0 0;
	margin: 6px 0 0 98px;
}

#logo-zin h1 a {
background: url(../img/logo.gif) bottom no-repeat;
border:none;
display:block;
height:52px;
text-decoration:none;
text-indent:-9999px;
width:296px;
}


#login-box {
	background:#FFF;
	color:#fff;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	height:71px;
	position:absolute;
	width:960px;
	top: 20px;
}

#login-box h1 {
color:#FFF;
margin:0;
padding:0;
}



#login-box #login-form {
	float: right;
	margin: 0;
	padding: 0;
}

form#login {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 520px;
  max-width: 560px;
  width: 540px;
}

form#login fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: none;
  padding: 5px;
  margin: 0;
}

div#username-field, div#password-field {
	width: 180px;
}

div#username-field label, div#password-field label {
	color:#000;
	font-size:12px;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	margin:0 0 0 10px;
	padding:0;

}

div#username-field input, div#password-field input {
	border:1px solid #ddd;
	border-right-width:1px;
	border-top:none;
	border-left:none;
	color:#444;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	font-size:10px;
	height:15px;
	width:90px;
	padding:3px;
	p\adding: 5px;
}

div#username-field p, div#password-field p {
	margin:0; padding:0;
}

div#username-field p a, div#password-field p a {
	margin:0; padding:0 0 0 50px;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	color: gray;
}

div#username-field p a:hover, div#password-field p a:hover {
	margin:0; padding:0 0 0 50px;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	color: teal;
}



div#login-button {
	width:140px;
	height:40px;
	color:#000;
	font-size:12px;
	margin:0;
	padding:0;

}

div#login-button a.inputCancel {
	background-color:#f5f5f5;
	border:1px solid #dedede;
	color:#921801;
	padding: 3px;
	
	text-decoration:none;
font-weight:bold;
border:3px solid;
padding:2px;
border-color:#6cf #2af #2af #6cf;
background:#f5f5f5;
	
	
	
}

div#login-button a.inputCancel:hover {
	background-color:#921801;
	border:1px solid #fbe3e4;
	color:#fff;
		padding: 3px;
}

div#login-button a.inputCancel:active{
	background-color:#921801;
	border:1px solid #921801;
	color:#fff;
		padding: 3px;
}


div#login-button a.inputLogin  {
	background-color:#f5f5f5;
	border:1px solid #dedede;
	color:#569A1C;
		padding: 3px;
}

div#login-button a.inputLogin:hover  {
	background-color:#569A1C;
	border:1px solid #E6EFC2;
	color:#fff;
		padding: 3px;
}

div#login-button a.inputLogin:active  {
	background-color:#569A1C;
	border:1px solid #569A1C;
	color:#fff;
		padding: 3px;
}

/* @end */

/* @group Header */

#header {
	background: white;
	border-top: 5px black solid;
	height: 87px;
	margin: 0;
	padding: 0;
	width: 960px;
}

#header h1 {
	font-size: 6px;
	color: #444;
	margin: 0;
	padding: 0;
}

#header span {
	position: absolute;
	left: -3000px;
}

/* @group Login Tab */

#customer-login {
	float: right;
	margin: 0 120px 0 0;
	padding: 0;
}

#customer-login span.grey-text {
	color: #ebebeb;
}

#customer-login  p {
	background: url(../img/tab-left.gif) no-repeat;
	color: #D5E14D;
	float: left;
	font-size: 13px;
	height: 20px;
	margin: 0;
}

#customer-login  p a {
	background: url(../img/tab-right.gif) top right no-repeat;
	border: none;
	color: #b6c546;
	display: block;
	height: 21px;
	margin: 0 0 0 18px;
	padding: 0px 24px 5px 6px;
	text-decoration: none;
}

#customer-login  p a:hover {
	background: url(../img/tab-right.gif) top right no-repeat;
	border: none;
	color: #ddec52;
	display: block;
	height: 21px;
	margin: 0 0 0 18px;
	padding: 0px 24px 5px 6px;
	text-decoration: none;
}

/* @end */

#logo {
	float: left;
	width: 296px;
	text-align: left;
	padding-top: 29px;
	margin: 6px 0 0 98px;
}

#logo h1 a {
	background: url('../img/logo.gif') bottom no-repeat;
	border: none;
	display: block;
	height: 52px;
	text-decoration: none;
	text-indent: -9999px;
	width: 296px;
}

/* @end */

/* @group Navigation */
#navigation {
	margin:0 auto; 
	padding:0;
	clear:both; 
	width:960px;
	height:36px;
}

#nav-buttons {
	margin: 0; 
	padding: 0;
	width: 960px; 
	height: 36px;
	background: url('../img/menubar.gif');
	position: relative;
}

#nav-buttons li a span {
	display: none;
}

#nav-buttons li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}

#nav-buttons a {
	height: 36px; 
	display: block;
}
    
#nav-buttons li {
	height: 82px; 
    display: block;
}
    
#home {
	left: 30px; 
	width: 150px;
}

#legend {
	left: 180px; 
	width: 150px;
}

#software {
	left: 330px; 
	width: 150px;
}

#gear {
	left: 480px;
	width: 150px;
}

#about {
	left: 630px; 
	width: 150px;
}

#contact {
	left: 780px; 
	width: 150px;
}

#home a:hover {
	background: transparent url('../img/menubar.gif') -30px -36px no-repeat;
}

#legend a:hover {
	background: transparent url('../img/menubar.gif') -180px -36px no-repeat;
}

#software a:hover {
	background: transparent url('../img/menubar.gif') -330px -36px no-repeat;
}

#gear a:hover {
	background: transparent url('../img/menubar.gif') -480px -36px no-repeat;
}

#about a:hover {
	background: transparent url('../img/menubar.gif') -630px -36px no-repeat;
}

#contact a:hover {
	background: transparent url('../img/menubar.gif') -780px -36px no-repeat;
}


/* @end */

/* @group Content */

#wrapper {
	width: 960px;
	text-align: left;
	margin-left: 5px;
}

#topcrns {
	height: 8px;
	width: 770px;
	float: left;
}

#botcrns {
	height: 8px;
	width: 770px;
	float: left;
}

#toplft {
	background: url('../img/crnrs/toplft.gif') no-repeat top left;
	float: left;
	height: 8px;
	width: 8px;
}

#topcnt {
	background-color: #fff;
	float: left;
	width: 754px;
	height: 8px;
}

#toprgt {
	background: url('../img/crnrs/toprgt.gif') no-repeat top right;
	float: left;
	height: 8px;
	width: 8px;
}

#botlft {
	background: url('../img/crnrs/botlft.gif') no-repeat bottom left;
	float: left;
	height: 8px;
	width: 8px;
}

#botcnt {
	float: left;
	width: 754px;
	height: 8px;
	background-color: #fff;
}

#botrgt {
	background: url('../img/crnrs/botrgt.gif') no-repeat bottom right;
	float: left;
	height: 8px;
	width: 8px;
}

#content {
	clear: both;
	float: left;
	width: 960px;
	height: 370px;
	margin: 5px auto;
	padding: 0;
}

#flash-box {
	width:870px; 
	height: 370px; 
	margin: 0 auto;
	padding: 0;
}



#box-wrapper {
float:left;
width:960px;
margin:0;
padding:0;
}

#box1 {
float:left;
width:290px;
height:228px;
margin:0;
padding:0 0 0 44px;
}



/* #logo {
	float: left;
	width: 296px;
	text-align: left;
	padding-top: 29px;
	margin: 6px 0 0 98px;
}

#logo h1 a {
	background: url('../img/logo.gif') bottom no-repeat;
	border: none;
	display: block;
	height: 52px;
	text-decoration: none;
	text-indent: -9999px;
	width: 296px;
} */






#box1a {
width:290px;
height:106px;
margin:0 0 8px 0;
padding:0;
}

#box1a h1 a{
width: 296px;
height: 106px;
display: block; border: none;
background:url('../img/argos_qbcompat.gif') bottom no-repeat;
text-decoration: none;
text-indent: -9999px;
	
}

#box1b {
width:290px;
height:106px;
margin:0;
padding:0;
}

#box1b h1 a{
width: 296px;
height: 106px;
display: block; border: none;
background:url('../img/argos_screenshot2.gif') bottom no-repeat;
text-decoration: none;
text-indent: -9999px;
	
}




#box2 {
	float:left;
	width:267px;
	height:224px;
	padding-left:8px;
	padding-right:8px;
}

#box2 h1 a {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 267px;
	height: 224px;
	display: block; 
	background:url('../img/argostrax_gearbox.gif') no-repeat;
	background-position:left bottom;
	text-decoration: none;
	text-indent: -9999px;

}


#box3 {
	float:left;
	width:293px;
	height:220px;
	background-image:url('../img/argostrax_legend.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-right:38px;
}



/* @end */

/* @group Footer */

#footer {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#footer a:link {
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
	text-decoration: underline;
}

#footer a:visited {
	color: #eee;
}

#footer p {
	color: #eee;
	font-size: 70%;
	padding: 15px 0;
}




/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




/* @end */
