/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
strong{ font-weight: bold;}
p{margin: 0 0 10px 0;}

a{outline: none;}

/*------------------------------------------
	Reusable Classes
------------------------------------------*/

.hide{display: none !important;}
.strikethrough{text-decoration: line-through !important;}
.center{text-align: center;}
.left {text-align: left;}
.right { text-align: right;}
.white {color: #fff;}
.price {font-size: 48px; font-weight: bold;}
.medium {font-size: 16px;}
.mov-icon { color: #333; background: url(../images/quicktime16-2.png) left center no-repeat; text-decoration: none; padding-left: 20px;}
.mov {margin: 10px 0 0 0;}
.clear { clear:both;}

.small{ font-size: 10px;}

h1{ font-size: 110%; font-weight: bold; margin: 0 0 10px 0;}



/*------------------------------------------
     Interface
---------------------------------------------*/

body{
    background: #333333;
    text-align: center;
    font-family: "lucida grande", verdana, sans-serif;
    font-size: 13px;
}
.wrap{
    width: 1024px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
    clear: both;
}

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

#header{
    background: #fff url(../images/header_bg.gif) repeat-x bottom;
    color: #1a334c;
    clear: both;
    float: left;
    width: 100%;
    padding: 12px 0 0 0;
    min-width: 960px;
}


#header #logo{
    float: left;
    margin-bottom: 10px;
	margin-left: 15px;
}
#header h1{
    background: url(../images/MOG-logo.png) no-repeat 0 0;
    width: 92px;
    height: 150px;
}
#header h1 a{
    display: block;
    width: 92px;
    height: 150px;
    text-indent: -5000px;
}
#header p{
    font-size: 10px;
    color: #333333;
    position: relative;
    top: 0;
    left: 125px;
}
#header ul{
    margin-top: 130px;
    text-align: right;
    float: right;
	margin-right: 10px;
}
#header ul li{
    float: left;
    margin-left: 2px;
    font-size: 13px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
}
#header ul li a{
    float: left;
    text-decoration: none;
    display: block;
    padding: 8px 15px 12px 15px;
    background: #000000;
    color: #ffffff;
    margin-bottom: 1px;
}
#header ul li a:hover{
    background: #000;
    color: #d93a3a;
}
#header ul li.selected a,
#header ul li.selected a:hover{
    background: #262520;
    color: #fff;
    padding: 8px 15px 12px 15px;
    margin-bottom: 0;
}

/* ---------------------------
    Body
--------------------------- */

#body{
    color: #000000;
    clear: both;
    float: left;
    width: 100%;
    padding: 55px 0 0 0;
    min-width: 1024px;
	min-height: 593px;
}

#body a {color: #d93a3a; text-decoration: none;}
#body a:hover {text-decoration: underline;}

.home-bg { background: #4f4f4f url(../images/about-image.jpg) no-repeat 50% 0;}
.about-bg { background: #4f4f4f url(../images/about-image.jpg) no-repeat 50% 0;}
.faq-bg { background: #4f4f4f url(../images/about-image.jpg) no-repeat 50% 0;}
.dice-bg { background: #4f4f4f url(../images/about-image.jpg) no-repeat 50% 0;}
.contact-bg { background: #4f4f4f url(../images/about-image.jpg) no-repeat 50% 0;}

#content-main{
    width: 270px;
    float: left;
	color: #222;
	margin-left: 132px;
}

#content-full
{
	width: 760px;
	float: left;
	color: #222;
	margin-left: 132px;
}

#content-sub{
    width: 470px;
    float: right;
	color: #222;
	margin-right: 132px;
	margin-bottom: 25px;
}
.big-header
{
	background:url(../images/box-big-top.png) no-repeat top center;
	height: 10px;
}

.big-body
{
	background:url(../images/box-big-middle.png) repeat-y top center;
	padding: 20px 30px 25px 30px;
}

.big-body-about
{
	background:url(../images/box-big-middle.png) repeat-y top center;
	padding: 20px 30px;
}

.big-body-contact
{
	background:url(../images/box-big-middle.png) repeat-y top center;
	padding: 20px 10px 10px 10px;
}

.big-body ul, .small-body ul, .full-body ul
{
	list-style: inside disc;
	margin: 25px 0 15px 0;
}
.small-body-about ul, .big-body-about ul
{
	list-style: inside disc;
	margin: 10px 0 15px 0;
}


.big-footer
{
	background:url(../images/box-big-bottom.png) no-repeat top center;
	height: 10px;
}

.small-header
{
	background:url(../images/box-small-top.png) no-repeat top center;
	height: 10px;
}

.small-body
{
	background:url(../images/box-small-middle.png) repeat-y top center;
	padding: 6px 10px;
}

.small-body-about
{
	background:url(../images/box-small-middle.png) repeat-y top center;
	padding: 20px 30px;
}


.small-body-text
{
	background:url(../images/box-small-middle.png) repeat-y top center;
	padding: 20px 30px;
}

.small-footer
{
	background:url(../images/box-small-bottom.png) no-repeat top center;
	height: 10px;
}

.full-header
{
	background:url(../images/box-full-top.png) no-repeat top center;
	height: 10px;
}

.full-body
{
	background:url(../images/box-full-middle.png) repeat-y top center;
	padding: 30px 50px 20px 50px;
}

.full-footer
{
	background:url(../images/box-full-bottom.png) no-repeat top center;
	height: 10px;
}


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

#footer{
    clear: both;
    float: left;
    width: 100%;
    min-width: 960px;
    color: #ccc;
    padding: 8px 0;
	font-size: 11px;
}




/* ---------------------------
    Content Sub
--------------------------- */

#content-sub .download-mac{
    border: 4px solid #ddd5b1;
	width: 186px;
	margin: 10px 10px 0 0;
	float: left;
}

#content-sub .download-win{
    border: 4px solid #ddd5b1;
	width: 186px;
	margin: 10px 0 0 10px;
	float: left;
}


#content-sub .download-mac a/*, #content-sub .download-win a*/
{
    display: block;
    background: #d7cb9a;
    color: #24211a;
    padding: 10px 5px 10px 10px;
    font-size: 14px;
    line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
    border: 0;
}

#content-sub .download-win a{
    display: block;
    background: #d7cb9a;
    color: #24211a;
    padding: 10px 5px 10px 10px;
    font-size: 14px;
    line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
    border: 0;
}

#content-sub .download-mac a:hover, #content-sub .download-win a:hover{background: #e0d5a7;}
#content-sub .download-mac a span, #content-sub .download-win a span{
    font-family: "lucida grande", verdana, sans-serif;
    font-size: 10px;
    color: #440404;
}
