﻿
/* general */

body {
	font: 80% Verdana, sans-serif;
	background: #000 url('../img/bg-img2.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font: medium Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}


div.head {
	/* background: url('../img/argostrax_paws_48.gif') left no-repeat; */
	border: none;
	display: block;
	height: 48px;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;

}

	border: none;
	display: block;
	height: 48px;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;

}

div.vrow {
	width: 700px;
	z-index:1;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px gray solid;
}

div.vrow h1 {
	font: 80% Verdana, sans-serif;
	margin: 0;
	padding: 0;

}

/* corners */

#content_wrapper {
	width: 860px;
	text-align: left;
	margin: 0 auto; padding: 10px 0 0 0;
}



#topcrns {
	height: 21px;
	width: 860px;
	margin: 0 auto;
	padding:0;
}

#botcrns {
	height: 21px;
	width: 860px;
	margin: 0 auto;
}

#toplft {
	background: url('../img/crnrs/toplft.gif') no-repeat top left;
	float: left;
	height: 21px;
	width: 18px;
}

#topcnt {
margin:0; padding:0;
	background-color: #fff;
	float: left;
	width: 820px;
	height: 21px;
}

#toprgt {
margin:0; padding:0;
	background: url('../img/crnrs/toprgt.gif') no-repeat top right;
	float: left;
	height: 21px;
	width: 18px;
}

#botlft {
margin:0; padding:0;
	background: url('../img/crnrs/botlft.gif') no-repeat bottom left;
	float: left;
	height: 21px;
	width: 18px;
}

#botcnt {
margin:0; padding:0;
	float: left;
	width: 820px;
	height: 21px;
	background-color: #fff;
}

#botrgt {
	margin:0; padding:0;
	background: url('../img/crnrs/botrgt.gif') no-repeat bottom right;
	float: left;
	height: 21px;
	width: 18px;
}


/* end corners */

/* forgotpass page */


.forgotpass h1 {
	margin: 15px 0 0 70px;
	padding:0;
}

.forgotpass2 {
	text-align: center;
}

.forgotpass2 p.small {
	color:#000;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	font-size:10px;

}


.forgotpass2 input#email {
	border:1px solid #aaa;
	color:#000;
	font-family:"Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	height:17px;
	width:200px;
	padding:3px;
	text-align: left;


}


/* @end */

div#regform {
	width: 400px;
	font-size: 12px;
    text-align: left;
	padding-left:10px;
	
}


div#whatisargos {
	width: 400px;
	margin:0;
	font-size: 12px;
    text-align: left;
	padding-left:10px;
	height: auto;
	min-height: 300px;
	
}


/* css popups */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
width: auto;
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffca05;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
width: auto;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
width: 800px;
visibility: visible;
top: -60px;
left: 60px; /*position where enlarged image should offset horizontally */
z-index:10;
}




/** jquery lightbox css styles ***/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#gallery1 ul, #gallery2 ul, #gallery3 ul, #gallery4 ul

{

list-style-type: none;

list-style-image: none;

list-style-position: outside;

}

#gallery1 ul li, #gallery2 ul li, #gallery3 ul li, #gallery4 ul li

{

width: 100px;
display: inline;
}



#gallery1 ul img, #gallery2 ul img, #gallery3 ul img, #gallery4 ul img

{

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #3e3e3e;

border-right-color: #3e3e3e;

border-bottom-color: #3e3e3e;

border-left-color: #3e3e3e;

border-top-width: 5px;

border-right-width: 5px;

border-bottom-width: 20px;

border-left-width: 5px;

}

#gallery1 ul a:hover img, #gallery2 ul a:hover img, #gallery3 ul a:hover img, #gallery4 ul a:hover img

{

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #ffffff;

border-right-color: #ffffff;

border-bottom-color: #ffffff;

border-left-color: #ffffff;

border-top-width: 5px;

border-right-width: 5px;

border-bottom-width: 20px;

border-left-width: 5px;

color: #ffffff;

}


#content h1 {
	font: medium Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}


#links {
	width: 300px;  
	height: 57px;
	padding:30px 0 0 180px;
	text-align:left;
	float:left;
}

#links ul {
	list-style-image:none;
	color: black;
	
}

#links ul li {
	
}


#links ul li a {
	color: black;
}
#links ul li a :visited {
	color: black;
}
