
/* Cullahs 
Olive: #9BBB34 (Light Olive: #B4CC68)
Blue: #00CCFF
Orange: #FF9900
*/
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   height:100%;
   font-family: 'Book Antiqua', 'Palatino Linotype', Georgia, Palatino, Times;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   background-color:#191919;
   background-image:url(images/wallpaper.jpg);
   min-width: 818px;
   text-align: center; /* center on ie */
   height:100%;
   
   line-height:180%;
}

.smallLowerSpacer {
	margin:0px 0px 4px 0px;
}

.mediumLowerSpacer {
	margin:0px 0px 8px 0px;
}

.largeLowerSpacer {
	margin:0px 0px 12px 0px;
}

.smallUpperSpacer {
	margin:4px 0px 0px 0px;
}

.mediumUpperSpacer {
	margin:8px 0px 0px 0px;
}

#news h2 {
	margin-bottom:0px;
}

td{
	/*IE Bug Fix*/
	font-size:12px;
}

/* +++++++++ FORMS +++++++++ */
input, select { 
	margin: 0; 
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	color:#555555;
	border: #CCCCCC solid 1px;
	background: url(images/site/inputbg.jpg) repeat-x;
	background-color:#FFFFFF;
}

#leftForm .right {
	width:140px;

}

textarea { 
	margin: 0; 
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	color:#555555;
	border: #CCCCCC solid 1px;
	background: url(images/site/textareabg.jpg) repeat-x;
	background-color:#FFFFFF;
}

#leftForm textarea {
	width:240px;
}

#leftForm #send-button {
	margin-left:206px;
	padding:0px;
	border:0px;
}

#leftForm .left {
display:block;
float:left;
margin-right:10px;
text-align:left;
width:90px;
}

.top {
	margin-bottom:3px;
}

/*input:focus, textarea:focus, select:focus{
	padding: 2px 2px 2px 2px;
	border: #9BBB34 solid 1px;
}*/

.plain{
   background: transparent;
   border: 0;
}

label{
	margin: 0; 
	padding: 0px 0px 2px 0px;
    font-size: 12px;
    line-height:125%;
    color:#C0C0C0;
}

.blueborder {
	/*border:#00CCFF solid 1px;*/
	border:#FFFFFF solid 1px;
}

.greenborder {
	/*border:#9BBB34 solid 1px;*/
	border:#C0C0C0 solid 1px;
}


/* For the thumbnails */
#override a {
	border:none;
}

#override img {
	height:40px;
	width:40px;
	border:#999999 solid 1px;
}

#override img:hover {
	/*border:#00CCFF solid 1px;*/
	border:#FFFFFF solid 1px;
	
}



.greenborderhover:hover {
	border:#9BBB34 solid 1px;
}

.noborder {
	border:#aaaaaa solid 1px;
}


.sendbutton:focus{
	border:none;
	background-color:transparent;
}


/* +++++++++ ANCHORS (ahoy, matey) +++++++++ */
a,a:active,a:visited { 
	color:#FFFFFF;
	text-decoration: none;
	/*border-bottom: 1px solid #00CCFF;*/
	border-bottom: 1px solid #999999;
	
	
}
a:hover{
	text-decoration: none;
	/*border-bottom: 1px solid #9BBB34;*/
	border-bottom: 1px solid #FFFFFF;
	color:#FFFFFF;
}

a.selected {
	border-bottom: 3px solid #FFFFFF;
}


/* Make it so image links don't have underlines */
.noborder,
.noborder:hover,
.noborder:visited
{
	border:none;
} 

/* Make images wrap inside text */

#aboutimage{
	float:right;
	width:200px;
	height:159px;
	margin:5px 0px 10px 10px;
	padding:0px;
	border:1px solid #777777;
	background: transparent url(images/site/clifstallion.jpg) top left no-repeat;
}
#aboutimage:hover{
	background-position: bottom left;
}

.normalimage{
	margin:0;
	background:none;
	padding:0px;
	border:1px solid #CCCCCC;
}
.homeimage{
	margin:0;
	background:none;
	padding:0px;
	border:1px solid #777777;
}
.contentimage{
	margin:7px 0px 7px 0px;
	background:none;
	padding:0px;
	border:1px solid #777777;
}
.centerimage{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:1px solid #777777;
	text-align:center;
}

.imageleft {
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #CCCCCC;
}
.imageleft2 {
	float:left;
	margin:0px 10px 10px 0;
	border:1px solid #777777;
}
.leftnoborder{
	float:left;
	margin:3px 10px 3px 0;
}
.rightnoborder{
	float:right;
	margin:0px 0px 5px 10px;
}

.imageright {
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}
.softwareimage {
	margin-top:10px;
	margin-left:14px;
	margin-bottom:10px;
	border:1px solid #777777;
}

/* My List Stylin' */
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{
	background:url(images/site/arrowmain.jpg) no-repeat 0 6px;
	padding: 0px 0px 3px 20px;
}
/* Resume Lists */
#resume ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#resume li{
	background:url(images/site/arrowdark.jpg) no-repeat 0 5px;
	padding: 0px 0px 3px 20px;
}
#resumeprint{
	float:right;
	border:none;
}
	#resumeprint a{
		border:none;
	}
	#resumeprint img{
		border:none;
	}

/*Pipes: Make 'em lighter, bob.*/
.thedate{
	color:#999999;
}


/*Blockquote */

blockquote{
	margin:10px 20px 10px 55px;
	padding:10px;
	border-top:1px dashed #555555;
	background: url(images/site/blockquotebg.jpg) repeat-x;
	background-color:#333333;
	width:70%;
	font-size:12px;
	color:#ACACAC;
}
#comments blockquote{
	margin:10px 20px 10px 20px;
	padding:10px;
	border-top:1px dashed #555555;
	background: url(images/site/blockquotebg.jpg) repeat-x;
	background-color:#333333;
	width:70%;
	font-size:12px;
	color:#ACACAC;
}

/* What the Header? */
h1{
	margin:0px 0px 5px 0px;
}
h2{
	margin:0px 0px 10px 0px;
	font-size:11px;
	color:#999999;
	font-weight:normal;
}
h3{
	margin:0px 0px 5px 0px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}
h4{
	margin:0px 0px 5px 0px;
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
}
h5{
	margin: 0; 
	padding: 0px 0px 2px 0px;
    font-size: 12px;
    line-height:125%;
	font-weight:normal;
    color:#666666;
}
h6{
	margin:0px 0px 5px 0px;
	font-size:12px;
	color:#00CCFF;
	font-weight:bold;
}
.boldblue{
	font-size:12px;
	color:#00CCFF;
	font-weight:bold;
}

ol, ul, pre
{
   margin-top: 10px;
   margin-bottom: 10px;
}


.invisible{
	display:none;
}

#pressImages a {
border:0px;
}

#lightbox a {
border:0px;
}

#pressImages a:visited {
border:0px;
}

#pressImages img {
	border:0px;
	margin:0px 30px 20px 0px;

}


/* (((((((((((((((((((((((((((((((((( Page Layout )))))))))))))))))))))))))))))))))))) */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 820px;
   text-align: left; 
   height:100%; 
}
	#container-inner { position: static; width: auto; }

/* ---------------------------------------- */

#pagebody { 
	position: relative; 
	width: 100%;
}
	#pagebody-inner { 
		position: static; 	
	}
#pagebody-portfolio{
	margin-top:70px;
	color:#FFFFFF;
	font-size:12px;
}
/* Alpha, Beta, Gaga (Mike Mills Mix) */

#alpha { 
	margin-top: 245px; 
	width: 309px;
	display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    font-size: 12px;
    color: #CCCCCC;
   	line-height:130%;
	
	
	
}	
	#alpha-top{
			width:309px;
			height:49px;
			background:url(images/site/lefttop.gif) no-repeat;
	}
	
	#alpha-top-heading{
			margin:24px 0px 0px 20px;
	}
	
	
		#alpha-middle{
			background:url(images/site/leftbg.jpg) repeat-y;
			margin:0;
			padding:0;
		}
			#alpha-inner{
				padding: 0px 24px 0 25px;
				position: static;
			}
	#alpha-bottom {
		margin: 0; 
		width:309px;
		height:40px;
		background:url(images/site/leftbottom.gif) no-repeat;	
		text-align:center;
		color:#888888;
		padding-top:18px;
	}
	


#beta-home-bottom a, #alpha-bottom a {
		color:#444444;
		border-bottom: none;
}	

#beta-home-bottom a:hover, #alpha-bottom a:hover {
	color:#555555;
	background-color:transparent;
	border-bottom: 1px solid #555555;
}


#beta { 
	margin: 0; 
	width: 509px;
	display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
	font-family: 'Book Antiqua', 'Palatino Linotype', Georgia, Palatino, Times;
	font-size:12px;
	color:#CCCCCC;
	line-height:160%;
}


#menu {
	margin:30px 0px 0px 10px;
	width:498px;
	height:19px;
	/*position:absolute;*/
}


#menu div.outer {
	float: left;
	height: 19px;
	margin: 0 35px 0 0;
	border:0px;
}

div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
}

#menu div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	border:0px;
	background-color:transparent;
}

#menu div.selected a {
	border:0px;
}

#menu div.welcome a {background: url('images/Welcome1.gif') 0 -20px no-repeat;}
#menu div.outer.welcome {width:42px;}
#menu .welcomeselected {background: url('images/Welcome1.gif') top left no-repeat; width:42px;}
#menu div.welcome a:hover {background: url('images/Welcome1.gif') 0 -40px no-repeat; }

#menu div.collection a {background: url('images/Collection1.gif') 0 -20px no-repeat;}
#menu div.outer.collection {width:63px;}
#menu .collectionselected {background: url('images/Collection1.gif') top left no-repeat; width:63px;}
#menu div.collection a:hover {background: url('images/Collection1.gif') 0 -40px no-repeat; }

#menu div.aboutus a {background: url('images/AboutUs1.gif') 0 -20px no-repeat;}
#menu div.outer.aboutus {width:48px;}
#menu .aboutusselected {background: url('images/AboutUs1.gif') top left no-repeat; width:48px;}
#menu div.aboutus a:hover {background: url('images/AboutUs1.gif') 0 -40px no-repeat; }

#menu div.press a {background: url('images/Press1.gif') 0 -20px no-repeat;}
#menu div.outer.press {width:33px;}
#menu .pressselected {background: url('images/Press1.gif') top left no-repeat; width:33px;}
#menu div.press a:hover {background: url('images/Press1.gif') 0 -40px no-repeat; }

#menu div.ourstores a {background: url('images/OurStores1.gif') 0 -20px no-repeat;}
#menu div.outer.ourstores {width:67px;}
#menu .ourstoresselected {background: url('images/OurStores1.gif') top left no-repeat; width:67px;}
#menu div.ourstores a:hover {background: url('images/OurStores1.gif') 0 -40px no-repeat; }

#menu div.members a {background: url('images/Members1.gif') 0 -20px no-repeat;}
#menu div.outer.members {width:69px;}
#menu .membersselected {background: url('images/Members1.gif') top left no-repeat; width:69px;}
#menu div.members a:hover {background: url('images/Members1.gif') 0 -40px no-repeat; }



#thumbnails img {
margin:0 3px 2px 0px;
border:1px solid #CCCCCC;
}

#thumbnails img:hover {
border-color: #FFFFFF;
}

#thumbnails a {
border:none;
}

#thumbnails a:hover {
background-color:transparent;
}



.spacer {
clear:both;
line-height:0px;
}

	#beta-top{
		width:509px;
		height:61px;
		padding:2px 0px 0px 0px;
		background:url(images/site/righttop.gif) no-repeat scroll 0%;
		background-position: 0px 2px;
	}
	
	#beta-top-heading {
		margin:24px 0px 0px 25px;
	}
	
		#beta-middle{
			background:url(images/site/rightbg.jpg) repeat-y;
			margin:0;
			padding:0;
		}
			#beta-inner {
			   padding: 0px 24px 0 25px;
			   position: static;
			   overflow: hidden;
			   clear: both;
			   
			   line-height:170%;
			   color:#FFFFFF;
			}
	#beta-bottom{
		margin:0; 
		width:509px;
		height:40px;
		background:url(images/site/rightbottom.gif) no-repeat;	
		
		text-align:center;
		color:#333333;
		padding-top:18px;
		font-size:12px;
	}

	
	#beta-bottom-left {
		float:left;
		width:230px;
	}
		#beta-bottom-right {
		float:left;
		width:230px;
	}
	
	
/* Home Alpha Stuff */
#alpha-home-top{
	background:url(images/site/leftdivide.jpg) no-repeat;
	margin:0;
	padding:0;
	height:7px;
	width:309px;
	overflow:hidden;
}
#alpha-home-middle{
	background:url(images/site/leftbg2.jpg) repeat-y;
	margin:0;
	padding:0;
	width:309px;
	height:auto;
}
#alpha-home-middle-inner {
   padding: 10px 24px 0 25px; 
}

/* Home Beta Stuff */
#beta-home-top{
	background:url(images/site/rightdivide.jpg) no-repeat;
	margin:0;
	padding:0;
	height:7px;
	width:509px;
	overflow:hidden;
}
#beta-home-middle{
	background:url(images/site/rightbg2.jpg) repeat-y;
	margin:0;
	padding:0;
	width:509px;
	height:auto;
}
#beta-home-middle-inner {
   padding: 10px 24px 0 25px; 
}
	
/* This just might work...*/
#column1{
	float:left;
	width:140px;
	padding-right:20px;
}
#column2{
	float:left;
	width:140px;
	padding-right:20px;
	
}
#column3{
	float:left;
	width:140px;
}
#columnA{
	float:left;
	width:200px;
	padding-right:20px;
}
#columnB{
	float:left;
	width:200px;
	padding-right:20px;
}
#clearit{
	clear:both;
}

#beta-home-bottom{
		margin:0; 
		width:509px;
		height:40px;
		background:url(images/site/rightbottom.gif) no-repeat;	
		
		text-align:center;
		color:#333333;
		padding-top:18px;
		font-size:12px;
		clear:both;
		display:block;
}



/* ------------- */
/* The Logo ---------------------------------------- */
#logo{
	margin:2px 0px 0px 27px;
	width:250px;
	height:241px;
	position:absolute;

}

#logo a {
	background-color:transparent;
}




/* ---------------------------------------- */
#big{
	margin:69px 0px 35px 0px;
	width:720px;
	height:127px;
	position:absolute;
}
/* Secondary Page Header */
#big2{
	margin:69px 0px 35px 0px;
	width:720px;
	height:52px;
	position:absolute;
}
/* ----- */

	
#bottombar{
	width:720px;
	height:90px;
	margin-left:0px;
	margin-bottom:0px;
	position:absolute;
	background-image:url(images/bottombar.jpg);
}
	#bottombar-inner{
		vertical-align:middle;
		color:#CCCCCC;
		font-size:10px;
		line-height:170%;
		padding:40px 10px 10px 10px;
	}


.content-nav
{
   margin: 10px;
   text-align: center;
}



/*+++++++++++++++++++ CONTROL PANEL ++++++++++++++++++++++++++++*/
#agentTable {
border-collapse:collapse;
border-spacing:0px;
}

#agentTable td {
border:1px dotted #999999;
padding:5px;
text-align:center;
}

#agentTable td.agentCol {
text-align:left;

}

#agentTable td.fatCol { 
width:140px; 
border-top:none;
border-left:none;
}

.thinCol {
width:50px;
text-align:center;
background-color:#444444;
}

.tableRow:hover { background-color:#555555; }

.deleteEntry {
background:transparent;
border:none;
}


/*+++++++++++++++++++ STUFF I NEED ++++++++++++++++++++++++++++*/

/* standard helper classes (whatever that is...) */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height:0px;
}

/* .pkg class wraps enclosing block element around inner floated elements (whatever that means...) */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height:0px;
}
* html .pkg { 
	display: inline-block;
 }
/* no ie mac \*/

* html .pkg { 
	height:100%;
 }
.pkg { 
	display: block;
	height:100%;
 }
