@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for YourMark.com                        */
/* Last Updated: 10.22.2009 by Cory Perry                             */
/*--------------------------------------------------------------------*/


/* Base Reset.css to reset all default browser styles-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #FFF url(../images/body_bg.jpg) repeat-x;
	color: #353434;
	font-family: Geneva, Verdana, "Lucida Grande", Tahoma, sans-serif;
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:750px;
		width: 100%;
    overflow-y:auto; 
}
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	/*background:url(../images/overlay/white.png) no-repeat;*/
	background: #fff;
	border: 2px solid #ccc;
	
	/* dimensions after the growing animation finishes  */
	width:825px;
	height:750px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:25px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../images/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../images/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}


/* links---------------------------------------*/
a:link {color: #0079c2; text-decoration: none;}
a:visited {color: #0079c2; text-decoration: none;}
a:hover {color: #F5B44c; text-decoration: underline;}
a:active {color: #0079c2; text-decoration: none;}

#content #client-data table p.button a:link {color: #FFF; text-decoration: none;}
#content #client-data table p.button a:visited {color: #FFF; text-decoration: none;}

/* headers-------------------------------------*/
h1 {font-size: 2.0em;}
h2 {
	font-size: 1.7em;
	text-align: center;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 1.2em;
	color: #353434;
}

h3 span.italics {
	font-style: italic;
	font-size: 1.0em;
	color: #0079C2;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 760px;
	height: auto;
	position: relative;
	margin: 60px auto;
}

#port-wrapper {
	width: 760px;
	height: auto;
	position: relative;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}

#header {
	width: 434px;
	height: 158px;
	margin: 0 auto 20px auto;
}

#mainNav {
	width: 434px;
	height: 102px;
	margin: 0 auto;
}
	#mainNav ul {
		list-style: none;
	}
	/*#mainNav li {
		height: 102px;
		width: 91px;
		float: left;
	}*/
	#mainNav a {
		display: block;
		float: left;
		width: 91px;
		height: 102px;
		text-indent: -9999px;
	}
	
	/*Nav icons*/
	#mainNav a#portfolio {
		background: url(../images/nav_port.jpg) no-repeat top center;
		margin: 0 20px 0 0;
	}
	#mainNav a#portfolio:hover {
		background: url(../images/nav_port_over.jpg) no-repeat top center;
	}
	
	#mainNav a#support {
		background: url(../images/nav_support.jpg) no-repeat top center;
		margin: 0 20px 0 0;
	}
	#mainNav a#support:hover {
		background: url(../images/nav_support_over.jpg) no-repeat top center;
	}
	#mainNav a#contact {
		background: url(../images/nav_contact.jpg) no-repeat top center;
		margin: 0 20px 0 0;
	}
	#mainNav a#contact:hover {
		background: url(../images/nav_contact_over.jpg) no-repeat top center;
	}
	#mainNav a#login {
		background: url(../images/nav_login.jpg) no-repeat top center;
		margin: 0 0 0 0;
	}
	#mainNav a#login:hover {
		background: url(../images/nav_login_over.jpg) no-repeat top center;
	}
	
/* content--------------------------------------------------*/
#content {
	margin: 30px 0 30px 0;
	width: 760px;
	height: auto;
}

#content ul.portfolio {
	list-style: none;
	text-align: center;
}
#content ul.portfolio li {
	margin: 0 0 6px 0;
}


#content #support-form {
	width: 100%;
	border-top: 1px dotted #0079c2;
	border-bottom: 1px dotted #0079c2;
	padding: 8px 8px;
}

#content #support-form .row {
	margin: 0 0 12px 0;
}

#content #support-form .row span.formlabel {
	font-size: 18px;
	margin: 10px 0 2px 0;
	text-align: right;
}

#content #support-form .row span.forminput input {
	font-size: 16px;
	border: 1px solid #0079C2;
	margin: 0 0 12px 0;
	width: 400px;
}
#content #support-form .row span.forminput input.short {
	width: 125px;
}
#content #support-form .row span.forminput input.med {
	width: 250px;
}
#content #support-form .row span.forminput input.long {
	width: 500px;
}
#content #support-form .row span.forminput input.checkbox {
	font-size: 16px;
	border: none;
	width: 25px;
	height: auto;
	margin: 0;
}
#content #support-form .row select {
	font-size: 16px;
	border: 1px solid #0079C2;
	margin: 0 0 10px 0;
	padding: 4px 4px;
	width: 400px;
}
#content #support-form .row textarea {
	font-size: 16px;
	font-family: Geneva, Verdana, "Lucida Grande", Tahoma, sans-serif;
	border: 1px solid #0079C2;
	margin: 0 0 10px 0;
	padding: 4px 4px;
}

#content #support-form .row span.forminput input.submit {
	font-size: 18px;
	border: 2px solid #353434;
	margin: 0 0 10px 0;
	padding: 4px 4px;
	width: 200px;
	background: #0079C2;
	color: #FFF;
}

/* client area styling--------------------------------------*/
#content #client-nav {
	border-top: 1px dotted #0079c2;
	border-bottom: 1px dotted #0079c2;
	margin: 15px 0 15px 0;
	padding: 6px 6px;
}
#content #client-nav ul {
	list-style: none;
}
#content #client-nav ul li {
	display: inline;
	margin: 0 0 0 5px;
}

h2.header {
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0 10px 0;
	background: #f5f5f5
}

/* table data */
#content #client-data table tr td.form, #content #client-data table tr td {
	vertical-align: middle;
}
#content #client-data table tr td.form {
	vertical-align: middle;
	text-align: center;
}
#content #client-data table tr.switch {
	background: #f5f5f5;
}
#content #client-data table p.button {
	background: #0079c2;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px;
	border: 2px solid #ccc;
	text-align: center;
}
#content #client-data table p.total {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
}

#content #client-form {
	width: 100%;
/*	border-bottom: 1px dotted #0079c2;*/
	padding: 8px 8px;
}
#content #client-form td.label {
	text-align: right;
}
#content #client-form span.formlabel {
	font-size: 18px;
	margin: 0 5px 0 0;
	text-align: right;
}

#content #client-form span.forminput input {
	font-size: 16px;
	border: 1px solid #0079C2;
	margin: 0;
	width: 400px;
}

#content #client-form td.error {
	border: 2px solid #FF0000;
}
#content #client-form span.forminput input.short {
	width: 125px;
}
#content #client-form span.forminput input.med {
	width: 250px;
}
#content #client-form span.forminput input.long {
	width: 500px;
}

#content #client-form span.forminput input.inputerror, #content #client-form span.inputerror {
	border: 2px solid #FF0000;
}
#content #paymentError {
	margin: 5px 10px 10px 10px;
	font-style:italic;
}
#content #paymentError h4 {
	font-size: 16px;
	color: #FF0000;
}
#content #paymentError p {
	font-size: 14px;
	color: #FF0000;
}

#content #client-form span.forminput input.checkbox {
	font-size: 16px;
	border: none;
	width: 25px;
	height: auto;
	margin: 0;
}
#content #client-form select {
	font-size: 16px;
	border: 1px solid #0079C2;
	margin: 0 0 10px 0;
	padding: 4px 4px;
	width: 400px;
}
#content #client-form textarea {
	font-size: 16px;
	font-family: Geneva, Verdana, "Lucida Grande", Tahoma, sans-serif;
	border: 1px solid #0079C2;
	margin: 0 0 10px 0;
	padding: 4px 4px;
}

#content #client-form span.forminput input.submit, input.submit {
	font-size: 18px;
	border: 2px solid #353434;
	margin: 0 0 10px 0;
	padding: 4px 4px;
	width: auto;
	background: #0079C2;
	color: #FFF;
}

#content #client-form ul {
	margin: 10px 10px 10px 15px;
}
#content #client-form ul li {
	margin: 0 0 5px 0;
}

#content p.notice {
	background: #ffff99;
	padding: 8px 8px;
	border: 1px dashed #ff0000;
	margin: 10px 0 15px 0;
}
/* footer---------------------------------------------------*/
#footer {
	margin: 30px auto 30px auto;
	width: 760px;
	height: auto;
	border-top: 1px solid #CCC;
	padding-top: 8px;
	padding-right: 20px;
}
	#footer p {
		text-align: center;
		font-size: 0.7em;
		margin: 0 0 8px 0;
		color: #79ABDC;
	}
img.picB {
	border: 1px solid #0079C2;
	padding: 1px;
}

