/*

Theme Name: Lingospot
Version: 1.0
Author: Rogue Republik

*/

/*--| Core Resets |--
-----------------------------------------------------------
-----------------------------------------------------------*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	}

body 
	{
	line-height:1;
	}

ol, ul 
	{
	list-style:none;
	}

blockquote, q 
	{
	quotes:none;
	}

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

:focus 
	{
	outline:0;
	}

ins 
	{
	text-decoration:none;
	}

del 
	{
	text-decoration:line-through;
	}

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

/*---| Begin Typography & Colors |--
-----------------------------------------------------------
-----------------------------------------------------------*/

body 
	{
	font-size:75%;
	line-height:1.35em;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background:#D6D6D6 url(images/img-background-repeatx.png) 0 0 repeat-x;
	color:#828282;
	text-align:center;
	}

#container 
	{
	background:#FFF;
	text-align:left;
	}

#nav 
	{
	background:#6F6F6F;
	}

#header 
	{
	background:#FFF;
	}

#headerimg 
	{
	background:#FFF;
	}

#content 
	{
	font-size:1.2em
	}

.content-column, .content-column-news 
	{
	text-align:left;
	}

.content-column .entry p, .content-column ol, .content-column ul, 
.content-column-news .entry p, .content-column-news ol, .content-column-news ul, .content-column-form,
.content-column-form > p, .content-column-form > ul 
	{
	font-size:0.85em;
	line-height:1.3em;
	}

.widecolumn .entry p 
	{
	font-size:1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry 
	{
	line-height:1.4em;
	}

.widecolumn 
	{
	line-height:1.6em;
	}

.narrowcolumn .postmetadata 
	{
	text-align:center;
	}

.alt 
	{
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

#next-steps-box 
	{
	font-size:1.1em;
	text-align:left;
	line-height:1.3em;
	background:#EFEFEF;
	border:1px solid #C3C3C3;
	z-index:100;
	}

#footer 
	{
	background:#EEE;
	border:none;
	}

small 
	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
	line-height:1.5em;
	}

h1, h2, h3 
	{
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
	}

h1 
	{
	font-size:4em;
	text-align:center;
	}

#headerimg .description 
	{
	font-size:1.2em;
	text-align:center;
	}

h2 
	{
	font-size:1.3em;
	}

h2.pagetitle, .widgettitle 
	{
	font-size:1.3em;
	}

h3 
	{
	font-size:1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description 
	{
	text-decoration:none;
	color:white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
	{
	color:#777;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite 
	{
	text-decoration:none;
	}

.entry p a:visited 
	{
	color:#b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea 
	{
	font:0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li 
	{
	font-weight:bold;
	}

.commentlist li .avatar 
	{
	float:right;
	border:1px solid #eee;
	padding:2px;
	background:#fff;
	}

.commentlist cite, .commentlist cite a 
	{
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p 
	{
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
	}

#commentform p 
	{
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata 
	{
	font-weight:normal;
	}

#sidebar 
	{
	font:1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
	{
	color:#777;
	}

code 
	{
	font:1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps 
	{
	font-size:0.9em;
	letter-spacing:.07em;
	}

a, h2 a:hover, h3 a:hover 
	{
	color:#DD510E;
	text-decoration:none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a 
	{
	font-size:9pt;
	}

#wp-calendar a 
	{
	text-decoration:none;
	}

#wp-calendar caption 
	{
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	}

#wp-calendar th 
	{
	font-style:normal;
	text-transform:capitalize;
	}

/* --| Begin Structure |--
-----------------------------------------------------------
-----------------------------------------------------------*/

body 
	{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	}

#page 
	{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	}

#container 
	{
	position:relative;
	width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	}

#logo 
	{
	width:100%;
	height:60px;
	background:#FFF;
	}

#logo a 
	{
	float:left;
	}

#nav 
	{
	width:100%;
	height:30px;
	}

#header 
	{
	position:relative;
	height: auto !important;
	width:955px;
	margin:0 auto;
	padding:0;
	z-index:1;
	}

#headerimg 
	{
	width:100%;
	height:220px;
	margin:0;
	}

.narrowcolumn 
	{
	float:left;
	padding:0 0 20px 45px;
	margin:0px 0 0;
	width:450px;
	}

.content-column, .content-column-news, .content-column-form 
	{
	position:relative;
	width:448px;
	float:left;
	display:inline;
	margin:10px 10px 10px 10px;
	padding:15px;
	border:1px solid #C3C3C3;
	text-align:left;
	z-index:100;
	}

.content-column-news 
	{
	width:715px;
	border:0;
	padding-top:15px;
	}

.content-column-form 
	{
	width:900px;
	border:0px;
	}

.widecolumn 
	{
	padding:10px 0 20px 0;
	margin:5px 0 0 150px;
	width:450px;
	}

.post 
	{
	margin:0 0 40px 0;
	text-align:left;
	}

.post h2 
	{
	line-height:1em;
	margin-bottom:8px;
	}

.post hr 
	{
	display:block;
	}

.widecolumn .post 
	{
	margin:0;
	}

.narrowcolumn .postmetadata 
	{
	padding-top:5px;
	}

.widecolumn .postmetadata 
	{
	margin:30px 0;
	}

.widecolumn .smallattachment 
	{
	text-align:center;
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
	}

.widecolumn .attachment 
	{
	text-align:center;
	margin:5px 0px;
	}

.entry, .postmetadata 
	{
	margin-top:10px;
	}

.postmetadata 
	{
	clear:both;
	}

.clear 
	{
	clear:both;
	}

#next-steps-box 
	{
	position:relative;
	width:178px;
	min-height:125px;
	height:auto !important;
	height:125px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0px;
	padding:15px;	
	}

#next-steps-box > h2
	{
    margin-top:3px;
	}

#next-steps-box > ul
	{
    padding-left:15px;
    margin-bottom:20px;
	}

#next-steps-box > ul > li
	{
    padding-bottom:5px; 
    list-style-type:disc; 
    list-style-position:outside;
	}

#next-steps-box > a > img
	{
    margin-left:25px;
	}

#footer 
	{
	clear:both;
	position:relative;
	width:960px;
	height:33px;
	padding:0;
	margin:0 auto;
	margin-top:10px;
	background:url(images/img-footer-repeatx.gif) 0 0 repeat-x;
	}

#footer .footer-links 
	{
	position:relative;
	width:400px;
	height:33px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
	}

#footer .footer-links img 
	{
	margin-top:-5px;
	padding:0px 10px;
	}

#footer .footer-links a, #footer .footer-links img 
	{
	float:left;
	display:inline;
	}

/*--| Begin Navigation |--
-----------------------------------------------------------
-----------------------------------------------------------*/

ul.nav 
	{
	width:100%;
	height:30px;
	display:inline;
	list-style:none;
	color:#FFF;
	font-size:1.3em;
	}

ul.nav li 
	{
	width:20%;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	display:inline;
	list-style:none;
	}

ul.nav li:hover 
	{
	background:#DD510E;
	}

ul.nav li a 
	{
	text-decoration:none;
	color:#FFF;
	}

ul.nav li.active, ul.nav li.active:hover 
	{
	background:#DD510E;
	color:#DD510E;
	}

/*--| Begin Headers |--
-----------------------------------------------------------
-----------------------------------------------------------*/

h1 
	{
	padding-top:70px;
	margin:0;
	}

h2, .widgettitle  
	{
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:lighter;
	}

h2.page 
	{
	margin:0 0 30px 0;
	}

h2.pagetitle 
	{
	margin-top:30px;
	text-align:center;
	}

#sidebar h2 
	{
	margin:5px 0 0;
	padding:0;
	}

h3 
	{
	padding:0;
	margin:30px 0 0;
	}

h3.comments 
	{
	padding:0;
	margin:40px auto 20px;
	}

/* End Headers */
/* Begin Images */

p img 
	{
	padding:0;
	max-width:100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

img.alignright 
	{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft 
	{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

.alignright 
	{
	float:right;
	}

.alignleft 
	{
	float:left
	}

/*--| Begin Lists |--
-----------------------------------------------------------
-----------------------------------------------------------*/

html>body .entry ul 
	{
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
	}

html>body .entry li 
	{
	margin:7px 0 8px 10px;
	}

.entry ul li:before 
	{
	content:"\00BB \0020";
	}

.entry ol 
	{
	padding:0 0 0 35px;
	margin:0;
	}

.entry ol li 
	{
	margin:0;
	padding:0;
	}

.postmetadata ul, .postmetadata li 
	{
	display:inline;
	list-style-type:none;
	list-style-image:none;
	}

#sidebar ul, #sidebar ul ol 
	{
	text-align:left;
	margin:0;
	padding:0;
	}

#sidebar ul li 
	{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:0px;
	}

#sidebar ul p, #sidebar ul select 
	{
	margin:5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol 
	{
	margin-top:5px;
	}

#sidebar ul ul ul, #sidebar ul ol 
	{
	margin:0;
	}

ol li, #sidebar ul ol li 
	{
	list-style:decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li 
	{
	margin-top:5px;
	padding:0;
	}

 .widget_search
 	{
    display:none;
	}

/*--| Begin Form Elements |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#searchform 
	{
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
	}

#sidebar #searchform #s 
	{
	width:108px;
	padding:2px;
	display:none;
	}

#sidebar #searchsubmit 
	{
	padding:1px;
	display:none;
	}

.entry form 
	{
	text-align:center;
	}

select 
	{
	width:130px;
	}

#commentform input 
	{
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea 
	{
	width:100%;
	padding:2px;
	}

#commentform #submit 
	{
	margin:0;
	float:right;
	}

/*--| Begin Comments |--
-----------------------------------------------------------
-----------------------------------------------------------*/

.alt 
	{
	margin:0;
	padding:10px;
	}

.commentlist 
	{
	padding:0;
	text-align:justify;
	}

.commentlist li 
	{
	margin:15px 0 3px;
	padding:5px 10px 3px;
	list-style:none;
	}

.commentlist p 
	{
	margin:10px 5px 10px 0;
	}

#commentform p 
	{
	margin:5px 0;
	}

.nocomments 
	{
	text-align:center;
	margin:0;
	padding:0;
	}

.commentmetadata 
	{
	margin:0;
	display:block;
	}

/*--| Begin Sidebar |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#sidebar, #sidebar-nav
	{
	position:relative;
	width:230px;
	min-height:155px;
	height:auto !important;
	height:155px;
	float:left;
	display:inline;
	padding:0;
	}

#sidebar
	{
    width:185px;
    margin:17px 10px 0px 0px;
	}

#sidebar-nav
	{
	margin:10px 0px 0px 10px;
	}

#sidebar li,
#sidebar form 
	{
	margin:0;
	}

#sidebar > ul
	{
    margin: 10px 10px 10px 35px;	
    }

/*---| Sidebar Nav Start |---*/

#sidebar-nav 
	{
	margin-bottom:10px;
	}

#sidebar-nav ul.sidebar-nav 
	{
	width:100%;
	display:block;
	list-style:none;
	font-size:1.1em;
	text-align:left;
	}

#sidebar-nav ul.sidebar-nav li
	{
	width:100%;
	height:30px;
	line-height:30px;
	display:block;
	background:#FFF;
	}

#sidebar-nav ul.sidebar-nav li:hover 
	{
	color:#DD510E;
	}

#sidebar-nav ul.sidebar-nav li.active 
	{
	width:100%;
	height:30px;
	line-height:30px;
	display:block;
	font-weight:bold;
	background:#EFEFEF;
	}

#sidebar-nav ul.sidebar-nav li.active:hover 
	{
	color:#DD510E;
	}

#sidebar-nav ul.sidebar-nav li.active a, #sidebar-nav ul.sidebar-nav li.active a:hover 
	{
	color:#DD510E;
	}

#sidebar-nav ul.sidebar-nav li a 
	{
	color:#777;
	text-decoration:none;
	padding-left:25px;
	}

#sidebar-nav ul.sidebar-nav li a:hover 
	{
	color:#DD510E;
	}

/*--| Begin Calendar |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#wp-calendar 
	{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
	}

#wp-calendar #next a 
	{
	padding-right:10px;
	text-align:right;
	}

#wp-calendar #prev a 
	{
	padding-left:10px;
	text-align:left;
	}

#wp-calendar a 
	{
	display:block;
	}

#wp-calendar caption 
	{
	text-align:center;
	width:100%;
	}

#wp-calendar td 
	{
	padding:3px 0;
	text-align:center;
	}

#wp-calendar td.pad:hover 
	{
	

/* Doesn't work in IE */
	background-color:#fff;
	}

/*--| Begin Various Tags & Classes |--
-----------------------------------------------------------
-----------------------------------------------------------*/

acronym, abbr, span.caps 
	{
	cursor:help;
	}

acronym, abbr 
	{
	border-bottom:1px dashed #999;
	}

blockquote 
	{
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
	}

blockquote cite 
	{
	margin:5px 0 0;
	display:block;
	}

.center 
	{
	text-align:center;
	}

.hidden 
	{
	display:none;
	}

hr 
	{
	display:none;
	}

a img 
	{
	border:none;
	}

.navigation 
	{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
	}

/*--| Captions |--
-----------------------------------------------------------
-----------------------------------------------------------*/

.aligncenter,
div.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.wp-caption 
	{
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	}

.wp-caption img 
	{
	margin:0;
	padding:0;
	border:0 none;
	}

.wp-caption p.wp-caption-text 
	{
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
	}

/*--| Index Page |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#sidebar-news 
	{
	position:absolute;
	top:375px;
	width:324px;
	height:249px;
	margin:0px 0 25px 10px;
	border:1px solid #DBDBDB;
	z-index:5;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
	{
	#sidebar-news { top:359px; left:0px; }
	}

#news-box 
	{
	position:absolute;
	top:35px;
	width:275px;
	height:165px;
	margin:0px 25px 25px 25px;
	}

#sidebar_2 
	{
	width:100%;
	height:100%;
	text-align:left;
	}

#sidebar_2 > li 
	{
	max-height:185px;
	}

#sidebar_2 > br 
	{
	height:10px;
	padding:5px;
	}

#sidebar_2 > li 
	{
	width:100%;
	max-height:90px;
	list-style-image:url(images/img-bullet.gif);
	list-style-position:outside;
	line-height:1.25em;
	font-size:1.15em;
	padding:5px 0 0 0;
	margin:0 0 5px 15px;
	}

#sidebar_2 > li:last-child 
	{
	border-bottom:0px;
	}

#sidebar_2 > li > div
	{
	display:block;
	}

#sidebar_2 > li > div > a 
	{
	display:inline;
	color:#444;
	font-weight:bold;
	text-decoration:none;
	}

#sidebar_2 > li div > a:hover, #sidebar_2 > li div > a:visited 
	{
	color:#DD510E;
	font-weight:bold;
	text-decoration:none;
	}

#sidebar_2 > li > div > small 
	{
	display:block;
	font-size:10px;
	line-height:1.5em;
	padding-left:5px;
	}

#sidebar_2 > li ul li p 
	{
	display:block;
	font-size:11px;
	line-height:13px;
	}

#index-content 
	{
	position:relative;
	width:605px;
	height:293px;
	float:right;
	display:inline;
	margin:0px 10px 25px 0px;
	z-index:100;
	}

#tabbed-nav 
	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:48px;
	z-index:5;
	}

#tabbed-nav a 
	{
	float:left;
	display:inline;
	cursor:pointer;
	}

#tabbed-nav a.space 
	{
	margin-right:2px;
	}

#tabbed-nav, #tabbed-nav > li
	{
	display:inline;
	}

#tabbed-nav li > a
	{
	width:150px;
	height:48px;
	line-height:48px;
	}

a#publishers_ID
	{
	background:url(images/img-tab-publishers.png) no-repeat 0 0;
	}

a#editors_ID
	{
	background:url(images/img-tab-editors.png) no-repeat 0 0;
	}

a#network_ID
	{
	background:url(images/img-tab-network.png) no-repeat 0 0;
	}

a#brand_ID
	{
	background:url(images/img-tab-brands.png) no-repeat 0 0;
	}


a#publishers_ID:hover, a#editors_ID:hover,
a#network_ID:hover, a#brand_ID:hover
	{
	background-position:0 -48px;
	}

#tabbed-nav > li.active > a, 
#tabbed-nav > li.active > a
	{
	background-position:0 -48px;
	}

#index-content-box 
	{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:245px;
	border-top:1px solid #DBDBDB;
	background:#FFF;
	z-index:99;
	}

#why-lingospot 
	{
	position:relative;
	width:49%;
	height:100%;
	float:left;
	display:inline;
	background:url(images/img-large-divider.gif) no-repeat right center;
	}

.snippet, .snippet_02 
	{
	width:235px;
	height:60px;
	margin:0 auto;
	margin-top:100px;
	font-size:1.75em;
	color:#999;
	}

.snippet_02 
	{
	position:relative;
	margin:40px 0px 0px 25px;
	font-size:1.1em;
	line-height:1.35em;
	text-align:left;
	}

#index_video 
	{
	position:relative;
	width:310px;
	height:250px;
	border:0px;
	}

#index_video > embed 
	{
	border:0px;
	}

#watch-video 
	{
	position:relative;
	width:49%;
	height:100%;
	float:left;
	display:inline;
	margin-left:10px;
	}

#watch-video  div
	{
	float:left;
	}
	
#watch-video  div
	{
	clear:both;
	}

/*#watch-video a 
	{
	position:absolute;
	bottom:0;
	left:25%;
	}
*/

.index-title 
	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	text-align:left;
	font-size:1.5em;
	}

.index-title span 
	{
	margin-left:25px;
	}

#watch

/*--| Sign Up Page |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#sign-up 
	{
	position:relative;
	width:785px;
	min-height:600px;
	height:auto;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	}

#sign-up #sign-header 
	{
	position:relative;
	width:785px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:10px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #000;
	}

#sign-up form table input 
	{
	margin:0px 0px 10px 0px;
	float:right;
	display:inline;
	}

#sign-up form table label 
	{
	margin:0px 25px 0px 0px;
	float:left;
	display:inline;
	line-height:25px;
	}

#sign-up form table td input 
	{
	width:415px;
	height:15px;
	padding:5px;
	border:1px solid #000;
	}

#sign-up form table td textarea 
	{
	width:415px;
	height:100px;
	margin:10px 0px 10px 0px;
	padding:5px;
	border:1px solid #000;
	float:right;
	}

#sign-up form table td#capatcha-box 
	{
	width:415px;
	margin:10px 0px 10px 0px;
	background:#DD510E;
	}

#sign-up form table td#capatcha-box span 
	{
	position:relative;
	top:35px;
	width:300px;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	font-size:11px;
	color:#FFF;
	display:inline;
	}

#sign-up form table td#capatcha-box img 
	{
	width:150px;
	height:60px;
	margin:0px 0px 0px 400px;
	padding:0px 10px 10px 10px;
	float:left;
	display:inline;
	}

#sign-up form table td input#capatcha 
	{
	width:150px;
	height:15px;
	padding:5px;
	}

#sign-up form table td#accept 
	{
	text-align:right;
	}

#sign-up form table td#accept input#id_terms_box 
	{
	width:15px;
	height:15px;
	float:right;
	margin:0px 10px 0px 10px;
	}

#sign-up form table td#accept label#accept-label 
	{
	line-height:15px;
	float:right;
	}

#sign-up form div a img 
	{
	position:relative;
	width:161px;
	clear:both;
	float:right;
	margin:10px 0px 0px 0px;
	}

#oneclick-install 
	{
	position:absolute;
	top:-12px;
	right:-50px;
	width:185px;
	min-height:220px;
	height:100%;
	padding-left:20px;
	border-left:1px dotted #000;
	}

#oneclick-install h2 
	{
	width:185px;
	padding:0px 0px 10px 0px;
	line-height:36px;
	}

#oneclick-install img 
	{
	display:block;
	padding:0px 0px 20px 0px;
	}

/*--| Contact Page |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#contact 
	{
	position:relative;
	width:600px;
	min-height:500px;
	height:auto;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	}

#contact div#contact-header 
	{
	position:relative;
	width:570px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #000;
	}

#contact div#product-request-info 
	{
	margin:0px 0px 20px 0px;
	}

#contact form table td input 
	{
	width:415px;
	height:15px;
	padding:5px;
	border:1px solid #000;
	}

#contact form table td textarea 
	{
	width:415px;
	height:100px;
	margin:10px 0px 10px 0px;
	padding:5px;
	border:1px solid #000;
	float:right;
	}

#contact form table td input 
	{
	margin:0px 0px 10px 0px;
	float:right;
	display:inline;
	}

#contact form table td label 
	{
	margin:0px 25px 0px 0px;
	float:left;
	display:inline;
	line-height:25px;
	}

#contact form table td select 
	{
	margin:0px 0px 10px 0px;
	float:left;
	display:inline;
	border:1px solid #000;
	}

td.line 
	{
	width:550px;
	height:10px;
	border-top:1px dotted #000;
	}

#contact form table td#myemail p 
	{
	margin:10px 0px 10px 120px;
	clear:both;
	}

#contact form table td img 
	{
	float:right;
	}

/*--| Privacy Page |--
-----------------------------------------------------------
-----------------------------------------------------------*/

.privacy-list > li 
	{
	list-style-type:disc;
	list-style-position:incside;
	}

/*--| Login Page |--
-----------------------------------------------------------
-----------------------------------------------------------*/

#login-box 
	{
	position:relative;
	width:636px;
	height:440px;
	margin:0px auto;
	background: none;
	}

#login-box div#login-form 
	{
	position:relative;
	width:465px;
	height:40px;
	margin:0px auto;
	}

#login-box div#login-form div#email 
	{
	position:relative;
	width:225px;
	height:20px;
	float:left;
	}

#login-box div#login-form div#password 
	{
	position:relative;
	width:225px;
	height:20px;
	float:right;
	}

#login-box div#login-form form 
	{
	width:465px;
	height:70px;
	}

#login-box div#login-form form input 
	{
	width:215px;
	height:15px;
	padding:5px;
	border:1px solid #CCCCCC;
	}

#login-box div#login-btn 
	{
	position:relative;
	width:114px;
	height:44px;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	}

#login-box div#forgot-pass 
	{
	position:relative;
	width:125px;
	height:20px;
	margin:0px auto;
	text-align:center;
	text-decoration:underline;
	color:#999999;
	}
