/*
----------------------------------

Hands On Tokyo

pikkles.com

copyright 2008

----------------------------------
*/

@import url(defaults.css);
@import url(misc.css);

/*
----------------------------------

BODY

----------------------------------
*/

body {
	background-color: #ffffff;
}

/*
----------------------------------

GRADIENT

----------------------------------
*/

#gradient {
    top: 0px;
    left: 0px;
    height: 343px;
    background-color: #ff0000;
}

/*
----------------------------------

PAGE (WRAP)

----------------------------------
*/

#page-wrapper {
	margin: -343px auto 0;
    width: 820px;
	background: url(../images/main-bg.jpg) no-repeat;
}

#page {
	margin: 0 auto;
	width: 800px;
}

/*
----------------------------------

NAVIGATION

----------------------------------
*/

#navigation {
	width: 238px;
	padding: 0 0 75px 0;
	background: url(../images/nav-bg.jpg) right bottom no-repeat;
}

#navigation ul {
	margin: 10px 0 0 25px;
}

#navigation ul li {
	line-height: 32px;
}

#navigation ul li a, #navigation ul li a:visited {
    font-size: 1.2em;
	color: #797979;
}

#navigation ul li a:hover, #navigation ul li a:active {
    color: #1f1f1f;
	text-decoration: none;
}

#navigation ul li.current a, #navigation ul li.current a:visited {
    color: #1f1f1f;
	border-bottom: 1px dashed #1f1f1f;
}

/*
----------------------------------

CONTACT

----------------------------------
*/

#contact-wrapper {
	width: 238px;
	background: url(../images/contact-bg.gif) repeat-y;
}

#contact {
	padding: 10px 0 25px 25px;
}

#contact h2 {
	color: #ff0000;
	font-size: 1.8em;
}

#contact p {
	color: #333333;
	font-size: 1.3em;
	line-height: 1.8em;
}

#contact p em {
	font-size: 1.3em;
	font-style: normal;
}

#contact p a, #contact p a:visited {
    color: #333333;
	text-decoration: underline;
}

#contact p a:hover, #contact p a:active {
    color: #333333;
	text-decoration: underline;
}

a#mail, #mail:visited {
    padding: 0 0 0 18px;
	background: url(../images/mail-bg.gif) 0 65% no-repeat;
}


/*
----------------------------------

CONTENT (WRAP)

----------------------------------
*/

#content-wrapper {
	top: 0;
	left: 0;
	margin-top: -313px;
}

#content {
	padding: 319px 0 15px 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	zoom: 1;
}

#languages {
    height: 24px;
    margin: 0 auto;
	text-align: right;
}

#languages a, #languages a:visited {
    padding: 1px 3px;
	color: #ffffff;
	font-size: 1.1em;
    line-height: 24px;
    text-decoration: underline;
}

#languages a:hover, #languages a:active {
    color: #ff0000;
    background-color: #ececec;
}

#top-visual {
    margin-top: -24px;
	width: 800px;
	height: 343px;
	text-indent: -5000px;
}

/*
----------------------------------

LEFT COLUMN (WRAP)

----------------------------------
*/

#left-column-wrapper {
	float: left;
	width: 238px;
}

#left-column {
	
}

/*
----------------------------------

RIGHT COLUMN (WRAP)

----------------------------------
*/

#right-column-wrapper {
	float: left;
	width: 560px;
}

#right-column {
	margin: 10px 25px 25px;
}

#right-column h1 {
	color: #ff0000;
	font-size: 1.8em;
	line-height: 1.8em;
	border-bottom: 1px dashed #ff0000;
}

#right-column h2 {
	margin-top: 20px;
	color: #ff0000;
	font-size: 1.4em;
}

#right-column p {
	margin-top: 10px;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.6em;
}

#right-column a, #right-column a:visited {
    color: #ff0000;
    font-weight: bold;
}

#right-column a:hover, #right-column a:active {
    color: #ff0000;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
	line-height: 24px;
	color: #cccccc;
}

#footer a, #footer a:visited {
    color: #cccccc;
}

#footer a:hover, #footer a:active {
    color: #1f1f1f;
	text-decoration: none;
}