/* ##########################################
   ##  Name: Soft Business                 ##
   ##  Developed by: cesiel1993            ##
   ##  File: style.css                     ##
   ##  Last Updated: April 12th, 2009      ##
   ##  Help: Email - cesiel1993@gmail.com  ##
   ##########################################
*/

body {
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #e6e6e6;
}

/* ---- Standard Elements ---- */

a {
	color: #1d75b4;
	text-decoration: none;
}

a:hover {
	color: #1d75b4;
	text-decoration: underline;
}

a:visited {
	color: #1d75b4;
	text-decoration: none;
}

a:active {
	color: #1d75b4;
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #222222;
	padding: 0;
	margin: 0 0 8px 0;
}

h1 { font-size: 24px; letter-spacing: -1px; }
h2 { font-size: 22px; letter-spacing: -.7px; }
h3 { font-size: 20px; letter-spacing: -.5px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; margin-bottom: 3px; }

p {
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 8px 0;
}

blockquote {

	line-height: 2em;
	font-style: italic;
}

ul {
	list-style-type: square;
	line-height: 1.7em;
	padding-left: 10px;
}

hr {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 5px 0 10px 0;
}

hr.portfolio {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 20px 0 20px 0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}


/* ---- Container ---- */

#container {
	width: 960px;
	margin: 0 auto;
}


/* ---- Title ---- */

#title {
	/*background: url(../images/logo.png) no-repeat;*/
	background: url(../images/Snapshot-Flicks-LOGO.png) no-repeat;
	width: 960px;
	height: 59px;
	margin: 18px auto;
}


/* ---- Display ---- */


.display_blue {
	background: url(../images/display_bluebg.gif);
	width: 960px;
	height: 250px;
}



.display_gold {
	background: url(../images/display_goldbg2.jpg);
	width: 960px;
	height: 250px;
}

.pagetitle {
	background: url(../images/display_goldbg2.jpg) left;
	width: 930px;
	height: 40px;
	padding: 30px 0 30px 30px;
}

.pagetitle h1{
	font-size: 30px;
	color: #333;
}

#display_images {
	float: left;
	position: relative;
	width: 369px;
	height: 255px;
	background: #FFFFFF;
	padding: 0 0 0 14px;
	margin: 17px 0 0 0;
}	

.display_gray {
	background:  url(../images/display_graybg.gif);
	width: 960px;
	height: 70px;
}

.display_interested {
	background: url(../images/display_interested.gif);
	width: 400px;
	height: 70px;
}

.display_text {
	float: left;
	width: 500px;
	margin: 30px 25px 0 35px;
	color: #333;
}

.display_text  h1 {
	color: #333;
	margin: 0;
	padding: 0;
}

.display_text p {
	color: #191919;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.display_text a {
	color: #000;
	text-decoration: none;
}

.display_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.display_text a:visited {
	text-decoration: none;
}

.display_text a:active {
	color: #000;
	text-decoration: none;
}

#display_controller {
	position: absolute;
	float: right;
	width: 397px;
	margin-left: 551px;
	margin-top: 274px;
}

#display_controller ul li{
	display: inline;
	list-style: none;
}

#display_controller span.button {
	background-color: #636363;
	color: #999999;
	padding: 4px 7px;
	margin-right: 3px;
	font: 10px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
}

#display_controller span:hover.button {
	background-color: #fe9900;
	color: #FFFFFF;
	cursor: pointer;
}

#display_controller span.button2 {
	background-color: #636363;
	color: #999999;
	padding: 4px 7px;
	margin-right: 3px;
	font: 10px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
}

#display_controller span:hover.button2 {
	background-color: #fe9900;
	color: #FFFFFF;
	cursor: pointer;
}

#display_controller span.selected  {
	background-color: #fe9900;
	color: #FFFFFF;
}


/* ---- Navigation ---- */

#navigation {
	background: url(../images/nav_bg.gif) repeat-x;
	width: 960px;
	height: 40px;
	font: bolder 12px Arial, Helvetica, Sans-Serif;
	color: #999999;
}

#navigation ul {
	padding: 13px 3px 0 0;
	margin: 0;
	line-height: normal;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	cursor: pointer;
	margin-right: -3px;
}

#navigation ul li a{
	color: #999999;
	padding: 13px 25px 13px 25px;
}

#navigation ul li a:hover {
	background: url(../images/nav_selectedhoverbg.gif) repeat-x;
	padding: 13px 25px 13px 25px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li a.selected {
	background: url(../images/nav_selectedhoverbg.gif) repeat-x;
	color: #FFFFFF;
}

/* ---- Pages/Content ---- */

#content {
	background: url(../images/content_bg.gif);
	width: 960px;
	text-align: justify;
}

.spacer {
	height: 1px;
	clear: both;
}

.folio_img {
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 10px;
}

.preview {
	background: url(../images/preview.gif) no-repeat;
	padding-left: 20px;
	font-weight: bolder;
}

a:hover.preview {
	text-decoration: none;
}

.view {
	background: url(../images/view.gif) no-repeat;
	padding-left: 18px;
	font-weight: bolder;
}

a:hover.view {
	text-decoration: none;
}

#left {
	float: left;
	width: 612px;
	padding: 17px 24px 15px 24px;
}

/*.form {
	margin: 0 auto;
	width: 530px;
	padding-top: 10px;
}

#contact_form label {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
	margin-top: 10px;
}
	
#contact_form .small {
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
	
#contact_form input {
	float: left;
	width: 330px;
	margin: 10px 0 15px 19px;
	color: #444444;
}
	
#contact_form textarea {
	float: left;
	width: 330px;
	margin: 10px 0 15px 19px;
	color: #444444;
}
	
#contact_form button { 
	clear: both;
	margin-left: 392px;
	background: #333333;
	color: #FFFFFF;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}*/

#right {
	float: left;
	width: 300px;
}

#footer {
	color: #777777;
	padding: 20px 0 20px 0;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:active {
	color: #999999;
	text-decoration: none;
}


/* ---- jQuery Lightbox 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;	
}


/* ---- jQuery Tabs ---- */
	
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
	background: #D5D5D5;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0;
    min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
}

.ui-tabs-nav a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding: 5px 13px 5px 13px;
	color: #666666;
	font-size: 11px;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
	background: #EEEEEE;
    color: #222222;
}

.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}

.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}

.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-panel {
    padding: 1em 8px;
    background: #EEEEEE; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin: 3px 10px 0 10px;
	line-height: 1.8em;
}

.ui-tabs-panel img {
	margin: 3px;
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* @group simpleform */

/* Simple Form CSS */

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }  

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; } 
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; } 
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; } 
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; } 
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }
 
form .error { border: 2px solid #e10c0c; } /* js error class */

/* @end */

/* @group form styling */

form {
	font-size:1em;
	width:100%;
	color:#1b1b1b;
	text-align:left;
	margin:0
}

/* Elements */

form  label,form legend{
	padding:0;
	margin:0.3em 0;
	color:#1b1b1b;
}

form fieldset{
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0
}

form label {
    font-weight:bold
}

form fieldset input {
    line-height:1.5em;
	padding:0.15em
}

form .radio input,
form .checkbox input {
    width:auto;
    border:none;
    margin:0 1.5em 0 0
 }

form input, form textarea, form select {
    display:block;
    margin-bottom:1em;
    font-size:1em;
    border:1px solid #bbb;
    padding:0.15em;
    margin-right:1em
 }

form .radio label, form .radio input,
form .checkbox label, form .checkbox input {
    display:inline;
    margin:0 1.5em 0 0
}

form .radio input, form .checkbox input {
    margin:0 0.3em 0 0
}

/* Button */

form button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

form button:hover {
	background-color:#e6efc2;
	border:1px solid #c6d880;
	color:#529214
}

form button:active {
	background-color:#333;
	color:white;
	border:1px solid #000
}

/* information */

form .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
}

form .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

form .formInfo p{
	text-align:justify
}

form .required {
	color:#ff3838;
	font-weight:bold;
	font-size:0.8em
}

input[type="hidden"] {
 	display:none;
}

/* @end */