/* - - - - - - - - - - - - - - - - - - - - -

MANAGER 2.0 - One CSS to Rule Them All

- - - - - - - - - - - - - - - - - - - - - */

#container, #top, #bottom, #footer{
	width:960px;
}

#main{
	margin:0 0 12px 0;
	padding:0 0 10px 0;
	border-top:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.forms{
	background:#E5F0FF;
	border:1px solid #D5DFED;
}

#container .info{
	border-color:#fff;
	margin-bottom:4px;
}


/* - - - - - - - - - - - - - - - - - - - - -

 Title : Richard's Adaptation of Wufoo's CSS
 Author : Richard Burton
 URL : http://havingacrack.com

 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */

h1 {font-size:20px;}

p1 {font-size:14px;}

.options {
	height:100%;
	width:100%;
	clear:right;
	padding-bottom:10px;
}

.optionbox {
	width:250px;
	padding:0 7px;
	float:left;
}

.dropdownselect {
	width:200px;
}

.optionbox li {
	width:240px;
}

.optionbox h3 {
	font:15px;
	padding:0;
	margin:0 0 3px 0;
}

.colorlabels label {
	float:left;
	margin:0;
	padding:0;
}

.colorlabels label:hover {
	opacity:0.9;
	cursor:pointer;
}

.colorcheck {
	margin:14px;
	border:0;
	float:left;
	padding:0;
}

.colorcheck:hover {
	cursor:pointer;
}

.qualif {
	font-size:10px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	margin-bottom:5px;
}

.pointer {
	cursor: pointer;
}

.sizespan:hover {
	background-color:#FFFF66;
}

.pricebox {
	background-color:#F4F4F4;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	margin-top:8px;
	padding:8px 6px 2px;
}

.nextbox {
	background-color:#CBFFCA;
	border-bottom:#A6D1A5 1px solid;
	border-right:#A6D1A5 1px solid;
	margin-top:4px;
	padding:8px;
}

.extrabox {
	background-color:#EDF3FE;
	border-bottom:#C0C5CF 1px solid;
	border-right:#C0C5CF 1px solid;
	margin-top:4px;
	padding-top:8px;
	width:220px;
}

.extrabox h2 {
	font-size: 13px;
	font-weight: normal;
	text-align:center;
	opacity: 0.7;
}

/* Tooltip CSS */

#dhtmltooltip{
position: absolute;
color:#000;
font:20px;
text-align:center;
border: 0;
padding: 2px;
background-color:#FFFF66;
visibility: hidden;
z-index:100;
}

/* zurb hr css - http://www.zurb.com/article/277/3-ways-to-add-depth-to-any-website-with-c */

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top:  1px solid #fff;  /*these two borders can be flipped to give the hr tag more "pop" */
	border-bottom: 1px solid #ddd; 
	}

/* zurb	button css - http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */

	.awesome, .awesome:visited {
		background: #333 url(../images/alert-overlay.png) repeat-x; 
		display: inline-block; 
		padding: 5px 10px 6px; 
		color: #fff; 
		text-decoration: none;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		opacity: 0.9;
	}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }


/* Zurbox shizzle */

.column, .columns { float: left; display: inline; margin: 0 0 0 0; }

		.zurbox {
			background: #eee;
			margin: 0 0 17px;
			padding: 18px 20px 1px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			}

	  hr {
		margin: 17px 0 18px;
		height: 0;
		clear: both;
		border: solid #ddd;
		border-width: 1px 0 0;
		border-top:   1px solid #ddd; /*these two borders can be flipped to give the hr tag more "pop" */
		border-bottom: 1px solid #fff;
		}

	.curvedBox {
		border-bottom: 1px solid rgb(204, 204, 204);
		margin: 0pt 0pt 17px;
		padding: 17px 20px 1px;
		background: rgb(238, 238, 238) none repeat scroll 0% 0%;
		-moz-background-clip: border;
		-moz-background-origin: padding;
		-moz-background-inline-policy: continuous;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	}

	.curvedBoxTitles {
		color: black;
		text-shadow: 0pt 1px 1px rgb(255, 255, 255);
		padding:0 0 5px 0;
	}

	.curvedBoxwhite {
		border: 1px solid rgb(204, 204, 204);
		margin: 0pt 0pt 17px;
		padding: 17px 20px 1px;
		background: white;
		-moz-background-clip: border;
		-moz-background-origin: padding;
		-moz-background-inline-policy: continuous;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

	.curvedBoxBlue {
		border-bottom: 1px solid rgb(184, 231, 241);
		margin: 0pt 0pt 17px;
		padding: 17px 20px 1px;
		background: rgb(227,249,247);
		-moz-background-clip: border;
		-moz-background-origin: padding;
		-moz-background-inline-policy: continuous;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	}

	.curvedBoxTitlesWhite {
		color: rgb(68, 68, 68);
		text-shadow: 0pt 1px 1px rgb(200, 200, 200);
	}



/* Details CSS */

.deets {
	float:left;
	width:50%;
}

.deets li {
	width:100%;
}


/* Shop CSS */

.postexp {
	width:100%;
	text-align:center;
	background-color:;
/*	border-right:1px #C30026;
	border-bottom:1px #C30026;
	background-color:#FAE1E6; */
	padding: 10px 0;
	font-size:17px;
	color:#F14365;
	clear:both;
}

.addlink:hover {
	background:blue;
	color:white;
	text-decoration:none;
}

.addlink:active {
	background:white;
	color:blue;
}

.step {
		width:26px;
		margin-left:-52px;
		padding-top:5px;
		padding-left:6px;
		height:30px;
		background:#FFFF99;
		position:absolute;
		font-size:20px;
		margin-top:14px;
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		-moz-box-shadow:-3px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
/* - - - - - - - - - - - - - - - - - - - -
 Title : 
 Author : 
 URL : http://

 Last Updated : 

 Site CSS.

- - - - - - - - - - - - - - - - - - - - - */


body {
	margin:0;
	padding:0;
	background:#D0E5FF;
	top:0;
	bottom:0;
}

.headlogo {
	height:20px;
	width:400px;
	font-size:2.5em;
}

.trust {
	font-size:20px;
	float:right;
	margin:26px 0 0 0;
	color:#042A4D;
}

.overcontent {
	text-align:left;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:26px;
	padding:0;
}

.info {
	padding:10px;
}

/* Homepage */

.statement {
	padding:15px 0 0 0;
	width:100%;
	text-align:center;
}

.statement h2 {
	background:none;
	font-size:29px;
	line-height:29px;
	color:black;
}


.testimonial {
	font-style:italic;
	font-family:Georgia, Times New Roman, Times, serif;
	line-height:20px;
	font-size:16px;
	margin-bottom:3px;
}

.testifier{
	font:Georgia, Times New Roman, Times, serif;
	font-size:11px;
}

/* TESTIMONIAL */

#largetestimonial {
	font-size:16px;
	font-style:italic;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#106220;
	padding:15px;
	width:400px;
	float:left;
	margin:5px 10px;
	background:#BDFFCA;
	border-bottom:1px dotted #064913;
}

.testimonialname {
	font-size:12px;
	font-weight:bold;
}

/* FOOTER */

#footer{
	width:100%;
	min-width:960px;
	padding:0;
	float:left;
	margin:0;
	background-color: #308DFF;
}

#footer img{
	display:block;
	margin: 15px auto;
}

#footer a{
	color:#FFF;
	font-size:19px;
}

#footer a:hover{
	color:#FFF;
}

#footer h2 {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	font-weight:bold;
	color: #FFF;
	border-bottom-width:0px;
	padding:0px;
	margin:0px;
}

.leftsidefooterlarge {
	width:300px;
	margin: 10px 7px 20px;
	float:left;

}

#footed {
	padding:15px;
	font-size:12px;
	color:#000;
}

#footed a:hover {
	background:blue;
	color:white;
	text-decoration:none;
}


/* Menu CSS */

#nav{
	background: #D0E5FF;
}
#nav[id]{
	height: auto;
}

.clearfix, #stage{
	/*display: inline-block;*/
}

#menu{
	top: 12px;
	list-style: none;
	margin: 0 10px 0 0;
}
* html #menu{
	top: 13px;
}
*+html #menu{
	top: 13px;
}
#menu li{
	float: left;
	margin: 0 2px;
	color: #FFFFCC;
/*	width: 90px; */
	text-align: center;
}
#menu li.act, #menu li.inf, #menu li.lgo{
	width: 150px;
}
#menu li.usr{
	margin-right: 20px;
}
#menu li.lgo{
	margin-left: 0px;
}
#menu li a{
	font-size: 95%;
	display: block;
	text-decoration: none;
	color: #FFDA68;
	font-weight: bold;
	background-color: #0F7BCA;
	/*border-right: 1px solid #841700;
	border-bottom: 1px solid #9F1E00;*/
	padding: 0 8px 1px 30px;
	margin: 0 auto;
	line-height: 25px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,.15) 1px -1px 2px;
	-moz-box-shadow: rgba(0,0,0,.15) 1px -1px 2px;
}
* html #menu li a, #manage #menu li a{
	background-image: none;
	padding: 0 15px 1px 15px;
}

#menu li img{
	border:0;
	float:left;
}

#menu li.act a{
	background:#0E4C83;
	width:100px;
	color: #fff;
	padding: 0 10px 1px 10px;
}
#menu li.inf a:hover, #menu li.act a:hover{
	background-color: #5686BC;
	border-color: #3F6895;
	color: #eee;
}
#menu li a:hover{
	border-color: #EDB509;
	background-color: #FFDA68;
	color: #000;
}
#menu a:active{
	background-color: #8EBC14 !important;
	border-color: #607E0E !important;
	color: #fff !important;
}
#users .usr a, #account .act a, #build .bld a, #forms .frm a, #reports .rpt a{
	border-color: #FFF !important;
	background-color: #FFF !important;
	color: #222 !important;
	font-weight: bold;
}
#themes #menu .thm a{
	color: #fff;
	background-color: #222;
	border-color: #222;
	font-weight: bold;
}

