@import "reset.css";

* {
	-moz-outline-style: none;
}

body {
	background:#330001 url(/img/body_background.png) repeat-x scroll 0 0;
	font: normal 67.5% Arial, Verdana, sans-serif;
	color: #ccc;
}

div#wrapper {
	width: 990px;
	display: block;
	position: relative;
	margin: 0 auto;
}


div#header {
	background:transparent url(/images/support_header_bg.jpg) no-repeat scroll left top;
	height:90px;
	margin-bottom:1em;
	width:100%;
}
h1#logo a {
	width: 204px;
	height: 49px;
	background: url(/img/videoiq_logo.png) top left no-repeat transparent;
	position: absolute;
	top: 18px;
	left: 30px;
	text-indent: -9999px;
	z-index: 99;
}

body.small_feature #content{
  margin-bottom:1em;
}


#left_column {
	width: 283px;
	float: left;
	background:#1a0102 url(/img/small_feature_sidebar_background.png) no-repeat scroll left top;
  background:#0D0000 url(/img/small_feature_sidebar_background.png) no-repeat scroll left top;
}
  body.small_feature #left_column{
	  background: url(/img/small_feature_sidebar_background.jpg) no-repeat scroll left top;
    min-height:278px;
    height:auto !important;
    height:278px;
  }
#main_column{
	width: 697px;
	float: left;
	margin-left: 10px;
  margin-bottom: 10px;
	background:#090C10 url(/img/center_background.jpg) no-repeat scroll left top;
	position: relative;

	height: 500px;
	height:auto !important;
	min-height:500px;
}
  body.small_feature #main_column{
    background: url(/img/small_feature_background.jpg) top left no-repeat transparent;
    min-height:278px;
    height:auto !important;
    height:278px;

  }

div#main_column_inner {
	padding:30px;
	position: relative;
}

.content p, .content ul{
	font-size:12px;
	margin:0 0 1.5em;
	line-height: 1.5em;
}
.content ul{
  list-style-type: disc;
  margin-left: 1em;
}
.content li{
  padding-left: 1em;
  line-height: 1.5em;
}
.content p.page_overview{
	color:#879DAA;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

.content h2 {
	color:#FFC20E;
	font-size:1.75em;
	font-weight:normal;
	margin-bottom:1em;
}
.content h3, .sub_content h3 {
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
	font-size: 1.5em;
  margin-bottom:1em;
}
.content h4, .sub_content h4 {
	font-weight: bold;
	color: orange;
	line-height: 1.3em;
	font-size: 1.25em;
  margin-bottom:1em;
}
.content h5, .sub_content h5 {
	font-weight: bold;
  margin-bottom:1em;
	font-size: 1.25em;
}

.content ul.item_list{
  margin-left: 0;
}
.content ul.item_list li{
  display:block;
  margin-bottom: 1.3em;
  margin-left: 0;
  padding-left:0;
}
.content ul.item_list li h4.title{
  font-size: 1em;
  color:#fff;
  margin-bottom: .35em;
}
.content ul.item_list h4.title a{
  color:#fff;
  text-decoration:none;
}
.content ul.item_list h4.title a:hover{
  color:#ce5a05;
  text-decoration:underline;
}
.content ul.item_list li p.meta_info{
  font-size: 1em;
  color: #888;
  margin:0;
}


#showcase{
  background:transparent url(/img/full_feature_background.jpg) no-repeat scroll left top;
  display:block;
  min-height:288px;
  height:auto !important;
  height:288px;
  position:relative;
  margin-bottom:1em;
}


#sub_content {
  background: #040608 url(/img/sub_content_background.jpg) top left no-repeat;
}
#sub_content_inner{
  padding: 30px;
}

.full_column{
  width: 100%;
  clear: both;
/*  padding: 2em 0;*/
  margin-bottom:1em;
}
.left_column {
	width: 48%;
	float: left;
}
.right_column {
	width: 48%;
	float: right;
}

div#footer {
	width: 100%;
/*  margin-top: 1em;*/
	height: 89px;
	padding-top: 24px;
	text-align: center;
	display: block;
	color: #a4a4a4;
	background: url(/img/footer_bg.png) top center no-repeat transparent;
}

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

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

div#footer p {
	padding: 0.5em;
	margin:0;
}

ul.highlight_list {
/*  font-size:1.2em;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:1em auto;
	position:relative;
	width:90%;
}
ul.highlight_list li {
	line-height:1.4em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding:0 5px;
}


#video_player{
  width:420px;
  text-align:center;
  padding: 1em 0;
  margin:0 auto;
}



/*
 * Form Elements
 ***********************************************/
div.form p{
  margin-bottom: .75em;
}
ul#one_third {
	width: 35%;
	float: left;
	display: block;
}

ul#two_thirds {
	width: 60%;
	float: right;
	display: block;
}

label {
	width: 100%;
	display: block;
	font-size: 1.0em;
/*  line-height: 1.5em;*/
}
label.radio{
  display:inline;
  padding-left: 5px;
}
.input_field, .input_select {
	width: 70%;
	padding: 2px 4px;
	background: #2d2b34;
	border: 0;
	color: #aaa;
	border: 1px solid #000;
	font: normal .9em Arial, Verdana, sans-serif;

}
#sidebar .input_field{
 width: 100px;
}

/*
.input_select {
  width: 90%;
  padding: 4px;
  font-size: 1.0em;
  background: #2d2b34;
  border: 0;
  color: #aaa;
  border: 1px solid #000;
}*/

#submit {
/*  float: right;*/
	background: #2d2b34;
	border: none;
	color: #aaa;
	padding: 5px 14px;
	font-size: 1.0em;
	margin-right: 1.0em;
	margin-bottom:1.0em;
}

form ul li {
	padding: 0.5em 0;
}

.textarea {
	width: 96%;
	padding: 4px;
	font-size: 1.0em;
	background: #2d2b34;
	border: 0;
	color: #aaa;
	height: 163px;
	border: 1px solid #000;
	font: normal .9em Arial, Verdana, sans-serif;
}

.remove_class {
	background: #404044;
	border: 2px solid #666;
}


.contact_emails li{
  margin-bottom: .75em;
}

label.error {
/*  background:red url(/img/exclamation.png) no-repeat scroll 0 0;*/
/*  background: red url(/img/cancel.png) no-repeat scroll 0 0;*/
  background:red url(/img/error.png) no-repeat scroll 10px center;
	color:#fff;
	padding:5px 30px;
	margin: .5em 0 1em 0;
	display:block;
  width:80%;
}

p.learn_more {
	color: yellow;
}
