@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


html {
	width:100%
	}

body {
	font-size: 12px;
        line-height: 20px;
	color: #AAF7F2;
	min-width: 960px;
 	background: url(../images/bkgd.png) fixed repeat top left #0C2A2A;
 	font-family: 'Arial' sans-serif;
        padding-bottom:31px;
	}
.bkgd {
        background: #91C8CB;
        }
.main {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	}

article,figcaption,figure {
	display: block;
	}
	
p {
	margin-bottom: 18px;
        line-height: 20px;
	}
	
.p2{
	margin-bottom: 23px;
	}
	.p3{
	}
	
	.p4{
	}
	
	.p5{
	}
	
.clear {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
	}
	
.watch_but1,.watch_but,.search .search_but>li>a {
        font-family: 'Oswald';
	}

.wrapper {
	width: 100%;
	overflow: hidden;
	}
	
	
.tech_links {
	float: left;
	overflow: hidden;
        margin-top: 10px;

	}

.tech_links li {
        list-style: none;
	float: left;
	padding-left: 9px;
	margin-right: 19px;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Arial Narrow', 'Conv_FuturaStd-Condensed', sans-serif;
        font-weight: normal;
        color: #FFFFFF;
	}
	
.tech_links a { 
	color: #E6891B;
	}
	
.tech_links li.current a, .tech_links a:hover {
	color: #66CCCC;
        text-transform: uppercase;
	}

.nav_panel {
	overflow: hidden;
	float: right;
        color: #DDDDDD;
	font-weight: 600;
	}
	
.nav_panel a {
	color: #DDDDDD;
	}

.login {
	float:left;
	padding-top: 2px;
	margin-right: 5px;
        line-height: 20px;
	}
	
.login a {
	color: #FFFFFF;
	display: inline-block;
	line-height: 20px;
        font-family:  sans-serif;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 0.03em;
     	}
	
.login .log {
	background: url(/v/vspfiles/templates/192/images/login_but.jpg) repeat-x #232323;
	box-shadow: inset 1px 1px #434343;
	border-radius: 3px;
	padding: 1px 10px 2px;
	margin-right: 6px;
	}
	
.login .log:hover {
	background: #232323;
	}
	
.login .account {
	background: url(/v/vspfiles/templates/192/images/account_but.jpg) repeat-x #8F0909;
	box-shadow: inset 1px 1px #1E1E1E;
	border-radius: 3px;
	padding: 1px 5px 2px;
	margin-right: 6px;
	}
	
.login .account:hover {
	background: #EF2121;
	}

.prod-menu {
	margin: 0px;
        padding-left: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
	background: #0C2A2A;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
        text-align: center;
       	}

.product-menu {
	display:inline-block;
	background:url(../images/watch_bu1.png) repeat-x #8E0909;
	position:relative;
	border-radius:2px;
	border-bottom:1px solid #1B1B1B;
	border-right:1px solid #303030;
	margin: 2px 1px;
	padding:6px 10px 9px 10px;
	text-decoration: none;
        font-family: sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#FFF;
        font-weight: 500;
	}


.prod-menuAlt {
	margin: 0px;
        padding-left: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
	background: #FFFFFF;
        text-align: center;
	}

.product-menuAlt {
	display:inline-block;
	background:url(../images/watch_bu1.png) repeat-x #8E0909;
	position:relative;
	border-radius:2px;
	border-bottom:1px solid #1B1B1B;
	border-right:1px solid #303030;
	margin: 2px 1px;
	padding:6px 15px 9px 16px;
	text-decoration: none;
        font-family: sans-serif; 
	font-size: 12px;
	line-height: 14px;
	color:#FFF;
        font-weight: 500;
	}


.product-menu:after {
	display:block;
	position:absolute;
	width:33px;
	height:32px;
	right:-31px;
	top:0;
	content:"";
	}
	
.product-menu:hover {
	background:#750404;
	}

.product-menuAlt:after {
	display:block;
	position:absolute;
	width:33px;
	height:32px;
	right:-31px;
	top:0;
	content:"";
	}
	
.product-menuAlt:hover {
	background:#750404;
	}

.latest_games li {
	background: url(../images/latest_li.png) 50% bottom repeat-x #283434;
	padding: 25px 0 27px 29px;
	border-bottom: 1px solid #2B2B2B;
	}
	
.latest_games p {
	margin-bottom:14px;
	}
	
.latest>figure {
	padding-top: 4px;
	}
	
.extra_container {
	overflow: hidden;
	}
	
.extra_container>figure {
	float: left;
	}
	
.extra_container>div {
	float: right;
	}
	
.watch_but1 { 
	display: inline-block;
	background: url(../images/watch_bu1.png) repeat-x #8E0909;
	position: relative;
	border-radius: 2px;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF ! important;
	border-bottom: 1px solid #1b1b1b;
	border-right: 1px solid #303030;
	margin: 5px 0 0 5px;
	padding: 6px 5px 9px 5px;
	}
	
.but_wrap {
	background: #0C2A2A;
	padding: 0 0 20px 0px;
	}

.insideBox {
        padding: 0 10px;
        border: none !important;
        }
	
.button {
	display: inline-block; 
	padding: 1px 6px 4px;
	margin: 22px 1px 1px 0;
	border-radius: 2px; font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background: url(../images/button.png) repeat-x #0C2A2A;
	border-top: 1px solid #434343;
	border-left: 1px solid #363636;
	box-shadow: 1px 1px #090909;
	}
	
a {
	color: #999999;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	}
	
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
	
.button:hover { 
	background: #232323;
	}
	
.small_box1 {
	padding: 29px 20px 31px 30px;
	background: #222222;
	margin-bottom: 11px;
	}
	
	
.m_top1 { 
	margin-top: 15px;
	}
	
.m_bottom_zero {
	margin-bottom: 0 !important;
	}
	
.latest_news {
	margin: -1px 5px 0 -1px;
	}
	
.latest_news li {
	margin-bottom: 18px;
	}
	
.date { 
	background: #E11D1D;
	color: #FFFFFF;
	box-shadow: 1px 1px #090909;
	margin: 0 1px 3px 0; 
	display: inline-block;
	border-radius: 2px;
	padding: 0 3px 0;
	}
	
.bestSellers {
	overflow: hidden;
	}
	
.bestSellers .col {
	float: left;
	width: 76px;
	margin-left: 11px;
	}
	
.bestSellers .col first-child {
	margin: 0 0 0 0;
	}
	
.bestSellers img {
	margin-bottom: 8px;
	}	
	
h3,h4 {
	font-weight: normal;
	}
	
h2 {
	font-size: 18px;
        font-weight: normal;
        font-family: 'Oswald';
        font-stretch: expanded;
        text-transform: uppercase;
	line-height: 21px;
	color: #FFFFFF;
	background: url(../images/h2_bg.png) repeat-x #232323;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #000;
	padding: 6px 10px 9px;
	}

h3 {
	font-size: 19px;
	line-height: 23px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 10px;
	}
	
h5 {
	font-size: 13px;
	line-height: 20px;
	color: #DB1313;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	padding: 10px;
	}

.rentals {
	text-align: left;
	font-family: 'Arial Narrow', 'Conv_FuturaStd-Condensed', sans-serif;
	font-size: 12px;
	color: #3D5151;
	}
	
.rentalsH2 {
        text-align: right;
	font-family: 'Oswald';
	padding-right: 25px;
	font-size: 24px;
	color: #669999;
	background: #FFFFFF;
        border-top: 0px !important;
        border-bottom: solid 1px #669999 !important;
	}
	
.rentalsH3 {
	font-family: 'Oswald';
	text-indent: 20px;
	font-size: 16px;
        font-weight: 500;
	color: #669999;
	}
	
.rentalsUl {
	margin-left: 20px;
	color: #3D5151;
	}
	
.rentalsImg {
	padding: 20px;
	float: left;
	}
	
.rentalsImgAlt {
		padding: 20px;
		float: right;
	}

.news {
	text-align: left;
	font-family: 'Arial Narrow', 'Conv_FuturaStd-Condensed', sans-serif;
	font-size: 12px;
	color: #3D5151;
	}
	
.newsH2 {
        text-align: right;
	font-family: 'Oswald';
	padding-right: 25px;
	font-size: 24px;
	color: #669999;
	background: #FFFFFF;
        border-top: 0px !important;
        border-bottom: 0px !important;
	}
	
.newsH3 {
	font-family: 'Oswald';
	text-indent: 20px;
	font-size: 16px;
        font-weight: 500;
	color: #669999;
	}
	
.newsUl {
	margin-left: 20px;
	color: #3D5151;
	}
	
.newsImg {
	padding: 20px;
	float: left;
	}
	
.newsImgAlt {
		padding: 20px;
		float: right;
	}

.contentUl {
	float: left;
	}
	
.contentUlAlt {
	float: right;
	}

.content ul li {
	list-style: none;
	text-indent: 30px;
	}

.boxWrapper {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
 	background: url(/v/vspfiles/templates/192/images/bkgd-box.png) repeat-x bottom left #91C8CB;
        border: none;
	}

.boxWrapperAlt {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
        border: none;
 	background: #468C91;
	{

.boxWrapper .login {	
	background: url(/v/vspfiles/templates/192/images/account_but.jpg) repeat-x #8F0909;
	box-shadow: 1px 1px #1E1E1E;
	border-radius: 3px;
	margin: 0 1px 1px 7px;
	padding: 2px 6px 4px;
        font-family: 'Arial Narrow', 'Conv_FuturaStd-Condensed', sans-serif;
        color: #FFFFFF;
}

.boxWrapper .login:hover {
	background: #EF2121;
}
	
    
 .boxWrapper h2 {
 	background: url(/v/vspfiles/templates/192/images/sub_menu.png) repeat;
 	width: 100%;
        }

.photoFrame {
	float: right;
	margin: 10px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-bottom-color: #666666;
	border-right-color: #666666;
        background: url(/v/vspfiles/templates/192/images/photo-frame.gif) no-repeat bottom right #FFFFFF;	
	}

.photoFrameAlt {
        float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-bottom-color: #666666;
	border-right-color: #666666;
	background: url(/v/vspfiles/templates/192/images/photo-frame.gif) no-repeat bottom right #FFFFFF;	
	}