/*	stylesheet.css - Clavardon (http://www.clavardon.com) - 30/08/2007	*/

/* 
	[ Generic classes ] 
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, bitstream vera sans, verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	/*background-color: #F1FDF1;*/
	background-image: url(../img/green_gradient.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
p { line-height: 21px; }
a {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #F1FDF1;
}
a img, a:hover img {
	border: none;
}
input, select, textarea {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2px;
	color: #000000;
	font-family: Trebuchet MS, bitstream vera sans, verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	-moz-box-sizing: content-box;
	box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #000000;
}
button {
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #000000;
	font-family: Trebuchet MS, bitstream vera sans, verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}
br.clearboth {
	clear: both;
	display: block;
	height: 10px;
}
table {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;	
}
th {
	color: #999999;
	border: 1px solid #CCCCCC;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
}
td {
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
.emptyCell {
	border: none;
	background: none;
}
table ul {
	text-align: center;
}
table ul li {
	text-align: left;
}
/* 
	[ Element classes ] 
*/
.elementsWrapper {
	margin: 0px auto;
	max-width: 1200px;
}
#mainHeader, .element, .elementHigh, #mainFooter {
	height: 100%;
	margin: 20px;
	padding: 10px;
	background-color: #FFFFFF;
}
.lineWrapper {
	width: 100%;
	clear: both;
	/*float: left;*/
}
.oneBoxWrapper {
	float: left;
	width: 100%;
	overflow: hidden;
}
.oneHalfBoxWrapper {
	float: left;
	width: 49%;
	overflow: hidden;
}
.oneThirdBoxWrapper {
	float: left;
	width: 33%;
	overflow: hidden;
}
.twoThirdBoxWrapper {
	float: left;
	width: 66%;
	overflow: hidden;
}
.oneBox,
.oneHalfBox,
.oneThirdBox,
.twoThirdBox {
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}
h2.topLeftTitle {
	display: block;
	float: left;
	margin: 0px;
	margin-top: -10px;
	margin-left: -10px;
	padding: 0px;
	font-size: 32px;
}
div.formConfirm {
	margin: 20px;
	background-color: #FFFFFF;
	border: 1px solid #00FF00;
	text-align: center;
	display: none;
}
div.formConfirm p {
	margin: 10px;
	background-color: #FFFFFF;
	color: #00FF00;
}
div.formError {
	margin: 20px;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	text-align: center;
	display: none;
}
div.formError p {
	margin: 10px;
	background-color: #FFFFFF;
	color: #FF0000;
}
div.formConfirm a, div.formError a {
	color: #000000;
}
.green {
	color: #00FF00;
}
.darkGrey {
	color: #999999;
}
.orange {
	color: #FF6600;
}
/* 
	[ in #mainHeader classes ] 
*/
#mainHeader {
	margin-top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	text-align: left;
}
#mainHeader #topMenu {
	display: inline;
	float: right;
}
#mainHeader #topMenu span {
	margin: 0px;
	_padding: 3px;
	color: #00FF00;
}
#mainHeader #topMenu span:before {
	content: " ";
	color: #00FF00;
}
#mainHeader #topMenu span:after {
	content: " |";
	color: #00FF00;
}
#mainHeader #topMenu form {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 60px;
}
#mainHeader #topMenu select {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #00FF00;
}
#mainHeader #topMenu #accountLink {
	color: #999999;
	text-decoration: none;
}
#mainHeader #managerBox {
	display: none;
	float: right;
	clear: both;
	padding: 5px;
	color: #999999;
}
#mainHeader #managerBox #managerForm,
#mainHeader #managerBox #managerForm dl {
	display: block;
	margin: 0px;
	padding: 0px;
}
#mainHeader #managerBox dt,
#mainHeader #managerBox dd {
	display: block;
	float: left;
	margin: 0px;
	padding: 2px;
}
#mainHeader #managerBox label {
	margin: 0px;
	padding: 2px;
}
#mainHeader #managerBox input {
	border: 1px solid #CCCCCC;
	color: #999999;
}
#mainHeader #managerBox input[type="hidden"] {
	display: none;
}
#mainHeader #managerBox input.submit {
	padding: 1px;
	_padding: 0px;
	//padding: 0px;
	background-color: #FFFFFF;
}
#mainHeader #clavardonLogo {
	/*position: absolute;*/
	display: block;
	width: auto;
	height: 60px;
	line-height: 60px;
}
#mainHeader #clavardonLogo a {
}
#mainHeader #clavardonLogo a img {
	vertical-align: middle;
}
#mainHeader #clavardonLogo strong {
}
#mainHeader #menu {
	display: block;
	padding: 5px;
	float: right;
	position: relative;
	clear:both;
}
#mainHeader #menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainHeader #menu ul li {
	display: block;
	float: left;
	margin-left: 10px;
}
#mainHeader #menu ul li a {
	display: block;
	padding: 5px;
	color: #00FF00;
	font-size: 18px;
	font-weight: bold;
}
#mainHeader #menu ul li a:hover {
	color: #00FF00;
}
#mainHeader #menu ul li a#selected {
	color: #00FF00;
	background-color: #F1FDF1;
}
#mainHeader #menu ul li a.disabled {
	color: #CCCCCC;
	cursor: text;
}
#mainHeader #menu ul li a.disabled:hover {
	color: #CCCCCC;
	background-color: transparent;
}
/* 
	[ .element & .elementHigh specific classes ] 
*/
.element h2.topLeftTitle,
.elementHigh h2.topLeftTitle {
	margin-right: 3px;
	color: #999999;
}
.element h3,
.elementHigh h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.element h4,
.elementHigh h4 {
	font-size: 16px;
	font-weight: bold;
}
.element h5,
.elementHigh h5 {
	font-size: 13px;
	font-weight: normal;
}
.element p,
.elementHigh p {
	margin-top: 0px;
}
.element small,
.elementHigh small {
	display: block;
}
.element strong,
.elementHigh strong {
	border: 1px solid #CCCCCC;
}
.element ul,
.elementHigh ul {
	display: block;
	clear: left;
	text-align: left;
	line-height: 18px;
}
.element .highlightedList,
.elementHigh .highlightedList {
	text-align: left;
	line-height: 22px;
}
.element .highlightedList strong,
.elementHigh .highlightedList strong {
	border: none;
	font-size: 14px;
}
.element .titleExample,
.elementHigh .titleExample {
	font-weight: normal;
	font-size: 16px;
}
.element .titleExample strong,
.elementHigh .titleExample strong {
	border: none;
	font-size: 20px;
}

.element form,
.elementHigh form {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.element dl,
.elementHigh dl {
	width: auto;
}
.element dt,
.elementHigh dt {
	position: relative;
	float: left;
	width: 30%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: right;
	clear: left;
}
.element dd,
.elementHigh dd {
	position: relative;
	float: left;
	width: 70%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	_margin-right: -25px;
	text-align: left;
}
.element label,
.elementHigh label {
	height: 20px;
	padding-right: 5px;
	overflow: hidden;
}
.element input, .element select, .element textarea,
.elementHigh input, .elementHigh select, .elementHigh textarea {
	width: 100%;
	_width: 85%;
	margin: 0px;
}
.element select,
.elementHigh select {
	_margin-left: 10px;
}
.element input.submit,
.elementHigh input.submit {
	width: 80px;
	padding: 1px;
	_padding: 0px;
	//padding: 0px;
	background-color: #F0F0F0;
}
/* 
	[ .element specific classes ] 
*/
.element {
	border: 1px solid #CCCCCC;
}
.element .oneThirdBox {
	background-color: none;
}
/* 
	[ .elementHigh specific classes ] 
*/
.elementHigh {
	border: 1px solid #00FF00;
}
.elementHigh .oneThirdBox {
	background-color: #ffffff;
}
.elementHigh h2.topLeftTitle {
	padding-right: 3px;
	color: #999999;
	background-color: #FFFFFF;
}
/* 
	[ #mainFooter classes ] 
*/
#mainFooter {
	border: 1px solid #CCCCCC;
	text-align: left;
}
#mainFooter small {
	font-size: 10px;
}
#mainFooter #sosignLogo {
	float: right;
}
/* 
	[ #id classes ] 
*/
#clavardonLink {
	position: absolute;
	margin-left: 40px;
	margin-top: -49px;
}
/*\*/
html*#clavardonLink {
/*seen only by safari*/
	margin-top: -71px;
/*seen only by IE6 for PC*/

}/**/
#clavardonLink2 {
	position: absolute;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: 360px;
	margin-top: -19px;
}
/*\*/
html*#clavardonLink2 {
/*seen only by safari*/
	margin-top: -41px;
/*seen only by IE6 for PC*/

}/**/
#slogan {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
#slogan h1 {
	display: block;
	padding: 0px;
	margin: 5px;
	font-size: 26px;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
}
#slogan h2 {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
}
#slogan h1 strong {
	font-size: 40px;
	font-weight: 900;
	color: #000000;
	background-color: #FFFFFF;
	border: none;
}
#slogan h2 strong {
	font-weight: 900;
	color: #000000;
	background-color: #FFFFFF;
}
#tryitWrapper {
	display: table-cell;
	vertical-align: middle;
	width: 330px;
	height: 170px;
	padding: 0px;
	background-repeat: no-repeat;
}
#tryit {
	display: block;
	width: 330px;
	position: absolute;
	background-color: transparent;
	background-image: url("../img/transparent-background.png");
	background-repeat: repeat;
}
#tryit h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}
#tryit h3 strong {
	border: none;
	font-size: 24px;
	font-weight: bold;
}
#tryit fieldset {
	border: none;
}
#tryit input {
	font-size: 20px;
	background-color: #000000;
	color: #FFFFFF;
}
#tryit input.submit {
	width: 110px;
	margin-top: 10px;
	border: 1px solid #F1FDF1;
	background-color: #00FF00;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
/* 
	[ Order button ] 
*/
a.orderNow {
	display: inline;
	width: auto;
	height: 30px;
	border: 1px solid #00FF00;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #F1FDF1;
	font-family: Trebuchet MS, bitstream vera sans, verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	cursor: pointer;
}
a.tryIt {
	display: inline;
	height: 30px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: transparent;
	font-family: Trebuchet MS, bitstream vera sans, verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	cursor: pointer;
}
a.tryIt:hover {
	text-decoration: underline;
}

/* modal windows */

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
.jqmWindow {
    display: none;
    position: fixed;
    top: 5%;
	left: 50%;
    margin-left: -400px;
     /*margin-left: auto;
    margin-right: auto;*/
    width: 800px;
    height: 90%;
    overflow: auto;
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid #EEE;
}
.jqmOverlay { background-color: #FFFFFF; }
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	*/
}
div.jqmWindow .jqmClose em{display:none;}
div.jqmWindow .jqmClose {
	display:none;
  /*
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  clear: right;
  background: transparent url(../img/close_icon_double.png) 0 0 no-repeat;
  */
}
div.jqmWindow a.jqmClose:hover{ background-position: 0 -20px; }

#comingsoon {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, bitstream vera sans, verdana, geneva, lucida, arial, helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}
#comingsoon #comingsoontop {
    padding: 5px;
}
#comingsoon .blockblack {
	background-color: #000000;
}
#comingsoon .blockwhite {
	background-color: #FFFFFF;
	color: #000000;
}
#comingsoon .title {
	padding: 20px;
	padding-bottom: 0;
	margin: 0;
}
#comingsoon .blockleft {
	float: left;
	clear: left;
	width: 50%;
}
#comingsoon .blockright {
	float: left;
	clear: right;
	width: 50%;
}
#comingsoon .blockin {
	padding: 20px;
}
#comingsoon .sosign {
	float: right;
	margin-top: -70px;
	text-align: right;
}
#comingsoon p {
	font-size: 1em;
	font-weight: normal;
}
#comingsoon a {
	color: #000000;
	text-decoration: underline;
}
#comingsoon a:hover {
	color: #000000;
	background-color: transparent;
}
#comingsoon h1 {
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
}
#comingsoon h2 {
	font-size: 1.2em;
	font-weight: normal;
}
#comingsoon form {
	display: inline;
}
#comingsoon form input {
	display: inline;
	height: 30px;
	width: 300px;
	font-size: 18px;
	padding: 5px;
}
#comingsoon form input.focus {
	font-style: normal;
	color: #000000;
}
#comingsoon form input.blur {
	font-style: italic;
	color: #999999;
}
#comingsoon form .error {
	border: 1px solid #FF0000;
	background-color: #FFDFDF;
}
#comingsoon form input.submit {
	display: inline;
	border: 1px solid #999999;
	background-color: #000000;
	color: #FFFFFF;
	font-style: normal;
	height: 30px;
	width: auto;
	font-size: 18px;
	padding: 5px;
}
#comingsoon #contactSuccess,
#comingsoon #mailingListSuccess {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	margin-top: 10px;
}
#comingsoon #contactError,
#comingsoon #mailingListError {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	margin-top: 10px;
}
