/**********************************************************************************
=Global 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,
font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
    font-family: 'Open Sans', Tahoma, "MS Sans Serif", Arial;
    font-size:15px;
}

html, body
{
	height:100%;
}

input
{
    font-family:inherit;
    font-size:inherit;
    padding:3px;
}

.payment-button
{
    font-size:26px;
    padding:5px;
}

ul
{
    margin-top:10px;
}

li
{
    margin-left:20px;
}

body 
{
    background: #ffffff url(/res/img/body.jpg);
}

p
{
    color:#111111;
    text-shadow: 1px 1px 1px #ffffff;
    margin-top:5px;
}

a
{
    text-decoration: none;
    color: #095AB4;
    font-size:16px;
}

a:link:hover, a:visited:hover
{
    color: #00A7A7;
}

a.selected
{
    color: #00A7A7;
}

h1
{
    font-family: 'Open Sans';
    font-size:22px;
    color:#000000;
    font-weight:bold;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom:3px;
}

h2
{
    font-family: 'Open Sans';
    font-size:20px;
    color:#00A7A7;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom:3px;
    margin-top:10px;
}

/**
    main header div that acts as the background for the header bac
**/
#outer-wrapper
{
    height:100%;
    width:100%;
    background: transparent url(/res/img/header-background.jpg) repeat-x;
}

#inner-wrapper
{
    width:936px;
    margin:auto;
}

#header
{
    height:100px;
    text-align:left;
    color: #ffffff;
}

#footer
{
    overflow:hidden;
    height:100px;
}

#footer p
{
    text-align:center;
    color:#00A7A7;
    font-size:16px;
}

#site-nav
{
    float:left;
    overflow:hidden;
    padding-top:40px;
    text-align:right;
    text-shadow: 0px 0px 2px #000000;
    color:#666666;
    width:655px;
}

#site-nav a
{
    font-size:14px;
    color:#ffffff;
}

#main-header
{
    clear:both;
    background: transparent url(/res/img/header.png) no-repeat;
    width:100%;
    height:300px;
    overflow:hidden;
    text-align:right;
}

#allshare-header
{
    clear:both;
    background: transparent url(/res/img/allshare-media-server-large.png) no-repeat;
    width:100%;
    height:300px;
    text-align:right;
}

#main-body
{
    overflow:hidden;
}

#main-features
{
    padding:10px;
    background:url(/res/img/wrapper.png);
    -moz-border-radius: 10px;
    border-radius: 10px;
    float:left;
    width:645px;
}

#main-nav
{
    padding:10px;
    padding-top:0px;
    float:left;
    width:250px;
    text-align:center;
}

.man-line
{
    margin-top:2px;
    margin-bottom:2px;
}

.man-link
{
    font-size:12px;
    display:block;
    margin:0px;
    overflow:hidden;
    margin-top:-1px;
    margin-bottom: -10px;
}

.download-feature
{
    padding:10px;
    background:url(/res/img/wrapper.png);
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
    margin-top:10px;
}

.feature
{
    overflow: hidden;
    margin-top:10px;
    clear: both;
}

.feature-line
{
    border-top: 1px solid #cccccc;
    margin-left:150px;
    margin-right:150px;
    height: 10px;
    margin-top:10px;
}

.credit-div
{
    margin:auto;
    margin-top:40px;
    overflow:hidden;
    width:275px;
    float:left;
    text-align:center;
}

.download-link-small
{
    width:250px;
    height:45px;
    padding:0px;
    background:url(/res/img/download.png) no-repeat;
    cursor:pointer;
    -moz-box-shadow: 0px 0px 5px #555;
    -webkit-box-shadow: 0px 0px 5px #555;
    box-shadow: 0px 0px 5px #555;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.download-link-small .download
{
    color:#ffffff;
    clear:both;
    font-weight:bold;
    font-size:14px;
}

.download-link-small .download-desc
{
    color:#000000;
    clear:both;
    font-size:12px;
    margin-top:1px;
}

.download-link-small .link-wrapper
{
    padding-top:7px;
    margin:auto;
    text-align:left;
    width:100%;
    padding-left:10px;
}

.bubble
{
    overflow:hidden;
    clear:both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background:#ffffff;
    margin:10px;
    text-align:center;
    -moz-box-shadow: 0px 0px 10px #aaa;
    -webkit-box-shadow: 0px 0px 10px #aaa;
    box-shadow: 0px 0px 10px #aaa;
}

.watch-img
{
    float:left;
    width:110px;
    text-align:center;
}

.watch-description
{
    float:left;
    overflow:hidden;
    text-align:left;
}

.watch-item
{
    overflow:hidden;
    clear:both;
}

.watch-item p
{
    margin-top:1px;
}

.blog-header
{
    font-size:20px;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, "MS Sans Serif";
    margin-top:2px;
    border-bottom:1px solid #aaaaaa;
    padding:10px;
    padding-left:0px;
    margin-left:10px;
    text-transform: uppercase;
    color:#FA9D24;
}

.blog-body
{
    margin-bottom:5px;
    padding:10px;
    padding-left:0px;
    margin-left:10px;
    color:#000000;
}

.blog-links
{
    padding:5px;
    padding-left:0px;
    margin-left:10px;
    color:#000000;
}

.blog-time
{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    font-family: Arial, Tahoma, "MS Sans Serif";
    background:url(/images/blog/calendar.png) no-repeat 50% 0%;
    min-height:100px;
    padding-top:17px;
}

.blog-post
{
    clear:both;
}

#chromecast-header-right
{
    margin-top:20px;
    margin-bottom:20px;
    text-align:right;
    height:300px;
    width:936px;
}

#chromecast-header-left
{
    margin-top:20px;
    margin-bottom:20px;
    text-align:left;
    height:300px;
    width:936px;
}

.chromecast-msg
{
    width:500px;
    text-align:center;
    margin-top:50px;
}

.chromecast-msg h1
{
    font-size:40px;
    font-weight:normal;
}

.price-div
{
    background: #000000;
    color:#ffffff;
    margin-top:10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align:center;
    overflow:hidden;
    display:inline-block;
}

.price-block
{
    text-align:center;
    margin:auto;
    overflow:hidden;
    font-size:12px;
    padding:5px;
    display:inline-block;
}

.country-price
{
    float:left;
    padding:10px;
    padding-bottom:0px;
    padding-top:0px;
    text-align:center;
    overflow:hidden;
    display:inline-block;
}
