/*******************************************************************************

	CSS on Sails Framework
	Title: Studio MSV
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: February 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.scrollable:after,
#navigation ul:after,
.contact-list:after,
.inner-content:after,
.blog-container:after,
.contact-form .field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
	min-height: 100px;
	background: #000 url(../images/common/bg_body.jpg) 50% 204px no-repeat;
	color: #999;
	font: 11px/1.55 Arial, Helvetica, sans-serif;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="password"] {
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #191919;
	line-height: 20px;
	background: #050505 url(../images/common/bg_input.png) repeat-x;
	color: #ccc;
}

input[type="submit"] {
	height: 22px;
	margin: 0;
	padding: 0 8px;
	border: none;
  text-align: center;
	line-height: 22px;
	background: #050505 url(../images/common/bg_submit.png) repeat-x;
	color: #fff;
  cursor: pointer;
}

label {
  display: block;
  font-size: 11px;
  color: #fff;
}

form ul li {
  vertical-align: middle;
}

a, a:visited {
	color: #810e12;
	text-decoration: none;
}

a:hover, a:active {
	color: #810e12;
	text-decoration: underline;
	outline: none;
}

a:focus {
	border: none;
	outline: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
  margin: 0 0 15px;
	font-size: 14px;
	font-weight: normal;
}

h3 {
  margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0 0 18px;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


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

.container {
	width: 1280px;
	height: 560px;
	position: relative;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
  position: relative;
  margin: 0 auto;
}

#header .site-name,
#header .site-name span {
	display: block;
	overflow: hidden;
	width: 126px;
	height: 117px;
}

#header .site-name {
	position: relative;
	margin: 30px auto 16px;
}

#header .site-name span {
	background: url(../images/common/logo.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#header a.site-name span {
	cursor: pointer;
}

#header a.site-name:hover {
  text-decoration: none;
}

.social {
  position: absolute;
  left: 50%;
  top: 96px;
  margin-left: 274px;
  line-height: 25px;
}

.social a {
  float: left;
  width: 26px;
  height: 25px;
  margin-right: 9px;
  overflow: hidden;
  text-indent: 999em;
	white-space: nowrap;
	background-image: url(../images/common/sprite_icons.png);
}

.social span {
  float: left;
  margin-right: 11px;
}

.social .tw {
	background-position: left top;
}

.social .fb {
	background-position: -26px top;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/
#navigation {
	height: 41px;
  overflow: hidden;
	background: url(../images/common/bg_navigation.png) repeat-x;
}

#navigation div {
	width: 686px;
	margin: 0 auto;
}

#navigation ul {
	float: left;
	height: 41px;
	margin: 0 auto;
  text-align: center;
	line-height: 41px;
}

#navigation li {
  position: relative;
	float: left;
	height: 41px;
	overflow: hidden;
}

.li_1 {
	width: 105px;
}

.li_2 {
	width: 102px;
}

.li_3 {
	width: 128px;
}

.li_4 {
	width: 106px;
}

.li_5 {
	width: 97px;
}

.moved {
	width: 97px;
  position: relative;
  left: -148px;
}

.li_6 {
	width: 148px;
	left: 97px;
	z-index: 100;
}

#navigation a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}

#navigation a:hover {
	text-decoration: none;
	color: #810e12;
}

#navigation a span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/common/sprite_navigation.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.li_1 span {
	background-position: left top;
}

.li_1 a:hover span,
.li_1.active span {
	background-position: left -41px;
}

.li_2 span {
	background-position: -105px top;
}

.li_2 a:hover span,
.li_2.active span {
	background-position: -105px -41px;
}

.li_3 span {
	background-position: -207px top;
}

.li_3 a:hover span,
.li_3.active span {
	background-position: -207px -41px;
}

.li_4 span {
	background-position: -335px top;
}

.li_4 a:hover span,
.li_4.active span {
	background-position: -335px -41px;
}

.li_5 span {
	background-position: -441px top;
}

.li_5 a:hover span,
.li_5.active span {
	background-position: -441px -41px;
}

.li_6 span {
	background-position: -538px top;
}

.li_6 a:hover span,
.li_6.active span {
	background-position: -538px -41px;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
  position: relative;
	width: 1280px;
	margin: 0 auto;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 17px 0 17px;
	border-top: 1px solid #1a1a1a;
	line-height: 17px;
  text-align: center;
}

#footer span {
  display: inline-block;
  padding: 0 13px;
}

/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: #151515;
}
.vscrollerbar {
width: 8px;
margin-left: 4px;
background: #4b1113;
}
.hscrollerbase {
height: 15px;
background: #151515;
}
.hscrollerbar {
height: 8px;
margin-top: 4px;
background: #4b1113;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: #151515;
width: 15px;
height: 5px !important;
}
.vscrollerbarend {
background: #151515;
width: 15px;
height: 5px;
}
.hscrollerbarbeg {
background: url(../images/common/sprite_scrollbar.png) -60px -15px no-repeat;
height: 15px;
width: 5px !important;
}
.hscrollerbarend {
background: url(../images/common/sprite_scrollbar.png) -30px -15px no-repeat;
height: 15px;
width: 5px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #151515 url(../images/common/sprite_scrollbar.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(../images/common/sprite_scrollbar.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(../images/common/sprite_scrollbar.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}
.hscrollerbasebeg {
background: url(../images/common/sprite_scrollbar.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(../images/common/sprite_scrollbar.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #151515 url(../images/common/sprite_scrollbar.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/



/* 3.1 Home page
------------------------------------------------------------------------------*/

.browse {
	z-index: 1000;
	position: absolute;
	top: 201px;
  display: block;
  width: 51px;
  height: 114px;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/common/sprite_tools.png);
  background-repeat: no-repeat;
}

.browse.left {
	position: absolute;
	left: 118px;
	background-position: left top;
}

.homepage .browse.left {
	left: 68px;
}

.browse.left:hover {
	background-position: -102px top;
}

.browse.right {
	position: absolute;
 	left: 1110px;
	background-position: -51px top;
}

.homepage .browse.right {
 left: 1164px;
}

.browse.right:hover {
	background-position: -153px top;
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 1280px;
	height: 519px;
	margin: 0 auto;
	padding-top: 41px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
}

.items div.item {
  position: relative;
  float: left;
	width: 844px;
	height: 518px;
	margin-right: -191px;
	margin-left: 217px;
	padding-top: 40px;
	background: url(../images/common/bg_content.png) center top no-repeat;
}

.homepage .items div.item {
  width: 894px;
	height: 496px;
	margin-right: -142px;
	margin-left: 168px;
	padding-top: 58px;
	padding-left: 52px;
	background: url(../images/home/bg_content.png) center top no-repeat;
}

.inner-content {
	width: 504px;
	height: 351px;
	margin-left: 129px;
	padding-right: 100px;
  overflow: auto;
}

.item h1 { margin: 0 0 10px 129px; }

.shadow {
	z-index: 100;
	position: absolute;
	top: 63px;
	width: 168px;
	height: 429px;
}

.homepage .shadow {
	width: 116px !important;
}

.shadow-l {
	left: 0;
	background: url(../images/common/sprite_shadow.png) no-repeat;
}

.shadow-r {
	right: 0;
	background: url(../images/common/sprite_shadow.png) right top no-repeat;
}


.hp-inner-content {
	width: 850px;
	height: 360px;
  overflow: hidden;
}

.hp-inner-content iframe {
  float: left;
}

.video-desc {
	float: left;
	width: 180px;
	padding: 10px 0 0 28px;
}

.video-desc h1 {
	margin: 0 0 13px;
	font-size: 26px;
}



/* 3.2 About
------------------------------------------------------------------------------*/
h1.padded {
	padding-top: 43px;
}

#about-us {
	font-size: 12px;
}

#about-us .inner-content {
	width: 604px;
	height: 331px;
	padding-right: 20px;
}


/* 3.3 Contact
------------------------------------------------------------------------------*/
/* contact us form */
.contact-form { 
    position: absolute;
    width: 240px;
    top: -3px;
    left: 420px;
    height: 335px; // change the height to be 335px
}
.contact-form .control {
	text-align: right;
	width: 212px;
}
.contact-form .control input {
	background: url('../images/common/bg_submit.png') repeat-x scroll 0 0 #050505;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0 8px;
  text-align: center;
}

.contact-form .field {
	margin-bottom: 5px;
	position: relative;
}

.contact-form span.require {
	float: left;
	color: red;
}

.contact-form .field-select-1{
	z-index: 9;
}

.contact-form .field-select-2{
	z-index: 8;
}

.contact-form .field input {
	width: 210px;
	float: left;
}

.contact-form textarea {
	border: 1px solid #191919;
	background: #050505;
	width: 210px;
	height: 120px;
	overflow: hidden;
	color: #fff;
	font-size: 1.2em;
	float: left;
}

.contact-form .custom-select {
	border: 1px solid #191919;
	background: #050505;
	position: relative;
	height: 20px;
	width: 210px;
	float: left;
}
.contact-form .custom-select strong {
	display: block;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	color: #fff;
	margin: 1px 1px 0 0;
	cursor: pointer;
	background: url(../images/common/bg_select-arrow.gif) no-repeat right top;
}
.contact-form .custom-select .custom-select-wrapper {
	position: absolute;
	top: 20px;
	left:-1px;
	background: #050505;
	width: 210px;
	border: 1px solid #191919;
	border-top: 0;
	display: none;
	height: 80px;
	overflow: auto;
	
}

.contact-form .open .custom-select-wrapper{
	display: block;
}

.contact-form .custom-select .custom-select-wrapper ul li {
	padding: 1px 5px;
}
.contact-form .custom-select .custom-select-wrapper ul li a {
	color: #fff;
}

.contact-form .shoot-type,
.contact-form .other-referrer {
	display: none;
}

#contact-us .no-scroll {
	position: relative;
	width: auto;
	margin-left: 105px;
}
#contact-us h1.padded {
	margin-left: 105px;
}

.larger {
	font-size: 12px;
}
.no-scroll {
	width: 604px;
	padding-right: 0;
}

.contact-list {
	margin-top: 15px;
}

.contact-list li {
	width: 268px;
	height: 25px;
	padding: 5px 0;
	font-size: 12px;
	line-height: 25px;
}

li.ad {
	width: 335px;
}

.contact-list li .ico {
  vertical-align: middle;
  display: inline-block;
  width: 26px;
  height: 25px;
  margin: 0 18px 3px 0;
  overflow: hidden;
  background-image: url(../images/common/sprite_icons.png);
}

.tw .ico {
	background-position: -52px 0;
}

.ph .ico {
	background-position: -130px 0;
}

.fb .ico {
	background-position: -78px 0;
}

.ce .ico {
	background-position: -156px 0;
}

.em .ico {
	background-position: -104px 0;
}

.ad .ico {
	background-position: -182px 0;
}



/* 3.4 Demo
------------------------------------------------------------------------------*/
.demo-heading {
	margin-left: 89px !important;
	padding-top: 5px;
	font-size: 14px;
}

.inner-content .demo-heading {
	margin-left: 0 !important;
}

.demo-content {
	width: 684px;
	margin-left: 89px;
	padding-right: 20px;
	padding-top: 25px;
	font-size: 12px;
	
}

.inner-content iframe {
	margin: 0 0 17px;
}

.view {
  display: inline-block;
	padding: 8px 0 0;
}



/* 3.5 Press
------------------------------------------------------------------------------*/
.press-heading {
	margin-left: 69px !important;
}

.press-content {
	width: 704px;
	height: 300px;
	margin-left: 69px;
	padding-right: 20px;
	font-size: 12px;
}

.press-item {
	float: left;
	width: 140px;
	margin-right: 40px;
	padding-top: 25px;
  text-align: center;
	font-size: 12px;
}

.press-item.last {
	margin-right: 0 !important;
}

.press-item img {
  display: block;
  margin: 0 0 15px;
}



/* 3.6 Blog
------------------------------------------------------------------------------*/

.blog-container {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 17px;
	font-size: 12px;
	background: url(../images/common/bg_sidebar.png) right top no-repeat;
	color: #fff;
}

.blog-content {
	float: left;
	width: 640px;
}

.blog-sidebar {
	float: right;
	width: 210px;
}

.tags {
	font-size: 11px;
}

.search legend {
	padding-bottom: 5px;
}

.article {
	margin-bottom: 18px;
	border-bottom: 1px solid #810e12;
}

.article iframe {
	margin-bottom: 18px;
}

.article .date {
	height: 26px;
	line-height: 26px;
	margin: 5px 0 10px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
}

.more {
	text-align: center;
}

.box {
	margin-bottom: 5px;
	padding-bottom: 18px;
	border-bottom: 1px solid #810e12;
}

.search {
	padding-top: 8px;
}

.search input[type="text"] {
  width: 169px;
	margin-right: 6px;
	height: 26px;
	border: 1px solid #191919;
	line-height: 26px;
	background: #050505 url(../images/common/bg_input-2.png) repeat-x;
	color: #ccc;
}

.search input[type="submit"] {
  width: 30px;
	height: 26px;
	line-height: 26px;
}

.archive a {
	color: #fff;
}

.module-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	background: none;
}

.module-list-item a {
	color: #fff;
}

.cloud-weight-1  { font-size: 0.9em; }
.cloud-weight-2  { font-size: 0.95em; }
.cloud-weight-3  { font-size: 1em; }
.cloud-weight-4  { font-size: 1.125em; }
.cloud-weight-5  { font-size: 1.25em; }
.cloud-weight-6  { font-size: 1.375em; }
.cloud-weight-7  { font-size: 1.5em; }
.cloud-weight-8  { font-size: 1.625em; }
.cloud-weight-9  { font-size: 1.75em; }
.cloud-weight-10 { font-size: 1.75em; }

.logo-small {
	margin-right: 10px;
}

.newsletter {
	margin-bottom: 15px;
}

.newsletter input[type="text"] {
	width: 100%;
	margin-bottom: 5px;
}

.newsletter input[type="submit"] {
	float: right;
	margin-top: 5px;
}

.flexcroll {
	outline: none;
}
