/*
Theme Name: Sabuy
Description: Premium Theme for Portfolio Photography
Version: 1.3
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
*/

@import "css/screen.css";


/* 
	CSS Reset 
*/

.post
{
	width: 980px;
	min-height:478px;
	margin: auto;
	padding: 0px 10px;
	background: none repeat scroll;
	/*border:solid red;*/
}

.aboutPost
{
	width: 700px;
	min-height:478px;
	margin: auto;
	/*float:left;*/
	padding: 0px 0px 0px 0;
	background: none repeat scroll;
	float:left;
}


/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}*/

/*body 
{
	line-height:1.5;
}*/

body
{
	/*background: #000000;*/
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	/*color: #6E6E6E;*/
	padding: 0;
	margin: 0;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global Layout
*/


#wrapper
{
	background: #ffffff;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #38A5EE;
	text-decoration: none;
}

a:active
{
	color: #ccc;
	text-decoration: none;
}
pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;padding: 20px;background: #000;display: block;word-wrap: break-word; overflow: auto; border: 2px solid #333; }

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: #fff;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border:solid #999;
	border-width:thin;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

textarea
{
	background: #fff;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #000;
	margin: 0;
	border: solid #999;
	border-width:thin;
	height: 46px;
	overflow: auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{

}


input[type=submit], input[type=button], a.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	box-shadow: 0 1px 2px rgba(0,0,0,.7);
	color: #ffffff;
	border: none;
	background: #2089cf;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#64913A), to(#4f762a));
	background: -moz-linear-gradient(top,  #64913A,  #4f762a);*/
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#64913A', endColorstr='#4f762a');*/
	/*text-shadow: -1px 0 1px rgba(0,0,0,.3);*/

}


a.button
{
	padding-top:8px;
}

input[type=submit].medium, input[type=button].medium, a.button.medium
{
	font: 16px/100% Arial, Helvetica, sans-serif;
}

input[type=submit].large, input[type=button].large, a.button.large
{
	font: 20px/100% Arial, Helvetica, sans-serif;
}

input[type=submit]:active, input[type=button]:active, a.button:active
{
	position: relative;
	top: 1px;
	left: 1px;
	background: #2089cf;
	/*background: #4f762a;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f762a), to(#64913A));
	background: -moz-linear-gradient(top,  #4f762a,  #64913A);*/
	/*background: #4f762a;*/
}


input[type=submit].left, input[type=button].left, a.button.left
{
	float: left;
}

input[type=submit].right, input[type=button].right, a.button.right
{
	float: right;
}

input[type=submit].center, input[type=button].center, a.button.center
{
	margin: auto;
}

h1, h2, h3, h4, h5, h6
{
	color: #fff;
	font-weight: normal;
}

label
{
	color: #999999;
	letter-spacing: 0px;
	font-weight: bold;
}

label.error
{
	color: #ac1c20;
	font-weight: bold;
}

h1
{
	
	font-size: 34px;
}

h2
{
	color:#2089cf;
	font-size: 28px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

img.frame
{
	padding: 4px;
	background: transparent;
}

.frame_left
{
	padding: 4px;
	background: transparent;
	border: 2px solid #333;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #666;
}

.frame_right
{
	padding: 4px;
	background: transparent;
	border: 2px solid #333;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
}

.frame_center
{
	padding: 4px;
	background: transparent;
	border: 2px solid #333;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
}

blockquote h2
{
	font-weight: normal;
	font-size: 22px;
	color: #555555;
}

blockquote h5
{
	color: #555555;
}

blockquote h3
{
	font-weight: normal;
	font-size: 20px;
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	width: 100%;
	height: 115px;
	background: #ffffff;
	border-bottom: 2px solid #444;
}

#header_wrapper2
{
	width: 100%;
	height: 115px;
	background: #000000;
	border-bottom: 2px solid #444;
	margin:52px 0;
}

body.home #top_bar
{
	width: 980px;
	margin:auto;
	background: transparent;
}

#top_bar
{
	width: 980px;
	margin:auto;
}

.logo
{
	float: left;
	margin: 30px 10px 0 30px;
}

#menu_wrapper
{
	height: 48px;
	padding: 24px 10px 3px 0;
	float: left;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav
{
	list-style: none;
	display: block;
	float: left;
	padding: 0 5px 7px 5px;
	font-size: 14px;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
	display: block;
	float :left;
	margin: 0 10px 0 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a
{
	display: block;
	padding: 16px 17px 25px 17px;
	/*padding: 16px 17px 25px 17px;*/
	color: #fff;
	word-spacing: 1px;
}

#menu_wrapper .nav ul li a span, #menu_wrapper div .nav li a span
{
	clear: both;
	width: auto;
	max-width: 100px;
	display:block;
	color: #999;
	text-shadow: 0 1px 1px #000;
	font-size: 10px;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
	color: #2089cf;
}

#menu_wrapper div .nav li.current-menu-item a
{
	color: #80b1d1;
	font-weight: bold;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	display: none;
	list-style: none;
	background: transparent url('../images/000_80.png') repeat;
	position:absolute;
	float: none;
 	padding: 3px 5px 5px 0;
 	width: 200px;
 	z-index: 1000;
 	-moz-box-shadow: 0 1px 5px #000;
 	-webkit-box-shadow: 0 1px 5px #000;
 	box-shadow: 0px 1px 5px #000;
 	border: 1px solid #333;
 	margin-top: -15px;
 	font-size: 13px;
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
	clear: both;
	width: 181px;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a
{
	font-weight: normal;
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a
{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 3em;
	padding: 0px 7px 0 17px;
	border: 0;
	background: transparent;
}

#menu_wrapper .nav ul li ul li a.hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a.hover, #menu_wrapper div .nav li ul li a:hover
{
	color: #ffffff;
}


#aboutLinks
{
	margin:0;
	padding: 40px 0 0 22px;
	float:left;
	font-size: 14px;
}

#aboutSpecial
{
	padding:0;
	list-style:none;
}

.hiddenLinks
{
	opacity: 0;
	border:solid #666;
	border-width: thin;
	background-color:#000;
}

.hiddenLinks:hover
{
	opacity: 1;
}

.hiddenLinks li
{
	list-style:none;
	display: block;
	float: none;
	padding: 0 0px 0px 0;
}

.positionRight
{
	float:right
}

#content_wrapper
{
	width: 100%;
	min-height: 450px;
	margin: auto;
	/*background: #000;*/
	padding: 0;
	border-top: none;
	border-bottom: none;
	display:block;
}
 

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
	display: block;
	float: left;
	margin: 0;
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 0px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin: -8px 0 10px 5px;
	
}

.post_header h3 a
{
	margin-left: -13px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	width: 100%;
	padding: 7px 0 7px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-left: -5px;
}

.post_img
{
	width: 610px;
	height: 220px;
	overflow: hidden;
	margin-top: -10px;
}

.post_img img.frame
{
	position: relative;
	top: 20px;
}

.post_img_date
{
	padding: 5px;
	background: #ac1c20;
	float: left;
	width: 50px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	-moz-box-shadow: 0 1px 3px #666;
 	-webkit-box-shadow: 0 1px 3px #666;
 	box-shadow: 0px 1px 3px #666;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("../images/bt_g.png") repeat-x top;
	text-align: left;
	border: 1px solid #ebebeb;
}

#meta 
{ 

}

.meta 
{ 
	opacity:0;
	/* color:red; */
	margin: 0 0 30px 0;
}

caption
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	color:green;
}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}


.img_shadow_536
{
	float: left;
	background: transparent url('../images/img_shadow_536.png') no-repeat center bottom;
}



.img_shadow_360
{
	float: left;
	background: transparent url('../images/img_shadow_360.png') no-repeat 22px bottom;
}


.img_shadow_220
{
	float: left;
	background: transparent url('../images/img_shadow_220.png') no-repeat 18px bottom;
}

.one_third .portfolio_desc
{
	width: 90%;
	margin: auto;
}

.img_shadow_160
{
	float: left;
	background: transparent url('../images/img_shadow_160.png') no-repeat 15px bottom;
}


#searchform label
{
	clear: both;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

#searchform
{
	margin: 0 0 60px 0;
}

#searchform input[type=text]
{
	width: 90%;
	margin: 0 0 5px 0;
}

#content_wrapper table
{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
 	border-top-left-radius: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;	
	-moz-border-radius-topright: 5px;
	border-bottom: 0;
}

#content_wrapper table tr
{
	background: #ffffff;
}

#content_wrapper table tr td, #content_wrapper table tr th
{
	border-bottom: 1px solid #ebebeb;
}

#content_wrapper table tr th
{
	font-weight: bold;
	background: #222;
	text-align: left;
}

#content_wrapper table tr th, #content_wrapper table tr td
{
	padding: 7px 15px 7px 15px;
}

#content_wrapper #wp-calendar tr th, #content_wrapper #wp-calendar tr td
{
	padding: 3px 8px 3px 8px;
}

#footerContentContainer
{
	display: block;
	width: 960px;
	margin: auto;
	list-style: none;
	padding: 20px 0 30px 0;
	text-align: left;
	font-weight: normal;
	color: #6E6E6E;
	font-size: 11px;
}

.footerColumn
{
	float: left;
	width: 22%;
	margin-right:4%;
}

.footerColumnTitle
{
	font-size: 22px;
}

.footerSocialColumn
{
	width:211px;
	float: left;
	font-size: 22px;
}

.footerSocialColumn img
{
	float: left;
	margin:5px;
}

#footer h6
{
	font-size: 11px;
}

.sub_header
{
	font-size:16px;
	padding:10px 10px 10px 10px;
	background-color:#000000;
	margin-top: 14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	border:solid 1px #333;
	color: #2089cf !important;
	text-align: center
}

ul.steps {
	margin: 5px 0;
	background: url(http://www.multimediaplus.com/_assets/ul_bg_repeat.gif) repeat-y; 
	padding: 0 0 0 25px;
	border: 1px solid #222;
}
ul.steps li {
	margin: 0;
	padding: 5px 5px;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	border-top: 1px solid #222;
	border-bottom: 1px solid #111;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	background: #000;
}



/*
** WP-Ez-Columns CSS: css to define column layouts for the WP-Colum plugin
** for more info visit: http://www.affiliatetechhelp.com/wordpress/easy-columns
**
** use percentage widths and margins for fluid
** or unknown content widths and fixed
** widths and margins for known content widths
**
** for pixel widths:
** div width = ((content width - padding - margin)/number of divs)
** - margin - padding - border
**
** for more information on calcluating your widths, check
** out http://www.w3schools.com/css/css_boxmodel.asp
** for info on the CSS box model
*/
.wpcol-one-quarter,
.wpcol-one-half,
.wpcol-three-quarter,
.wpcol-one-third,
.wpcol-two-third,
.wpcol-one-fifth,
.wpcol-two-fifth,
.wpcol-three-fifth,
.wpcol-four-fifth
 {
	float: left;
	margin-right: 4%;
	position: relative;
}
.wpcol-one-quarter {
	width: 22%;
}
.wpcol-one-half {
	width: 48%;
}
.wpcol-three-quarter {
	width: 74%;
}
.wpcol-one-third {
	width: 30.666%;
}
.wpcol-two-third {
	width: 65.334%;
}
.wpcol-one-fifth {
	width: 16.8%;
}
.wpcol-two-fifth{
	width: 37.6%;
}
.wpcol-three-fifth {
	width: 58.4%;
}
.wpcol-four-fifth {
	width: 79.2%;
}
.wpcol-last {
	clear: right;
	margin-right: 0;
}
.wpcol-both,
.wpcol-left,
.wpcol-right {
	margin: 0;
	padding: 0;
	background: none;
}
.wpcol-divider {
	clear: both !important;
	display: block !important;
	margin-bottom: 5px !important;
	padding-top: 5px !important;
	width: 100% !important;
	background: none !important;
}
.wpcol-both {
	clear: both !important;
}
.wpcol-left {
	clear: left !important;
}
.wpcol-right {
	clear: right !important;
}
/*
** WP-Ez-Columns CSS: END
*/

/* blackbox_content */
.blackbox_content {
    margin-bottom: 30px;
    background-color: #fafafa;
    border: red;
    /*background-color: #2089cf;*/
    /*padding: 10px 10px 10px 20px;*/
    /*border: 1px solid rgb(34, 34, 34);*/
    /*box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);*/
}
.blackbox_content h3
{
    margin-bottom: 30px;
    background-color: #fafafa;
    color: #2089cf;
    margin:0;
    padding: 0;
 }   
.blackbox_content .link
{
	color:#fff;
}

#blackbox2_content
{
margin-bottom:20px;
margin-top:20px; 
background-color:black;
width:375px;
/* filter:alpha(opacity=90); */
opacity:0.90;
padding-top:20px; 
padding-bottom:20px; 
padding-left:30px; 
padding-right:0px; 
border:1px solid #222222;
-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
-moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
}
.blackbox2_conten_wpcol-one-half
{
width: 48%;
margin-bottom:20px;
margin-top:20px; 
background-color:black;
width:375px;
/* filter:alpha(opacity=90); */
opacity:0.90;
padding-top:20px; 
padding-bottom:20px; 
padding-left:30px; 
padding-right:0px; 
border:1px solid #222222;
-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
-moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
}

#blackbox_content3
{
margin-bottom:20px;
margin-top:20px; 
width:400px;
color:#fff;
padding-top:20px; 
padding-bottom:20px; 
padding-left:30px; 
padding-right:20px; 
border:1px solid #95d5ff;
-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.2);
box-shadow:0 10px 10px rgba(0, 0, 0, 0.2);
background-color:#0080d6;
background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#0069ad), to(#005a95));
background-image: -webkit-linear-gradient(top, #0069ad, #005a95);
background-image:    -moz-linear-gradient(top, #0069ad, #005a95);
background-image:     -ms-linear-gradient(top, #0069ad, #005a95);
}

.blackbox_content_three_fifth
{
	width: 58.4%;
	margin-bottom: 0px;
    background-color: black;
    padding: 10px 10px 10px 20px;
    border: 1px solid rgb(34, 34, 34);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);
}

/* Client page */
.clientGallery
{
	background-image: url('http://www.multimediaplus.com/_assets/TempPageBG.jpg');
	background-repeat: repeat-x;
    padding:0;
    margin:auto;
}

.clientGallery img
{
	float:left;
	margin:0;
	/*border:solid white;*/
	/*border-width:thin;*/
	margin: 0 2px 5px 0;
	padding:0;
}
/* Client page end */


/* pricer css*/

.pricer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:420px;
	line-height:18px;
	letter-spacing:-0.5px;
	margin:auto;
	padding:10px;
	width:800px;
}
.pricer.p2cols { width:900px; }
.pricer.p3cols { width:300px; }
.pricer.p4cols { width:800px; }
.pricer.p5cols { width:1000px; }

/* column */

.pricer .col {
	background:#000;
	background:-moz-linear-gradient(top, #000 0%, #000 30%, #000 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(30%, #000), color-stop(100%, #000));
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border-bottom:solid 1px #131313;
	border-left:solid 1px #242424;
	border-right:solid 1px #131313;
	border-top:solid 1px #242424;
	-moz-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);
	float:left;
	margin:10px;
	position:relative;
	width:410px;
	/* CSS animations */		
    -moz-transition:-moz-box-shadow 0.4s ease-out;
	-o-transition:box-shadow 0.4s ease-out;
	-webkit-transition:-webkit-box-shadow 0.4s ease-out;
	transition:box-shadow 0.4s ease-out;
}
.pricer .col:before {
	background:-moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	content:'';
	height:100%;
	left:0;
	margin:0;
	position:absolute;
	top:0;
	width:400px;
}
.pricer .col:after {
	background:-moz-radial-gradient(50% 150% 180deg, ellipse farthest-side, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 100%);
	background:-webkit-gradient(radial, 50% 150%, 0, 50% 150%, 70, from(rgba(255, 255, 255, 0.10)), to(rgba(255, 255, 255, 0)));
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	bottom:0;
	content:'';
	height:40px;
	left:5%;
	position:absolute;
	-webkit-transform:scale(1.3, 1);
	width:90%;
}
/* header */

.pricer .col .header {
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-weight:bold;
	height:40px;
	margin:auto;
	margin-top:-10px;
	position:relative;
	text-align:center;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.6);
	z-index:2;
}

.pricer .col .header:before {
	background:-moz-linear-gradient(right bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.05) 46%, rgba(255, 255, 255, 0.20) 47%, rgba(255, 255, 255, 0.10) 53%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0) 70%);
	background:-webkit-gradient(linear, right bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0.02)), color-stop(46%, rgba(0, 0, 0, 0.05)), color-stop(47%, rgba(255, 255, 255, 0.20)), color-stop(53%, rgba(255, 255, 255, 0.15)), color-stop(60%, rgba(255, 255, 255, 0.1)), color-stop(70%, rgba(255, 255, 255, 0)));
	content:'';
	height:100%;
	left:0;
	position:absolute;
	top:1px;
	width:100%;
	z-index:-1;
}
.pricer .col .header .product {
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.06) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.06)));	
	-moz-border-radius-topleft:6px;	
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;	
	border-top-right-radius:6px;
	color:#212121;
	font-size:20px;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	position:relative;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 3px rgba(255, 255, 255, 0.2);
	width:100%;
	z-index:3;
}

.pricer .col .header .product:before {
	background:-moz-radial-gradient(50% 150% 180deg, ellipse farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(radial, 50% 150%, 0, 50% 150%, 70, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
	content:'';
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:-1;
}
.pricer .col .header .product:after {
	background:-moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
	bottom:-1px;
	content:'';
	height:1px;
	left:0;
	position:absolute;
	width:100%;
}
.pricer .col .header .price {
	color:#FFF;
	font-size:46px;
	height:45px;
	line-height:40px;
	margin:0;
	padding-top:5px;
	position:relative;
	width:100%;
	z-index:3;
}
.pricer .col .header .price:before {
	background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background:-webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
	content:'';
	height:1px;
	left:0;
	position:absolute;
	top:-1px;
	width:100%;
}
.pricer .col .header .price:after {
	content:'';
	height:45px;
	left:0;
	position:absolute;
	top:0;
	-webkit-transform:scale(1.7, 1);
	width:100%;
	z-index:-1;
}
.pricer .col .header .price span {
	display:inline-block;
	font-size:20px;
	vertical-align:text-top;
}
.pricer .col .header .payment {
	font-size:15px;
	height:35px;	
	letter-spacing:-1px;
	margin:0;	
	padding:0;
	position:relative;
	width:100%;
}

/* label */

.pricer .col .header .label {
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-color:#E4E4E4;
	border: solid 1px #8C8C8C;
	border-bottom: solid 1px #5F5F5F;	
	border-right: solid 1px #5F5F5F;
	-moz-border-radius-bottomleft:6px;	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;	
	border-bottom-right-radius:6px;
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.5);	
	color:#444;
	font-size:12px;
	height:20px;
	line-height:19px;
	margin-top:-10px;
	margin-left:-1px;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);
	text-transform:uppercase;
	font-weight:bold;
	width:140px;
	z-index:4;
}

.pricer .col .header .label span {
	-moz-border-radius-bottomleft:5px;	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;	
	border-bottom-right-radius:5px;
	display:block;
	border-top:solid 1px #FFF;
	height:18px
}

/* details */

.pricer .col .details ul {
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:10px;
	position:relative;
}
.pricer .col .details ul:before {
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
	background:-webkit-gradient(linear, right bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
	content:'';
	height:70%;
	left:-1px;
	position:absolute;
	top:30%;
	width:1px;
}
.pricer .col .details ul:after {
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0) 100%);
	background:-webkit-gradient(linear, right bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
	content:'';
	height:70%;
	right:-1px;
	position:absolute;
	top:10%;
	width:1px;
}
.pricer .col .details ul li {
	border-bottom:solid 1px #121212;
	border-top:solid 1px #121212;
	color:#EEE;
	font-size:12px;
	list-style-type:none !important;
	margin-left:15px;
	margin-right:15px;
	padding:10px;
	padding-left:30px;
	padding-right:8px;
	text-align:left;
	text-shadow:1px 1px 0 #000;	
}
.pricer .col .details ul li:first-child { border-top:transparent; }
.pricer .col .details ul li:last-child { border-bottom:transparent; }
.pricer .col .details ul li.last { border-bottom:transparent; }
.pricer .col .details ul li.last { border-bottom:transparent; }
.pricer .col .details ul li.double {margin-bottom:19px; border-bottom:transparent;}
.pricer .col .details ul li.doublelast {margin-bottom:19px; border-bottom:transparent;}
.pricer .col .details ul li strong { color:#FFF; }

/* tooltip */

.pricer .col .details ul li.tooltop-container { 
	position:relative;
	z-index:inherit !important;
	z-index:2; /* IE7 FIX */
}
.pricer .col .details ul li.tooltop-container:hover { 
	z-index:inherit !important;
	z-index:3; /* IE7 FIX */
}
.pricer .col .details ul li.tooltop-container .tooltip {
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-color:#E4E4E4;
	border-bottom:solid 1px #ABABAB;
	border-left:solid 1px #FFF;
	border-right:solid 1px #ABABAB;
	border-top:solid 1px #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);
	color:#444;
	font-size:12px;
	left:190px;
	letter-spacing:normal;
	opacity:0;
	padding:8px;
	position:absolute;
	text-align:left;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);
	top:-6px;
	visibility:hidden;
	width:150px;
	z-index:20;	
	/* CSS animations */		
	-moz-transition-property:opacity, visibility, left;
	-moz-transition-duration:0.3s, 0.3s, 0.3s;
	-moz-transition-timing-function:ease-in-out, ease-in-out, ease-in-out;
	-o-transition-property:opacity, visibility, left;
	-o-transition-duration:0.3s, 0.3s, 0.3s;
	-o-transition-timing-function:ease-in-out, ease-in-out, ease-in-out;
	-webkit-transition-property:opacity, visibility, left;
	-webkit-transition-duration:0.3s, 0.3s, 0.3s;
	-webkit-transition-timing-function:ease-in-out, ease-in-out, ease-in-out;
	transition-property:opacity, visibility, left;
	transition-duration:0.3s, 0.3s, 0.3s;
	transition-timing-function:ease-in-out, ease-in-out, ease-in-out;
}
.pricer .col .details ul li.tooltop-container .tooltip span {
	border-bottom:10px solid transparent;
	border-right:10px solid #E4E4E4;
	border-top:10px solid transparent;
	display:block;
	height:0;
	position:absolute;
	left:-10px;
	top:15px;
	width:0;
}
.pricer .col .details ul li.tooltop-container .tooltip span:before {
	border-bottom:12px solid transparent;
	border-right:12px solid #FFF;	
	border-top:12px solid transparent;
	content:'';
	height:0;
	display:block;
	margin-left:-2px;
	position:relative;
	margin-top:-12px;
	width:0;
	z-index:-1;
}
.pricer .col .details ul li.tooltop-container .tooltip span:after {
	border-bottom:10px solid transparent;
	border-right:10px solid #E4E4E4;
	border-top:10px solid transparent;
	content:'';
	display:block;
	height:0;
	left:0;
	position:relative;
	margin-top:-22px;
	width:0;
}
.pricer .col .details ul li.tooltop-container:hover .tooltip {
	left:160px;
	opacity:1;
	visibility:visible;	
	/* CSS animations */		
	-moz-transition-property:opacity, left;
	-moz-transition-duration:0.4s, 0.4s;
	-moz-transition-timing-function:ease-in-out, ease-in-out;
	-o-transition-property:opacity, left;
	-o-transition-duration:0.4s, 0.4s;
	-o-transition-timing-function:ease-in-out, ease-in-out;
	-webkit-transition-property:opacity, left;
	-webkit-transition-duration:0.4s, 0.4s;
	-webkit-transition-timing-function:ease-in-out, ease-in-out;
	transition-property:opacity, left;
	transition-duration:0.4s, 0.4s;
	transition-timing-function:ease-in-out, ease-in-out;
}

/* signup */

.pricer .col .signup {
	height:50px;
	position:relative;
}
.pricer .col:hover .signup,
.pricer .selected .signup { height:55px; }
.pricer .col .signup a {	
	border:0 none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5);
	color:#FFF !important;
	display:block;
	font-size:15px;
	font-weight:bold;
	height:33px;
	line-height:33px;
	margin:auto;
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.5);
	width:130px;
	z-index:1;	
}
.pricer .col:hover .signup a,
.pricer .selected .signup a {
	height:38px;
	line-height:38px;
	width:140px;
}
.pricer .col .signup a:active { top:1px; }
.pricer .col .signup a span {
	background:-moz-linear-gradient(right bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.35) 35%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.35) 65%, rgba(255, 255, 255, 0) 80%);
	background:-webkit-gradient(linear, right bottom, left top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.35)), color-stop(50%, rgba(255, 255, 255, 0.65)), color-stop(65%, rgba(255, 255, 255, 0.35)), color-stop(80%, rgba(255, 255, 255, 0)));
	display:block;
	height:43px;
	position:absolute;
	right:-160px;
	width:100%;
}
.pricer .col:hover .signup a span {
	right:160px;
	/* CSS animations */		
    -moz-transition:all 0.6s ease-out;
	-webkit-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}


/* blue */

.pricer .blue:hover,
.pricer .blue.selected {
	-moz-box-shadow:0 0 12px rgba(86, 176, 206, 0.8), 0px 0px 1px #56B0CE, 0px 0px 3px #56B0CE;
	-webkit-box-shadow:0 0 12px rgba(86, 176, 206, 0.8), 0px 0px 1px #56B0CE, 0px 0px 3px #56B0CE;
	box-shadow:0 0 12px rgba(86, 176, 206, 0.8), 0px 0px 1px #56B0CE, 0px 0px 3px #56B0CE;
}
.pricer .blue .header {
	background:#43A3C0;
	background:-moz-linear-gradient(top, #2E8D93 0%, #35AAC9 50%, #70C2D7 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2E8D93), color-stop(50%, #35AAC9), color-stop(100%, #70C2D7));
	border-bottom:solid 1px #2B5058;
	border-left:solid 1px #7DACC1;
	border-right:solid 1px #2B5058;
	border-top:solid 1px #7DACC1;
}
.pricer .blue .header .product { 
	background-color:#006EB6;
	border-bottom:solid 1px #267D96; 
}
.pricer .blue .header .price { border-top:solid 1px #7DACC1; }
.pricer .blue .header .payment { color:#E5F9FD; }
.pricer .blue .signup a {
	background:#35AAC9;
	background:-moz-linear-gradient(bottom, #297B99 0%, #35AAC9 50%, #72C9E5 100%);
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #297B99), color-stop(50%, #35AAC9), color-stop(100%, #72C9E5));
	border-bottom:solid 1px #174454;
	border-left:solid 1px #88CBDC;
	border-right:solid 1px #174454;
	border-top:solid 1px #88CBDC;
}
.pricer .blue .signup a:hover {
	background:#3EB7D6;
	background:-moz-linear-gradient(top, #297B99 0%, #35AAC9 50%, #72C9E5 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #297B99), color-stop(50%, #35AAC9), color-stop(100%, #72C9E5));	
	border-bottom:solid 1px #88CBDC;
	border-left:solid 1px #174454;
	border-right:solid 1px #88CBDC;
	border-top:solid 1px #174454;
}

/* green */

.pricer .none .header {
	background:#83C043;
	background:-moz-linear-gradient(top, #73932E 0%, #85C935 50%, #A8D770 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #73932E), color-stop(50%, #85C935), color-stop(100%, #A8D770));
	border-bottom:solid 1px #45582B;
	border-left:solid 1px #9BC17D;
	border-right:solid 1px #45582B;
	border-top:solid 1px #9BC17D;
}
.pricer .none .header .product { 
	background-color:#6CB42A;
	border-bottom:solid 1px #619626; 
}
.pricer .none .header .price { border-top:solid 1px #9BC17D; }
.pricer .none .header .payment { color:#F3FDE5; }
.pricer .none .signup a {
	background:#85C935;
	background:-moz-linear-gradient(bottom, #5F9929 0%, #85C935 50%, #ACE572 100%);
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #5F9929), color-stop(50%, #85C935), color-stop(100%, #ACE572));
	border-bottom:solid 1px #355417;
	border-left:solid 1px #B6DC88;
	border-right:solid 1px #355417;
	border-top:solid 1px #B6DC88;
}
.pricer .none .signup a:hover {
	background:#91D63E;
	background:-moz-linear-gradient(top, #5F9929 0%, #85C935 50%, #ACE572 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5F9929), color-stop(50%, #85C935), color-stop(100%, #ACE572));	
	border-bottom:solid 1px #B6DC88;
	border-left:solid 1px #355417;
	border-right:solid 1px #B6DC88;
	border-top:solid 1px #355417;
}

/* grey */

.pricer .grey .header {
	background:#818181;
	background:-moz-linear-gradient(top, #606060 0%, #7F7F7F 50%, #A3A3A3 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #606060), color-stop(50%, #7F7F7F), color-stop(100%, #A3A3A3));
	border-bottom:solid 1px #414141;
	border-left:solid 1px #9F9F9F;
	border-right:solid 1px #414141;
	border-top:solid 1px #9F9F9F;
}
.pricer .grey .header .product { 
	background-color:#6F6F6F;
	border-bottom:solid 1px #5E5E5E; 
}

.negative {
	background-image:url('images/minus-compare.png');
	background-repeat:no-repeat;
	background-position:left center;
}

.positive {
	background-image:url('images/checkmark-compare.png');
	background-repeat:no-repeat;
	background-position:left center;
}
.contactPgBackground {
	background-image:url('http://www.multimediaplus.com/_assets/UnionSquare5.jpg');
	background-repeat:repeat-x;
	height:100%;
	background-position:bottom;
}

.homePgBanner {
	background-image:url('http://www.multimediaplus.com/wp-content/uploads/2013/01/homeSplash.jpg');
	background-repeat:repeat-x;
	/*background-position:bottom;*/
	height:400px;
}


#quizscorePageHeader
{
	width:100%;
	height:100%;
	background-color:#198FDE;
	margin: 0 0 35px 0;
} 

/*pricer end*/

.standard_wrapper
{
	width: 900px;
	margin: auto;
}


.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 50%;
	margin-right: 10%;
}

.pressLinks a 
{ 
	color:#4cb0d8; 
}

.pressLinks a:hover, a:active
{
	color:#2089cf; 
}

/* award*/
.awardWhite
{
	width:201px;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.award-tab-content table th
{
    background-color:#2089cf;
    color:#fff;
}
.awardYear
{
	background-color:#2089cf;
	background: url("images/ui-bg_highlight-hard_20_0972a5_1x100.png") repeat-x scroll 50% 50% rgb(9, 114, 165);
	width:100%;
	height:32px;
	vertical-align: middle;
}
.awardYear h1
{
	font-size:16px;
	text-align:left;
	text-indent:12px;
	margin:0;
	text-shadow: 0px 1px 1px #000;
}

.careers
{
	background-color:#2089cf;
	height:36px;
	width:100%;
	/*border: 1px solid #444444;
	border-radius: 6px 6px 6px 6px;*/
}
.careers h3
{
	margin:0 0 0 20px;
	/*text-shadow: 0px 1px 1px #000;*/
	font-size:20px;
}


.careerTitle
{
	background-color:#3589C9;
	/*background-color:#2089cf;*/
	height:36px;
	width:100%;
	
}

.careerTitle h3
{
	margin:0 0 0 20px;
	/*text-shadow: 0px 1px 1px #000;*/
}

.award-tab-content table tr td
{
    border-bottom: 1px solid rgb(51, 51, 51);
    padding: 7px 15px;
}

.careersDescription
{
	color:#555555;
	padding: 10px 10px 10px 20px;
}

.page_caption
{
	width: 100%;
	padding: 10px 0 20px 0;
	margin: auto; 
	color: #188DDC;
	background: none;
	border-top: none;
}
.content_bg, #content_wrapper.content_bg
{
	border-bottom: 0;
	text-shadow: none;
}

/************************************************************************* MMP 2013	***********************************************************************************/


	
h1 {
	color:#2089cf;
	font-size: 24px;
	font-weight: normal;
	}

h2 {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	}
.awardsH1 {
	color:#fff;
	font-size: 24px;
	}

.awardsH2 {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	}

#header_wrapper2013
{
	width: 100%;
	background: #ffffff;
}

#header_wrapper2013_2
{
	width: 100%;
	background: #ffffff;
	margin:52px 0;
}


.clear {
	clear: both;
}
.text_bold {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	margin: 0;
	}
.text_bold2 {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	}
.text_blue_bold {
	color:#2089cf;
	font-size: 12px;
	font-weight: bold;
	}

.footerContactus {
	/*width:100%;
	height:100%;*/
	margin:6px 20px 0 0;
	color:#2089cf;
	font-size: 12px;
	font-weight: bold;
	float: right;
	vertical-align: middle;
	}
.text_blue_italy {
	color:#2089cf;
	font-size: 12px;
	font-style: italic;
	}

a { 
	color:#2089cf;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none 
	}




/*#wrapper {
	width: auto;
	height: auto;
	font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;	
    }*/
	
#background_bar {
	background: url(https://www.quizscore.com/images/login-bg-new.png) repeat-y left top;
	height: 7px;
	width: 100%;
    }
	
#body_background {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
    }

#body_main {
	width: 980px;
	height: 768px;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff;
	}

#logo {
	width: 980px;
	height: 64px;
	padding-top: 20px;
	background-color: #ffffff;
    }



/*******************************************************  Main Menu Navigation */
#gray_bar {
	width: 980px;
	height: 4px;
	background-color: #bcbec0;
	}
	
#mainmenu {
	width: 980px;
	height: 32px;
	background-image: -moz-linear-gradient(center top , rgb(250, 250, 250), rgb(235, 235, 235) 50%) !important;
	background: #dddddd;
	font-size: 13px;
	line-height: 18px;
    }

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	} 
#nav-menu li {
	float: left;
	margin: 0;
	} 
#nav-menu li a {
	height: 32px;
	line-height: 32px;
	float: left;
	width: 195px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333333;
	} 
#nav-menu li a:hover  {
	background-image: -moz-linear-gradient(center top , rgb(245, 245, 245), rgb(255, 255, 255) 100%)!important;
	background: #ffffff;
	color: #2b93d1;
	}
	
.verticalLine {
	border-right:1px solid #cccccc;
	}
.selected {
	background-image: -moz-linear-gradient(center top , rgb(245, 245, 245), rgb(255, 255, 255) 100%)!important;
	background: #ffffff;
	border-right:1px solid #cccccc;
	}
.selected {
	background-image: -moz-linear-gradient(center top , rgb(245, 245, 245), rgb(255, 255, 255) 100%)!important;
	background: #ffffff;
	}
	
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 
/******************************************************* End Main Menu Navigation */





#body_wrapper {
	width: 980px;
	/*height: 478px;*/
	}
#sub_header {
	width: 100%;
	height: 64px;
	line-height: 64px;
	float: left;
	/*margin: 20px 0 20px 0;*/
    }
.pageHeader {
	width: 100%;
	height: 64px;
	line-height: 64px;
	float: left;
	/*margin: 20px 0 20px 0;*/
    }

#body_content {
	width: 400px;
	float: left;
	border: solid red;
    }

#leftColumn  
{
	width: 400px;
	float: left;
}
#aboutUsLeftColumn  
{
	width: 477px;
	color:#555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	float: left;
}
#leftColumn p 
{
	color:#555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top:0;
	margin-bottom:12px;
}
#rightColumn  
{
	width: 560px;
	float: right;
}
#rightColumn p 
{
	color:#555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#aboutUsRightColumn  
{
	width:477px;
	float: left;
	/*border:solid red;*/
}
#aboutUsRightColumn  p 
{
	color:#555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#video_frame {
	width: 560px;	
	float: right;
	padding-top: 7px;
	}
	
#right_frame {
	width: 560px;	
	float: right;
	}
	
#registration {
	width: 548px;	
	float: right;
	padding-left: 12px;
	padding-top: 12px;
	background: #eeeeee !important;
	}
	
#clients {
	width: 100%;
	height: 64px;
	/*line-height: 76px;*/
	vertical-align: middle;
	float: left;
	margin-top: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	}

#clients img{
	line-height: 64px;
	vertical-align: middle;
	margin-left: 36px;
	margin-right: 36px;
    }    

#three_boxes {
	width:980px;
	/*height: 64px;*/
	/*line-height:64px;*/
	padding-top: 12px;
	/*float: left;*/
	margin: 0 auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	}
	
#three_boxes img
	{
	float:left;
	margin:  0 0px 0 0;
	padding: 1px;
	width:242px;
	height:64px;
	}
	

#footer a 
	{
	color: #fff;
	}

#footer a:hover, #footer a:active 
	{
	color: #666;
	}

#footer2013 {
	position:relative;
	/*float:left;*/
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0 0;
	background-color: #ffffff;
	border:none;
	/*border: solid red;*/
	/*margin-top:1px;*/
	/*border-top: 2px solid #444;*/
	/*background: #111111;*/
	/*text-shadow: 0 1px 1px #000;*/
	}

#footerBottom {
	width:980px;
	margin: 0 auto;
	vertical-align: middle;
}
/*#footer {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	}*/
	
#copyright2013 
{
	/*width: 300px;*/
	padding: 0;
	margin: 6px 0 0 0;
	vertical-align: middle;
	float: left;
	text-align: left;
	font-size: 10px;
	color:#555555;
	background-color: #ffffff;
	border:none;
}
/*#copyright{
	width: 300px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	float: left;
	font-size: 10px;
	color:#555555;
	}*/
	
#phonenumber{
	/*width: 300px;*/
	/*height: 32px;*/
	/*line-height: 32px;*/
	margin: 6px 0 0 0;
	vertical-align: middle;
	float: right;
	color:#333333;
	text-align: right;
	font-size: 13.3px;
	font-weight: bold;
	}
	
#aboutus_horizontal {
	width: 100%;
	height: 128px;
	}

#aboutus_horizontal2 {
	width: 100%;
	height: 128px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	}

#aboutUsLeftColumn p{
	margin:0;
	/*padding-top: 6px;*/
	/*border-right: solid #cccccc;
	border-width:thin;*/
	/*float: left;*/
	}
.aboutus_leftbox1 {
	
    width: 400px;
    /*height: 122px;*/
    margin:0;
    padding-top: 6px;
    /*border-right: solid #cccccc;
    border-width: thin;*/
    float: left;
}
#aboutPgCopy p {
	margin:0;
	color:#555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.aboutus_leftbox2 {
   width: 400px;
   /*height: 122px;*/
   padding-top: 6px;
   /*border-right: solid #cccccc;
   border-top: solid #cccccc;
   border-width: thin;*/
    float: left;
}
#aboutus_rightbox {
	/*padding-left:12px;*/
	padding-top: 6px;
	width: 560px;
	/*height: 122px;*/
	float: left;
	}
.aboutus_rightBox1 {
	
    width: 400px;
    /*height: 122px;*/
    padding-top: 6px;
    /*padding-left: 12px;*/
    float: left;
}	
.aboutus_rightBox2 {
	width: 560px;
	/*height: 122px;*/
	/*padding-left:12px;*/
	padding-top: 6px;
	border-top: solid #cccccc;
    border-width: thin;
	float: left;
	}
		
#newsfeed_wrapper {
	width: 100%;
	height: 58px;
	padding-top: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	}
#newsfeed_title {
	float: left;
	width: 80%;
	color:#2089cf;
	font-size: 12px;
	font-weight: bold;
	}
#newsfeed_date {
	float: right;
	color: #999999;
	font-size: 12px;
	font-style: italic;
	}
#newsfeed_topline {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	}
#aboutUsLink
{
	width: 242px;
	height:64px;
	background-color: #4990CD;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-style:normal;
	
	color: #fff;
	text-align: left;
	vertical-align: middle;
	margin-right:4px;
	float: left;
}
#aboutUsLink:hover
{
	background-color: #4281B8;
}
#ourClientsLink
{
	width: 242px;
	height:64px;
	background-color: #3589C9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-style:normal;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	margin-right:4px;
	float: left;
}
#ourClientsLink:hover
{
	background-color: #307BB5;
}
#globalReachLink
{
	width: 242px;
	height:64px;
	background-color: #0078BF;
	margin-right:4px;
	float: left;
}
#globalReachLink:hover
{
	background-color: #4281B8;
}
#seeWorkLink
{
	width: 242px;
	height:64px;
	background-color: #0E6497;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-style:normal;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	margin-right:0px;
	float: right;
}
#seeWorkLink:hover
{
	background-color: #0D5A88;
}
.footerLink, .footerLink:hover 
{
	display: block;
	margin-top:23px;
	padding-left:25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:18px;
	color: #fff;
	font-weight: normal;
}

.solcialMediaLinks
{
	float:left;
	padding: 12px 12px 0 0;
}

.awardProgName
{
	color:#555;
}
.awardsRow
{
	/*background-color:; */
}
.left_line {
	width: 280px;
	float: left;
	height: auto;
	padding-top: 36px;
	text-decoration: none;
	list-style: none;
	}
	
.left_line ul li
{
	background-image: url('http://www.multimediaplus.com/wp-content/uploads/2013/04/subMenuBtn.png');
	background-repeat:no-repeat;
	width: 210px;
	height:40px;
	list-style: none;
	vertical-align: middle;
	/*border:solid red;*/
}
.left_line ul li a
{
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	padding: 11px 0 0 25px;
}

.postArea
{
	width:980px;
	min-height:478px;
	margin: 0 auto;
}
.left_line h2
{
	visibility:hidden;
}
.socialMedia
{
	/*float:left;*/
	clear:both;
	width:980px;
	margin: 5px auto 0 auto;
	text-align: right;
	list-style: none;
}
.socialMedia img
{
	margin-top: 10px;
	margin-left: 5px;
	width:25px;
	height: 25px;
}
#aboutColumn  
{
	width: 100%;
	float: right;
}
#aboutColumn p 
{
	color:#555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top:0;
	margin-bottom:12px;
}

